Shades of Energy Yellow #F2E053
Tints of Energy Yellow #F2E053
RGB
CMYK
RGB Variations
Color information
#F2E053 (or 0xF2E053) is known color: Energy Yellow. HEX triplet: F2, E0 and 53. RGB value is (242,224,83). Sum of RGB (Red+Green+Blue) = 242+224+83=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 83 (32.81% from 255 or 15.12% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E053 is #0D1FAC. Grayscale: #D5D5D5. Windows color (decimal): -860077 or 5497074. OLE color: 5497074.
HSL color Cylindrical-coordinate representation of color #F2E053: hue angle of 53.21º 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 #F2E053 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 83 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.05 |
| HSL | 53.21º | 0.86% | 0.64% | - |
| HSV(B) | 53.21º | 0.66% | 0.95% | - |
| XYZ | 64.83 | 72.81 | 18.82 | - |
| YUV | 213.31 | 54.46 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 83 | 0 | 0.07 | 0.66 | 0.05 | 53.21 | 0.86 | 0.64 |
| Hex | F2 | E0 | 53 | 0 | 7 | 42 | 5 | 35 | 56 | 40 |
| Octal | 362 | 340 | 123 | 0 | 7 | 102 | 5 | 65 | 126 | 100 |
| Binary | 11110010 | 11100000 | 1010011 | 0 | 111 | 1000010 | 101 | 110101 | 1010110 | 1000000 |
Color Harmonies of #F2E053
Complementary color
Monochromatic Colors of #F2E053
Black with #F2E053
Text Example
Text Example
White with #F2E053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E053; }
p { color: rgb(242,224,83); }
H1.HeaderClassName
{
color: #F2E053;
}
.AnyTagClassName
{
color: #F2E053;
}
</style>
background-color css
<style>
a { background-color: #F2E053; }
a { background-color: rgb(242,224,83); }
div.DivClassName
{
background-color: #F2E053;
}
.BgClassName
{
background-color: #F2E053;
}
</style>
border-color css
<style>
span { border-color: #F2E053; }
span { border-color: rgb(242,224,83); }
td.TdClassName
{
border-color: #F2E053;
}
.TagClassName
{
border-color: #F2E053;
}
</style>