Shades of Energy Yellow #F0D84F
Tints of Energy Yellow #F0D84F
RGB
CMYK
RGB Variations
Color information
#F0D84F (or 0xF0D84F) is known color: Energy Yellow. HEX triplet: F0, D8 and 4F. RGB value is (240,216,79). Sum of RGB (Red+Green+Blue) = 240+216+79=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 79 (31.25% from 255 or 14.77% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D84F is #0F27B0. Grayscale: #D0D0D0. Windows color (decimal): -993201 or 5232880. OLE color: 5232880.
HSL color Cylindrical-coordinate representation of color #F0D84F: hue angle of 51.06º 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 #F0D84F is Cyan = 0, Magento = 0.1, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 79 | - |
| CMYK | 0 | 0.1 | 0.67 | 0.06 |
| HSL | 51.06º | 0.84% | 0.63% | - |
| HSV(B) | 51.06º | 0.67% | 0.94% | - |
| XYZ | 61.9 | 68.2 | 17.3 | - |
| YUV | 207.56 | 55.45 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 79 | 0 | 0.1 | 0.67 | 0.06 | 51.06 | 0.84 | 0.63 |
| Hex | F0 | D8 | 4F | 0 | A | 43 | 6 | 33 | 54 | 3F |
| Octal | 360 | 330 | 117 | 0 | 12 | 103 | 6 | 63 | 124 | 77 |
| Binary | 11110000 | 11011000 | 1001111 | 0 | 1010 | 1000011 | 110 | 110011 | 1010100 | 111111 |
Color Harmonies of #F0D84F
Complementary color
Monochromatic Colors of #F0D84F
Black with #F0D84F
Text Example
Text Example
White with #F0D84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D84F; }
p { color: rgb(240,216,79); }
H1.HeaderClassName
{
color: #F0D84F;
}
.AnyTagClassName
{
color: #F0D84F;
}
</style>
background-color css
<style>
a { background-color: #F0D84F; }
a { background-color: rgb(240,216,79); }
div.DivClassName
{
background-color: #F0D84F;
}
.BgClassName
{
background-color: #F0D84F;
}
</style>
border-color css
<style>
span { border-color: #F0D84F; }
span { border-color: rgb(240,216,79); }
td.TdClassName
{
border-color: #F0D84F;
}
.TagClassName
{
border-color: #F0D84F;
}
</style>