What is hex #F5C71A color?

 
The hex code #F5C71A is also know by an other name that is Deep Lemon.
This color is composed of 245% red, 199% green and 26% blue. So we can say that the RGB value is (245,199,26)
You need to use it for a printer? The CMYK colors code equivalent of hex #F5C71A is C:0 M:19 Y:89, K:4) .
In the HSV/HSB scale, #F5C71A has a hue of 47°, 89% saturation and a brightness value of 96%.
If you want to know all about the hex #F5C71A, 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 #F5C71A (complementary, analogous, triadic, tetradic...).

Hex #F5C71A Color Codes & Equivalents

Color Name [Deep Lemon]
RGB Values (245,199,26)
CMYK Values (0%, 19%, 89%, 4%)
HSV/HSB Values (47°, 89%, 96%)
Closest Web Safe
#FFCC33
Inverse Color
#0a38e5
Closest Pantone®
1235 C
Closest RAL
RAL 1018 [Zinc yellow]
Complementary Color
#1a48f5

#F5C71A Converted to Grayscale Codes

Average
#9d9d9d
Lightness (Desaturation)
#888888
Weighted (BT601)
#c1c1c1
Luma (BT709)
#c4c4c4

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

Complementary Palette

The complementary color of #F5C71A is #1a48f5. 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 #F5C71A you will find #1a48f5. 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.

#F5C71A #1a48f5

Analogous Palette

The analogous color scheme of #F5C71A is composed with colors #F5591A and #B5F51A. 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 #F5C71A 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.

#F5591A #F5C71A #B5F51A

Split-Complementary Palette

The split-complementary color scheme of #F5C71A is composed with colors #591AF5 and #1AB5F5. 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.

#F5C71A #591AF5 #1AB5F5

Triadic Palette

The triadic color scheme of #F5C71A is composed with colors #C71AF5 and #1AF5C7. They are located to the right and left of your main color #F5C71A 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.

#F5C71A #C71AF5 #1AF5C7

Tetradic Palette

The tetradic color scheme of #F5C71A is composed with colors #1AF5C7, #1A48F5 and #F51A48 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.

#F5C71A #1AF5C7 #1A48F5 #F51A48

Square Palette

The square color scheme of #F5C71A is composed with colors #1AF559, #1A48F5 and #F51AB5 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.

#F5C71A #1AF559 #1A48F5 #F51AB5

Tints, Tones & Shades of Hex #F5C71A

Tints

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

#F5C71A #F5CB2D #F6D041 #F7D554 #F8DA68 #F9DE7B #FAE38F #FAE8A2

Tones

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

#F5C71A #E9C025 #DDB931 #D1B23D #C6AB48 #BAA554 #AE9E60 #A3976B

Shades

Shades result from adding black, creating darker variations.

#F5C71A #F0BF0A #DCB009 #C9A008 #B59107 #A18107 #8E7106 #7A6205

Hex #F5C71A 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 #F5C71A
Java new Color(245,199,26);
Python Color(#F5C71A)
.NET Color.FromArgb(255, 245,199,26);
Swift / iOS UIColor(red: 0.96, green: 0.78, blue: 0.1, alpha: 1)
Kotlin / Android Color.rgb(245, 199, 26)