Shades of Energy Yellow #F2E153
Tints of Energy Yellow #F2E153
RGB
CMYK
RGB Variations
Color information
#F2E153 (or 0xF2E153) is known color: Energy Yellow. HEX triplet: F2, E1 and 53. RGB value is (242,225,83). Sum of RGB (Red+Green+Blue) = 242+225+83=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 83 (32.81% from 255 or 15.09% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E153 is #0D1EAC. Grayscale: #D6D6D6. Windows color (decimal): -859821 or 5497330. OLE color: 5497330.
HSL color Cylindrical-coordinate representation of color #F2E153: hue angle of 53.58º 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 #F2E153 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 83 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.05 |
| HSL | 53.58º | 0.86% | 0.64% | - |
| HSV(B) | 53.58º | 0.66% | 0.95% | - |
| XYZ | 65.1 | 73.35 | 18.91 | - |
| YUV | 213.9 | 54.13 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 83 | 0 | 0.07 | 0.66 | 0.05 | 53.58 | 0.86 | 0.64 |
| Hex | F2 | E1 | 53 | 0 | 7 | 42 | 5 | 36 | 56 | 40 |
| Octal | 362 | 341 | 123 | 0 | 7 | 102 | 5 | 66 | 126 | 100 |
| Binary | 11110010 | 11100001 | 1010011 | 0 | 111 | 1000010 | 101 | 110110 | 1010110 | 1000000 |
Color Harmonies of #F2E153
Complementary color
Monochromatic Colors of #F2E153
Black with #F2E153
Text Example
Text Example
White with #F2E153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E153; }
p { color: rgb(242,225,83); }
H1.HeaderClassName
{
color: #F2E153;
}
.AnyTagClassName
{
color: #F2E153;
}
</style>
background-color css
<style>
a { background-color: #F2E153; }
a { background-color: rgb(242,225,83); }
div.DivClassName
{
background-color: #F2E153;
}
.BgClassName
{
background-color: #F2E153;
}
</style>
border-color css
<style>
span { border-color: #F2E153; }
span { border-color: rgb(242,225,83); }
td.TdClassName
{
border-color: #F2E153;
}
.TagClassName
{
border-color: #F2E153;
}
</style>