Shades of Lemon #F2EC11
Tints of Lemon #F2EC11
RGB
CMYK
RGB Variations
Color information
#F2EC11 (or 0xF2EC11) is known color: Lemon. HEX triplet: F2, EC and 11. RGB value is (242,236,17). Sum of RGB (Red+Green+Blue) = 242+236+17=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 17 (7.03% from 255 or 3.43% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EC11 is #0D13EE. Grayscale: #D5D5D5. Windows color (decimal): -857071 or 1174770. OLE color: 1174770.
HSL color Cylindrical-coordinate representation of color #F2EC11: hue angle of 58.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2EC11 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 17 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.05 |
| HSL | 58.4º | 0.9% | 0.51% | - |
| HSV(B) | 58.4º | 0.93% | 0.95% | - |
| XYZ | 66.71 | 78.91 | 12.24 | - |
| YUV | 212.83 | 17.49 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 17 | 0 | 0.02 | 0.93 | 0.05 | 58.4 | 0.9 | 0.51 |
| Hex | F2 | EC | 11 | 0 | 2 | 5D | 5 | 3A | 5A | 33 |
| Octal | 362 | 354 | 21 | 0 | 2 | 135 | 5 | 72 | 132 | 63 |
| Binary | 11110010 | 11101100 | 10001 | 0 | 10 | 1011101 | 101 | 111010 | 1011010 | 110011 |
Color Harmonies of #F2EC11
Complementary color
Monochromatic Colors of #F2EC11
Black with #F2EC11
Text Example
Text Example
White with #F2EC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC11; }
p { color: rgb(242,236,17); }
H1.HeaderClassName
{
color: #F2EC11;
}
.AnyTagClassName
{
color: #F2EC11;
}
</style>
background-color css
<style>
a { background-color: #F2EC11; }
a { background-color: rgb(242,236,17); }
div.DivClassName
{
background-color: #F2EC11;
}
.BgClassName
{
background-color: #F2EC11;
}
</style>
border-color css
<style>
span { border-color: #F2EC11; }
span { border-color: rgb(242,236,17); }
td.TdClassName
{
border-color: #F2EC11;
}
.TagClassName
{
border-color: #F2EC11;
}
</style>