Shades of Energy Yellow #F2E155
Tints of Energy Yellow #F2E155
RGB
CMYK
RGB Variations
Color information
#F2E155 (or 0xF2E155) is known color: Energy Yellow. HEX triplet: F2, E1 and 55. RGB value is (242,225,85). Sum of RGB (Red+Green+Blue) = 242+225+85=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 85 (33.59% from 255 or 15.40% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E155 is #0D1EAA. Grayscale: #D6D6D6. Windows color (decimal): -859819 or 5628402. OLE color: 5628402.
HSL color Cylindrical-coordinate representation of color #F2E155: hue angle of 53.5º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2E155 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 85 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.05 |
| HSL | 53.5º | 0.86% | 0.64% | - |
| HSV(B) | 53.5º | 0.65% | 0.95% | - |
| XYZ | 65.18 | 73.38 | 19.32 | - |
| YUV | 214.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 85 | 0 | 0.07 | 0.65 | 0.05 | 53.5 | 0.86 | 0.64 |
| Hex | F2 | E1 | 55 | 0 | 7 | 41 | 5 | 36 | 56 | 40 |
| Octal | 362 | 341 | 125 | 0 | 7 | 101 | 5 | 66 | 126 | 100 |
| Binary | 11110010 | 11100001 | 1010101 | 0 | 111 | 1000001 | 101 | 110110 | 1010110 | 1000000 |
Color Harmonies of #F2E155
Complementary color
Monochromatic Colors of #F2E155
Black with #F2E155
Text Example
Text Example
White with #F2E155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E155; }
p { color: rgb(242,225,85); }
H1.HeaderClassName
{
color: #F2E155;
}
.AnyTagClassName
{
color: #F2E155;
}
</style>
background-color css
<style>
a { background-color: #F2E155; }
a { background-color: rgb(242,225,85); }
div.DivClassName
{
background-color: #F2E155;
}
.BgClassName
{
background-color: #F2E155;
}
</style>
border-color css
<style>
span { border-color: #F2E155; }
span { border-color: rgb(242,225,85); }
td.TdClassName
{
border-color: #F2E155;
}
.TagClassName
{
border-color: #F2E155;
}
</style>