Shades of Energy Yellow #F2E14D
Tints of Energy Yellow #F2E14D
RGB
CMYK
RGB Variations
Color information
#F2E14D (or 0xF2E14D) is known color: Energy Yellow. HEX triplet: F2, E1 and 4D. RGB value is (242,225,77). Sum of RGB (Red+Green+Blue) = 242+225+77=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 77 (30.47% from 255 or 14.15% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E14D is #0D1EB2. Grayscale: #D5D5D5. Windows color (decimal): -859827 or 5104114. OLE color: 5104114.
HSL color Cylindrical-coordinate representation of color #F2E14D: hue angle of 53.82º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2E14D is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 77 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.05 |
| HSL | 53.82º | 0.86% | 0.63% | - |
| HSV(B) | 53.82º | 0.68% | 0.95% | - |
| XYZ | 64.88 | 73.26 | 17.74 | - |
| YUV | 213.21 | 51.13 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 77 | 0 | 0.07 | 0.68 | 0.05 | 53.82 | 0.86 | 0.63 |
| Hex | F2 | E1 | 4D | 0 | 7 | 44 | 5 | 36 | 56 | 3F |
| Octal | 362 | 341 | 115 | 0 | 7 | 104 | 5 | 66 | 126 | 77 |
| Binary | 11110010 | 11100001 | 1001101 | 0 | 111 | 1000100 | 101 | 110110 | 1010110 | 111111 |
Color Harmonies of #F2E14D
Complementary color
Monochromatic Colors of #F2E14D
Black with #F2E14D
Text Example
Text Example
White with #F2E14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E14D; }
p { color: rgb(242,225,77); }
H1.HeaderClassName
{
color: #F2E14D;
}
.AnyTagClassName
{
color: #F2E14D;
}
</style>
background-color css
<style>
a { background-color: #F2E14D; }
a { background-color: rgb(242,225,77); }
div.DivClassName
{
background-color: #F2E14D;
}
.BgClassName
{
background-color: #F2E14D;
}
</style>
border-color css
<style>
span { border-color: #F2E14D; }
span { border-color: rgb(242,225,77); }
td.TdClassName
{
border-color: #F2E14D;
}
.TagClassName
{
border-color: #F2E14D;
}
</style>