Shades of Energy Yellow #F0D74A
Tints of Energy Yellow #F0D74A
RGB
CMYK
RGB Variations
Color information
#F0D74A (or 0xF0D74A) is known color: Energy Yellow. HEX triplet: F0, D7 and 4A. RGB value is (240,215,74). Sum of RGB (Red+Green+Blue) = 240+215+74=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D74A is #0F28B5. Grayscale: #CECECE. Windows color (decimal): -993462 or 4904944. OLE color: 4904944.
HSL color Cylindrical-coordinate representation of color #F0D74A: hue angle of 50.96º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0D74A is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 74 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.06 |
| HSL | 50.96º | 0.85% | 0.62% | - |
| HSV(B) | 50.96º | 0.69% | 0.94% | - |
| XYZ | 61.47 | 67.62 | 16.29 | - |
| YUV | 206.4 | 53.28 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 74 | 0 | 0.10 | 0.69 | 0.06 | 50.96 | 0.85 | 0.62 |
| Hex | F0 | D7 | 4A | 0 | A | 45 | 6 | 33 | 55 | 3E |
| Octal | 360 | 327 | 112 | 0 | 12 | 105 | 6 | 63 | 125 | 76 |
| Binary | 11110000 | 11010111 | 1001010 | 0 | 1010 | 1000101 | 110 | 110011 | 1010101 | 111110 |
Color Harmonies of #F0D74A
Complementary color
Monochromatic Colors of #F0D74A
Black with #F0D74A
Text Example
Text Example
White with #F0D74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D74A; }
p { color: rgb(240,215,74); }
H1.HeaderClassName
{
color: #F0D74A;
}
.AnyTagClassName
{
color: #F0D74A;
}
</style>
background-color css
<style>
a { background-color: #F0D74A; }
a { background-color: rgb(240,215,74); }
div.DivClassName
{
background-color: #F0D74A;
}
.BgClassName
{
background-color: #F0D74A;
}
</style>
border-color css
<style>
span { border-color: #F0D74A; }
span { border-color: rgb(240,215,74); }
td.TdClassName
{
border-color: #F0D74A;
}
.TagClassName
{
border-color: #F0D74A;
}
</style>