Shades of Lemon #F2E412
Tints of Lemon #F2E412
RGB
CMYK
RGB Variations
Color information
#F2E412 (or 0xF2E412) is known color: Lemon. HEX triplet: F2, E4 and 12. RGB value is (242,228,18). Sum of RGB (Red+Green+Blue) = 242+228+18=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 18 (7.42% from 255 or 3.69% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E412 is #0D1BED. Grayscale: #D1D1D1. Windows color (decimal): -859118 or 1238258. OLE color: 1238258.
HSL color Cylindrical-coordinate representation of color #F2E412: hue angle of 56.25º 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 #F2E412 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 18 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.05 |
| HSL | 56.25º | 0.9% | 0.51% | - |
| HSV(B) | 56.25º | 0.93% | 0.95% | - |
| XYZ | 64.47 | 74.41 | 11.54 | - |
| YUV | 208.25 | 20.64 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 18 | 0 | 0.06 | 0.93 | 0.05 | 56.25 | 0.9 | 0.51 |
| Hex | F2 | E4 | 12 | 0 | 6 | 5D | 5 | 38 | 5A | 33 |
| Octal | 362 | 344 | 22 | 0 | 6 | 135 | 5 | 70 | 132 | 63 |
| Binary | 11110010 | 11100100 | 10010 | 0 | 110 | 1011101 | 101 | 111000 | 1011010 | 110011 |
Color Harmonies of #F2E412
Complementary color
Monochromatic Colors of #F2E412
Black with #F2E412
Text Example
Text Example
White with #F2E412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E412; }
p { color: rgb(242,228,18); }
H1.HeaderClassName
{
color: #F2E412;
}
.AnyTagClassName
{
color: #F2E412;
}
</style>
background-color css
<style>
a { background-color: #F2E412; }
a { background-color: rgb(242,228,18); }
div.DivClassName
{
background-color: #F2E412;
}
.BgClassName
{
background-color: #F2E412;
}
</style>
border-color css
<style>
span { border-color: #F2E412; }
span { border-color: rgb(242,228,18); }
td.TdClassName
{
border-color: #F2E412;
}
.TagClassName
{
border-color: #F2E412;
}
</style>