What is hex #FFD300 color?

 
The hex code #FFD300 is also know by an other name that is Cyber Yellow.
This color is composed of 255% red, 211% green and 0% blue. So we can say that the RGB value is (255,211,0)
You need to use it for a printer? The CMYK colors code equivalent of hex #FFD300 is C:0 M:17 Y:100, K:0) .
In the HSV/HSB scale, #FFD300 has a hue of 50°, 100% saturation and a brightness value of 100%.
If you want to know all about the hex #FFD300, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #FFD300 (complementary, analogous, triadic, tetradic...).

Hex #FFD300 Color Codes & Equivalents

Color Name [Cyber Yellow]
RGB Values (255,211,0)
CMYK Values (0%, 17%, 100%, 0%)
HSV/HSB Values (50°, 100%, 100%)
Closest Web Safe
#FFCC00
Inverse Color
#002cff
Closest Pantone®
109 C
Closest RAL
RAL 2007 [Luminous bright orange]
Complementary Color
#002cff

#FFD300 Converted to Grayscale Codes

Average
#9b9b9b
Lightness (Desaturation)
#808080
Weighted (BT601)
#c8c8c8
Luma (BT709)
#cdcdcd

Hex #FFD300 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #FFD300 is #002cff. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #FFD300 you will find #002cff. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#FFD300 #002cff

Analogous Palette

The analogous color scheme of #FFD300 is composed with colors #FF5300 and #ABFF00. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #FFD300 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#FF5300 #FFD300 #ABFF00

Split-Complementary Palette

The split-complementary color scheme of #FFD300 is composed with colors #5300FF and #00ABFF. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#FFD300 #5300FF #00ABFF

Triadic Palette

The triadic color scheme of #FFD300 is composed with colors #D300FF and #00FFD3. They are located to the right and left of your main color #FFD300 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#FFD300 #D300FF #00FFD3

Tetradic Palette

The tetradic color scheme of #FFD300 is composed with colors #00FFD3, #002CFF and #FF002C A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#FFD300 #00FFD3 #002CFF #FF002C

Square Palette

The square color scheme of #FFD300 is composed with colors #00FF53, #002CFF and #FF00AB To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#FFD300 #00FF53 #002CFF #FF00AB

Tints, Tones & Shades of Hex #FFD300

Tints

Tints are created by adding white, resulting in lighter shades of #FFD300.

#FFD300 #FFD614 #FFDA28 #FFDD3D #FFE151 #FFE466 #FFE87A #FFEB8E

Tones

Tones are made by mixing with gray, softening the original color.

#FFD300 #F2CA0C #E6C218 #D9BA25 #CDB231 #C0AA3E #B4A14A #A79957

Shades

Shades result from adding black, creating darker variations.

#FFD300 #EAC200 #D6B100 #C1A000 #AD8F00 #997E00 #846D00 #705C00

Hex #FFD300 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #FFD300
Java new Color(255,211,0);
Python Color(#FFD300)
.NET Color.FromArgb(255, 255,211,0);
Swift / iOS UIColor(red: 1, green: 0.83, blue: 0, alpha: 1)
Kotlin / Android Color.rgb(255, 211, 0)