Shades of Energy Yellow #F0D74F
Tints of Energy Yellow #F0D74F
RGB
CMYK
RGB Variations
Color information
#F0D74F (or 0xF0D74F) is known color: Energy Yellow. HEX triplet: F0, D7 and 4F. RGB value is (240,215,79). Sum of RGB (Red+Green+Blue) = 240+215+79=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 79 (31.25% from 255 or 14.79% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D74F is #0F28B0. Grayscale: #CFCFCF. Windows color (decimal): -993457 or 5232624. OLE color: 5232624.
HSL color Cylindrical-coordinate representation of color #F0D74F: hue angle of 50.68º 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 #F0D74F is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 79 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.06 |
| HSL | 50.68º | 0.84% | 0.63% | - |
| HSV(B) | 50.68º | 0.67% | 0.94% | - |
| XYZ | 61.65 | 67.69 | 17.21 | - |
| YUV | 206.97 | 55.78 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 79 | 0 | 0.10 | 0.67 | 0.06 | 50.68 | 0.84 | 0.63 |
| Hex | F0 | D7 | 4F | 0 | A | 43 | 6 | 33 | 54 | 3F |
| Octal | 360 | 327 | 117 | 0 | 12 | 103 | 6 | 63 | 124 | 77 |
| Binary | 11110000 | 11010111 | 1001111 | 0 | 1010 | 1000011 | 110 | 110011 | 1010100 | 111111 |
Color Harmonies of #F0D74F
Complementary color
Monochromatic Colors of #F0D74F
Black with #F0D74F
Text Example
Text Example
White with #F0D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D74F; }
p { color: rgb(240,215,79); }
H1.HeaderClassName
{
color: #F0D74F;
}
.AnyTagClassName
{
color: #F0D74F;
}
</style>
background-color css
<style>
a { background-color: #F0D74F; }
a { background-color: rgb(240,215,79); }
div.DivClassName
{
background-color: #F0D74F;
}
.BgClassName
{
background-color: #F0D74F;
}
</style>
border-color css
<style>
span { border-color: #F0D74F; }
span { border-color: rgb(240,215,79); }
td.TdClassName
{
border-color: #F0D74F;
}
.TagClassName
{
border-color: #F0D74F;
}
</style>