Shades of Energy Yellow #F2E052
Tints of Energy Yellow #F2E052
RGB
CMYK
RGB Variations
Color information
#F2E052 (or 0xF2E052) is known color: Energy Yellow. HEX triplet: F2, E0 and 52. RGB value is (242,224,82). Sum of RGB (Red+Green+Blue) = 242+224+82=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 82 (32.42% from 255 or 14.96% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E052 is #0D1FAD. Grayscale: #D5D5D5. Windows color (decimal): -860078 or 5431538. OLE color: 5431538.
HSL color Cylindrical-coordinate representation of color #F2E052: hue angle of 53.25º 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 #F2E052 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 82 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.05 |
| HSL | 53.25º | 0.86% | 0.64% | - |
| HSV(B) | 53.25º | 0.66% | 0.95% | - |
| XYZ | 64.8 | 72.8 | 18.62 | - |
| YUV | 213.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 82 | 0 | 0.07 | 0.66 | 0.05 | 53.25 | 0.86 | 0.64 |
| Hex | F2 | E0 | 52 | 0 | 7 | 42 | 5 | 35 | 56 | 40 |
| Octal | 362 | 340 | 122 | 0 | 7 | 102 | 5 | 65 | 126 | 100 |
| Binary | 11110010 | 11100000 | 1010010 | 0 | 111 | 1000010 | 101 | 110101 | 1010110 | 1000000 |
Color Harmonies of #F2E052
Complementary color
Monochromatic Colors of #F2E052
Black with #F2E052
Text Example
Text Example
White with #F2E052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E052; }
p { color: rgb(242,224,82); }
H1.HeaderClassName
{
color: #F2E052;
}
.AnyTagClassName
{
color: #F2E052;
}
</style>
background-color css
<style>
a { background-color: #F2E052; }
a { background-color: rgb(242,224,82); }
div.DivClassName
{
background-color: #F2E052;
}
.BgClassName
{
background-color: #F2E052;
}
</style>
border-color css
<style>
span { border-color: #F2E052; }
span { border-color: rgb(242,224,82); }
td.TdClassName
{
border-color: #F2E052;
}
.TagClassName
{
border-color: #F2E052;
}
</style>