Shades of Energy Yellow #F0E152
Tints of Energy Yellow #F0E152
RGB
CMYK
RGB Variations
Color information
#F0E152 (or 0xF0E152) is known color: Energy Yellow. HEX triplet: F0, E1 and 52. RGB value is (240,225,82). Sum of RGB (Red+Green+Blue) = 240+225+82=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 82 (32.42% from 255 or 14.99% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E152 is #0F1EAD. Grayscale: #D5D5D5. Windows color (decimal): -990894 or 5431792. OLE color: 5431792.
HSL color Cylindrical-coordinate representation of color #F0E152: hue angle of 54.3º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0E152 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 82 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.06 |
| HSL | 54.3º | 0.84% | 0.63% | - |
| HSV(B) | 54.3º | 0.66% | 0.94% | - |
| XYZ | 64.38 | 72.98 | 18.68 | - |
| YUV | 213.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 82 | 0 | 0.06 | 0.66 | 0.06 | 54.3 | 0.84 | 0.63 |
| Hex | F0 | E1 | 52 | 0 | 6 | 42 | 6 | 36 | 54 | 3F |
| Octal | 360 | 341 | 122 | 0 | 6 | 102 | 6 | 66 | 124 | 77 |
| Binary | 11110000 | 11100001 | 1010010 | 0 | 110 | 1000010 | 110 | 110110 | 1010100 | 111111 |
Color Harmonies of #F0E152
Complementary color
Monochromatic Colors of #F0E152
Black with #F0E152
Text Example
Text Example
White with #F0E152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E152; }
p { color: rgb(240,225,82); }
H1.HeaderClassName
{
color: #F0E152;
}
.AnyTagClassName
{
color: #F0E152;
}
</style>
background-color css
<style>
a { background-color: #F0E152; }
a { background-color: rgb(240,225,82); }
div.DivClassName
{
background-color: #F0E152;
}
.BgClassName
{
background-color: #F0E152;
}
</style>
border-color css
<style>
span { border-color: #F0E152; }
span { border-color: rgb(240,225,82); }
td.TdClassName
{
border-color: #F0E152;
}
.TagClassName
{
border-color: #F0E152;
}
</style>