What is hex #F0E130 color?

 
The hex code #F0E130 is also know by an other name that is Dandelion.
This color is composed of 240% red, 225% green and 48% blue. So we can say that the RGB value is (240,225,48)
You need to use it for a printer? The CMYK colors code equivalent of hex #F0E130 is C:0 M:6 Y:80, K:6) .
In the HSV/HSB scale, #F0E130 has a hue of 55°, 80% saturation and a brightness value of 94%.
If you want to know all about the hex #F0E130, 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 #F0E130 (complementary, analogous, triadic, tetradic...).

Hex #F0E130 Color Codes & Equivalents

Color Name [Dandelion]
RGB Values (240,225,48)
CMYK Values (0%, 6%, 80%, 6%)
HSV/HSB Values (55°, 80%, 94%)
Closest Web Safe
#FFCC33
Inverse Color
#0f1ecf
Closest Pantone®
394 C
Closest RAL
RAL 1016 [Sulfur yellow]
Complementary Color
#303ff0

#F0E130 Converted to Grayscale Codes

Average
#ababab
Lightness (Desaturation)
#909090
Weighted (BT601)
#d1d1d1
Luma (BT709)
#d7d7d7

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

Complementary Palette

The complementary color of #F0E130 is #303ff0. 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 #F0E130 you will find #303ff0. 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.

#F0E130 #303ff0

Analogous Palette

The analogous color scheme of #F0E130 is composed with colors #F08130 and #9FF030. 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 #F0E130 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.

#F08130 #F0E130 #9FF030

Split-Complementary Palette

The split-complementary color scheme of #F0E130 is composed with colors #8130F0 and #309FF0. 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.

#F0E130 #8130F0 #309FF0

Triadic Palette

The triadic color scheme of #F0E130 is composed with colors #E130F0 and #30F0E1. They are located to the right and left of your main color #F0E130 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.

#F0E130 #E130F0 #30F0E1

Tetradic Palette

The tetradic color scheme of #F0E130 is composed with colors #30F0E1, #303FF0 and #F0303F 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.

#F0E130 #30F0E1 #303FF0 #F0303F

Square Palette

The square color scheme of #F0E130 is composed with colors #30F081, #303FF0 and #F0309F 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.

#F0E130 #30F081 #303FF0 #F0309F

Tints, Tones & Shades of Hex #F0E130

Tints

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

#F0E130 #F1E343 #F2E656 #F4E969 #F5EC7C #F6EE8F #F8F1A2 #F9F4B5

Tones

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

#F0E130 #E5D73A #DACE45 #CFC550 #C4BC5B #B9B366 #AEA971 #A3A07C

Shades

Shades result from adding black, creating darker variations.

#F0E130 #EEDE1C #E6D510 #D3C40F #C0B20D #ADA00C #9A8F0B #877D09

Hex #F0E130 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 #F0E130
Java new Color(240,225,48);
Python Color(#F0E130)
.NET Color.FromArgb(255, 240,225,48);
Swift / iOS UIColor(red: 0.94, green: 0.88, blue: 0.19, alpha: 1)
Kotlin / Android Color.rgb(240, 225, 48)