Shades of Energy Yellow #F2E150
Tints of Energy Yellow #F2E150
RGB
CMYK
RGB Variations
Color information
#F2E150 (or 0xF2E150) is known color: Energy Yellow. HEX triplet: F2, E1 and 50. RGB value is (242,225,80). Sum of RGB (Red+Green+Blue) = 242+225+80=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 80 (31.64% from 255 or 14.63% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E150 is #0D1EAF. Grayscale: #D6D6D6. Windows color (decimal): -859824 or 5300722. OLE color: 5300722.
HSL color Cylindrical-coordinate representation of color #F2E150: hue angle of 53.7º 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 #F2E150 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 80 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.05 |
| HSL | 53.7º | 0.86% | 0.63% | - |
| HSV(B) | 53.7º | 0.67% | 0.95% | - |
| XYZ | 64.99 | 73.31 | 18.31 | - |
| YUV | 213.55 | 52.63 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 80 | 0 | 0.07 | 0.67 | 0.05 | 53.7 | 0.86 | 0.63 |
| Hex | F2 | E1 | 50 | 0 | 7 | 43 | 5 | 36 | 56 | 3F |
| Octal | 362 | 341 | 120 | 0 | 7 | 103 | 5 | 66 | 126 | 77 |
| Binary | 11110010 | 11100001 | 1010000 | 0 | 111 | 1000011 | 101 | 110110 | 1010110 | 111111 |
Color Harmonies of #F2E150
Complementary color
Monochromatic Colors of #F2E150
Black with #F2E150
Text Example
Text Example
White with #F2E150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E150; }
p { color: rgb(242,225,80); }
H1.HeaderClassName
{
color: #F2E150;
}
.AnyTagClassName
{
color: #F2E150;
}
</style>
background-color css
<style>
a { background-color: #F2E150; }
a { background-color: rgb(242,225,80); }
div.DivClassName
{
background-color: #F2E150;
}
.BgClassName
{
background-color: #F2E150;
}
</style>
border-color css
<style>
span { border-color: #F2E150; }
span { border-color: rgb(242,225,80); }
td.TdClassName
{
border-color: #F2E150;
}
.TagClassName
{
border-color: #F2E150;
}
</style>