Shades of Energy Yellow #F0E04C
Tints of Energy Yellow #F0E04C
RGB
CMYK
RGB Variations
Color information
#F0E04C (or 0xF0E04C) is known color: Energy Yellow. HEX triplet: F0, E0 and 4C. RGB value is (240,224,76). Sum of RGB (Red+Green+Blue) = 240+224+76=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 76 (30.08% from 255 or 14.07% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E04C is #0F1FB3. Grayscale: #D4D4D4. Windows color (decimal): -991156 or 5038320. OLE color: 5038320.
HSL color Cylindrical-coordinate representation of color #F0E04C: hue angle of 54.15º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0E04C is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 76 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.06 |
| HSL | 54.15º | 0.85% | 0.62% | - |
| HSV(B) | 54.15º | 0.68% | 0.94% | - |
| XYZ | 63.9 | 72.36 | 17.44 | - |
| YUV | 211.91 | 51.3 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 76 | 0 | 0.07 | 0.68 | 0.06 | 54.15 | 0.85 | 0.62 |
| Hex | F0 | E0 | 4C | 0 | 7 | 44 | 6 | 36 | 55 | 3E |
| Octal | 360 | 340 | 114 | 0 | 7 | 104 | 6 | 66 | 125 | 76 |
| Binary | 11110000 | 11100000 | 1001100 | 0 | 111 | 1000100 | 110 | 110110 | 1010101 | 111110 |
Color Harmonies of #F0E04C
Complementary color
Monochromatic Colors of #F0E04C
Black with #F0E04C
Text Example
Text Example
White with #F0E04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E04C; }
p { color: rgb(240,224,76); }
H1.HeaderClassName
{
color: #F0E04C;
}
.AnyTagClassName
{
color: #F0E04C;
}
</style>
background-color css
<style>
a { background-color: #F0E04C; }
a { background-color: rgb(240,224,76); }
div.DivClassName
{
background-color: #F0E04C;
}
.BgClassName
{
background-color: #F0E04C;
}
</style>
border-color css
<style>
span { border-color: #F0E04C; }
span { border-color: rgb(240,224,76); }
td.TdClassName
{
border-color: #F0E04C;
}
.TagClassName
{
border-color: #F0E04C;
}
</style>