Shades of Lemon #F2EC0E
Tints of Lemon #F2EC0E
RGB
CMYK
RGB Variations
Color information
#F2EC0E (or 0xF2EC0E) is known color: Lemon. HEX triplet: F2, EC and 0E. RGB value is (242,236,14). Sum of RGB (Red+Green+Blue) = 242+236+14=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 14 (5.86% from 255 or 2.85% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EC0E is #0D13F1. Grayscale: #D5D5D5. Windows color (decimal): -857074 or 978162. OLE color: 978162.
HSL color Cylindrical-coordinate representation of color #F2EC0E: hue angle of 58.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2EC0E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 14 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.05 |
| HSL | 58.42º | 0.9% | 0.5% | - |
| HSV(B) | 58.42º | 0.94% | 0.95% | - |
| XYZ | 66.69 | 78.9 | 12.13 | - |
| YUV | 212.49 | 15.99 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 14 | 0 | 0.02 | 0.94 | 0.05 | 58.42 | 0.9 | 0.5 |
| Hex | F2 | EC | E | 0 | 2 | 5E | 5 | 3A | 5A | 32 |
| Octal | 362 | 354 | 16 | 0 | 2 | 136 | 5 | 72 | 132 | 62 |
| Binary | 11110010 | 11101100 | 1110 | 0 | 10 | 1011110 | 101 | 111010 | 1011010 | 110010 |
Color Harmonies of #F2EC0E
Complementary color
Monochromatic Colors of #F2EC0E
Black with #F2EC0E
Text Example
Text Example
White with #F2EC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC0E; }
p { color: rgb(242,236,14); }
H1.HeaderClassName
{
color: #F2EC0E;
}
.AnyTagClassName
{
color: #F2EC0E;
}
</style>
background-color css
<style>
a { background-color: #F2EC0E; }
a { background-color: rgb(242,236,14); }
div.DivClassName
{
background-color: #F2EC0E;
}
.BgClassName
{
background-color: #F2EC0E;
}
</style>
border-color css
<style>
span { border-color: #F2EC0E; }
span { border-color: rgb(242,236,14); }
td.TdClassName
{
border-color: #F2EC0E;
}
.TagClassName
{
border-color: #F2EC0E;
}
</style>