Shades of Energy Yellow #F2E04F
Tints of Energy Yellow #F2E04F
RGB
CMYK
RGB Variations
Color information
#F2E04F (or 0xF2E04F) is known color: Energy Yellow. HEX triplet: F2, E0 and 4F. RGB value is (242,224,79). Sum of RGB (Red+Green+Blue) = 242+224+79=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 79 (31.25% from 255 or 14.50% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E04F is #0D1FB0. Grayscale: #D5D5D5. Windows color (decimal): -860081 or 5234930. OLE color: 5234930.
HSL color Cylindrical-coordinate representation of color #F2E04F: hue angle of 53.37º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2E04F is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 79 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.05 |
| HSL | 53.37º | 0.86% | 0.63% | - |
| HSV(B) | 53.37º | 0.67% | 0.95% | - |
| XYZ | 64.68 | 72.75 | 18.03 | - |
| YUV | 212.85 | 52.46 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 79 | 0 | 0.07 | 0.67 | 0.05 | 53.37 | 0.86 | 0.63 |
| Hex | F2 | E0 | 4F | 0 | 7 | 43 | 5 | 35 | 56 | 3F |
| Octal | 362 | 340 | 117 | 0 | 7 | 103 | 5 | 65 | 126 | 77 |
| Binary | 11110010 | 11100000 | 1001111 | 0 | 111 | 1000011 | 101 | 110101 | 1010110 | 111111 |
Color Harmonies of #F2E04F
Complementary color
Monochromatic Colors of #F2E04F
Black with #F2E04F
Text Example
Text Example
White with #F2E04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E04F; }
p { color: rgb(242,224,79); }
H1.HeaderClassName
{
color: #F2E04F;
}
.AnyTagClassName
{
color: #F2E04F;
}
</style>
background-color css
<style>
a { background-color: #F2E04F; }
a { background-color: rgb(242,224,79); }
div.DivClassName
{
background-color: #F2E04F;
}
.BgClassName
{
background-color: #F2E04F;
}
</style>
border-color css
<style>
span { border-color: #F2E04F; }
span { border-color: rgb(242,224,79); }
td.TdClassName
{
border-color: #F2E04F;
}
.TagClassName
{
border-color: #F2E04F;
}
</style>