Shades of Energy Yellow #F0DB4F
Tints of Energy Yellow #F0DB4F
RGB
CMYK
RGB Variations
Color information
#F0DB4F (or 0xF0DB4F) is known color: Energy Yellow. HEX triplet: F0, DB and 4F. RGB value is (240,219,79). Sum of RGB (Red+Green+Blue) = 240+219+79=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 79 (31.25% from 255 or 14.68% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB4F is #0F24B0. Grayscale: #D1D1D1. Windows color (decimal): -992433 or 5233648. OLE color: 5233648.
HSL color Cylindrical-coordinate representation of color #F0DB4F: hue angle of 52.17º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0DB4F is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 79 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.06 |
| HSL | 52.17º | 0.84% | 0.63% | - |
| HSV(B) | 52.17º | 0.67% | 0.94% | - |
| XYZ | 62.68 | 69.75 | 17.56 | - |
| YUV | 209.32 | 54.46 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 79 | 0 | 0.09 | 0.67 | 0.06 | 52.17 | 0.84 | 0.63 |
| Hex | F0 | DB | 4F | 0 | 9 | 43 | 6 | 34 | 54 | 3F |
| Octal | 360 | 333 | 117 | 0 | 11 | 103 | 6 | 64 | 124 | 77 |
| Binary | 11110000 | 11011011 | 1001111 | 0 | 1001 | 1000011 | 110 | 110100 | 1010100 | 111111 |
Color Harmonies of #F0DB4F
Complementary color
Monochromatic Colors of #F0DB4F
Black with #F0DB4F
Text Example
Text Example
White with #F0DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB4F; }
p { color: rgb(240,219,79); }
H1.HeaderClassName
{
color: #F0DB4F;
}
.AnyTagClassName
{
color: #F0DB4F;
}
</style>
background-color css
<style>
a { background-color: #F0DB4F; }
a { background-color: rgb(240,219,79); }
div.DivClassName
{
background-color: #F0DB4F;
}
.BgClassName
{
background-color: #F0DB4F;
}
</style>
border-color css
<style>
span { border-color: #F0DB4F; }
span { border-color: rgb(240,219,79); }
td.TdClassName
{
border-color: #F0DB4F;
}
.TagClassName
{
border-color: #F0DB4F;
}
</style>