Shades of Energy Yellow #F2E152
Tints of Energy Yellow #F2E152
RGB
CMYK
RGB Variations
Color information
#F2E152 (or 0xF2E152) is known color: Energy Yellow. HEX triplet: F2, E1 and 52. RGB value is (242,225,82). Sum of RGB (Red+Green+Blue) = 242+225+82=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 82 (32.42% from 255 or 14.94% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E152 is #0D1EAD. Grayscale: #D6D6D6. Windows color (decimal): -859822 or 5431794. OLE color: 5431794.
HSL color Cylindrical-coordinate representation of color #F2E152: hue angle of 53.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2E152 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 82 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.05 |
| HSL | 53.63º | 0.86% | 0.64% | - |
| HSV(B) | 53.63º | 0.66% | 0.95% | - |
| XYZ | 65.07 | 73.34 | 18.71 | - |
| YUV | 213.78 | 53.63 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 82 | 0 | 0.07 | 0.66 | 0.05 | 53.63 | 0.86 | 0.64 |
| Hex | F2 | E1 | 52 | 0 | 7 | 42 | 5 | 36 | 56 | 40 |
| Octal | 362 | 341 | 122 | 0 | 7 | 102 | 5 | 66 | 126 | 100 |
| Binary | 11110010 | 11100001 | 1010010 | 0 | 111 | 1000010 | 101 | 110110 | 1010110 | 1000000 |
Color Harmonies of #F2E152
Complementary color
Monochromatic Colors of #F2E152
Black with #F2E152
Text Example
Text Example
White with #F2E152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E152; }
p { color: rgb(242,225,82); }
H1.HeaderClassName
{
color: #F2E152;
}
.AnyTagClassName
{
color: #F2E152;
}
</style>
background-color css
<style>
a { background-color: #F2E152; }
a { background-color: rgb(242,225,82); }
div.DivClassName
{
background-color: #F2E152;
}
.BgClassName
{
background-color: #F2E152;
}
</style>
border-color css
<style>
span { border-color: #F2E152; }
span { border-color: rgb(242,225,82); }
td.TdClassName
{
border-color: #F2E152;
}
.TagClassName
{
border-color: #F2E152;
}
</style>