Shades of Lemon #F2EC14
Tints of Lemon #F2EC14
RGB
CMYK
RGB Variations
Color information
#F2EC14 (or 0xF2EC14) is known color: Lemon. HEX triplet: F2, EC and 14. RGB value is (242,236,20). Sum of RGB (Red+Green+Blue) = 242+236+20=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 20 (8.20% from 255 or 4.02% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EC14 is #0D13EB. Grayscale: #D6D6D6. Windows color (decimal): -857068 or 1371378. OLE color: 1371378.
HSL color Cylindrical-coordinate representation of color #F2EC14: hue angle of 58.38º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2EC14 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 20 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.05 |
| HSL | 58.38º | 0.9% | 0.51% | - |
| HSV(B) | 58.38º | 0.92% | 0.95% | - |
| XYZ | 66.74 | 78.92 | 12.38 | - |
| YUV | 213.17 | 18.99 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 20 | 0 | 0.02 | 0.92 | 0.05 | 58.38 | 0.9 | 0.51 |
| Hex | F2 | EC | 14 | 0 | 2 | 5C | 5 | 3A | 5A | 33 |
| Octal | 362 | 354 | 24 | 0 | 2 | 134 | 5 | 72 | 132 | 63 |
| Binary | 11110010 | 11101100 | 10100 | 0 | 10 | 1011100 | 101 | 111010 | 1011010 | 110011 |
Color Harmonies of #F2EC14
Complementary color
Monochromatic Colors of #F2EC14
Black with #F2EC14
Text Example
Text Example
White with #F2EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC14; }
p { color: rgb(242,236,20); }
H1.HeaderClassName
{
color: #F2EC14;
}
.AnyTagClassName
{
color: #F2EC14;
}
</style>
background-color css
<style>
a { background-color: #F2EC14; }
a { background-color: rgb(242,236,20); }
div.DivClassName
{
background-color: #F2EC14;
}
.BgClassName
{
background-color: #F2EC14;
}
</style>
border-color css
<style>
span { border-color: #F2EC14; }
span { border-color: rgb(242,236,20); }
td.TdClassName
{
border-color: #F2EC14;
}
.TagClassName
{
border-color: #F2EC14;
}
</style>