Shades of Energy Yellow #F0D64D
Tints of Energy Yellow #F0D64D
RGB
CMYK
RGB Variations
Color information
#F0D64D (or 0xF0D64D) is known color: Energy Yellow. HEX triplet: F0, D6 and 4D. RGB value is (240,214,77). Sum of RGB (Red+Green+Blue) = 240+214+77=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D64D is #0F29B2. Grayscale: #CECECE. Windows color (decimal): -993715 or 5101296. OLE color: 5101296.
HSL color Cylindrical-coordinate representation of color #F0D64D: hue angle of 50.43º degrees, saturation: 0.84, 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 #F0D64D is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 77 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.06 |
| HSL | 50.43º | 0.84% | 0.62% | - |
| HSV(B) | 50.43º | 0.68% | 0.94% | - |
| XYZ | 61.32 | 67.15 | 16.75 | - |
| YUV | 206.16 | 55.11 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 77 | 0 | 0.11 | 0.68 | 0.06 | 50.43 | 0.84 | 0.62 |
| Hex | F0 | D6 | 4D | 0 | B | 44 | 6 | 32 | 54 | 3E |
| Octal | 360 | 326 | 115 | 0 | 13 | 104 | 6 | 62 | 124 | 76 |
| Binary | 11110000 | 11010110 | 1001101 | 0 | 1011 | 1000100 | 110 | 110010 | 1010100 | 111110 |
Color Harmonies of #F0D64D
Complementary color
Monochromatic Colors of #F0D64D
Black with #F0D64D
Text Example
Text Example
White with #F0D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D64D; }
p { color: rgb(240,214,77); }
H1.HeaderClassName
{
color: #F0D64D;
}
.AnyTagClassName
{
color: #F0D64D;
}
</style>
background-color css
<style>
a { background-color: #F0D64D; }
a { background-color: rgb(240,214,77); }
div.DivClassName
{
background-color: #F0D64D;
}
.BgClassName
{
background-color: #F0D64D;
}
</style>
border-color css
<style>
span { border-color: #F0D64D; }
span { border-color: rgb(240,214,77); }
td.TdClassName
{
border-color: #F0D64D;
}
.TagClassName
{
border-color: #F0D64D;
}
</style>