Shades of Energy Yellow #F0DB4C
Tints of Energy Yellow #F0DB4C
RGB
CMYK
RGB Variations
Color information
#F0DB4C (or 0xF0DB4C) is known color: Energy Yellow. HEX triplet: F0, DB and 4C. RGB value is (240,219,76). Sum of RGB (Red+Green+Blue) = 240+219+76=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 76 (30.08% from 255 or 14.21% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DB4C is #0F24B3. Grayscale: #D1D1D1. Windows color (decimal): -992436 or 5037040. OLE color: 5037040.
HSL color Cylindrical-coordinate representation of color #F0DB4C: hue angle of 52.32º 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 #F0DB4C is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 76 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.06 |
| HSL | 52.32º | 0.85% | 0.62% | - |
| HSV(B) | 52.32º | 0.68% | 0.94% | - |
| XYZ | 62.57 | 69.71 | 17 | - |
| YUV | 208.98 | 52.96 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 76 | 0 | 0.09 | 0.68 | 0.06 | 52.32 | 0.85 | 0.62 |
| Hex | F0 | DB | 4C | 0 | 9 | 44 | 6 | 34 | 55 | 3E |
| Octal | 360 | 333 | 114 | 0 | 11 | 104 | 6 | 64 | 125 | 76 |
| Binary | 11110000 | 11011011 | 1001100 | 0 | 1001 | 1000100 | 110 | 110100 | 1010101 | 111110 |
Color Harmonies of #F0DB4C
Complementary color
Monochromatic Colors of #F0DB4C
Black with #F0DB4C
Text Example
Text Example
White with #F0DB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB4C; }
p { color: rgb(240,219,76); }
H1.HeaderClassName
{
color: #F0DB4C;
}
.AnyTagClassName
{
color: #F0DB4C;
}
</style>
background-color css
<style>
a { background-color: #F0DB4C; }
a { background-color: rgb(240,219,76); }
div.DivClassName
{
background-color: #F0DB4C;
}
.BgClassName
{
background-color: #F0DB4C;
}
</style>
border-color css
<style>
span { border-color: #F0DB4C; }
span { border-color: rgb(240,219,76); }
td.TdClassName
{
border-color: #F0DB4C;
}
.TagClassName
{
border-color: #F0DB4C;
}
</style>