Shades of Lemon #F2E112
Tints of Lemon #F2E112
RGB
CMYK
RGB Variations
Color information
#F2E112 (or 0xF2E112) is known color: Lemon. HEX triplet: F2, E1 and 12. RGB value is (242,225,18). Sum of RGB (Red+Green+Blue) = 242+225+18=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 18 (7.42% from 255 or 3.71% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E112 is #0D1EED. Grayscale: #CFCFCF. Windows color (decimal): -859886 or 1237490. OLE color: 1237490.
HSL color Cylindrical-coordinate representation of color #F2E112: hue angle of 55.45º 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 #F2E112 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 18 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.05 |
| HSL | 55.45º | 0.9% | 0.51% | - |
| HSV(B) | 55.45º | 0.93% | 0.95% | - |
| XYZ | 63.65 | 72.77 | 11.26 | - |
| YUV | 206.49 | 21.63 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 18 | 0 | 0.07 | 0.93 | 0.05 | 55.45 | 0.9 | 0.51 |
| Hex | F2 | E1 | 12 | 0 | 7 | 5D | 5 | 37 | 5A | 33 |
| Octal | 362 | 341 | 22 | 0 | 7 | 135 | 5 | 67 | 132 | 63 |
| Binary | 11110010 | 11100001 | 10010 | 0 | 111 | 1011101 | 101 | 110111 | 1011010 | 110011 |
Color Harmonies of #F2E112
Complementary color
Monochromatic Colors of #F2E112
Black with #F2E112
Text Example
Text Example
White with #F2E112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E112; }
p { color: rgb(242,225,18); }
H1.HeaderClassName
{
color: #F2E112;
}
.AnyTagClassName
{
color: #F2E112;
}
</style>
background-color css
<style>
a { background-color: #F2E112; }
a { background-color: rgb(242,225,18); }
div.DivClassName
{
background-color: #F2E112;
}
.BgClassName
{
background-color: #F2E112;
}
</style>
border-color css
<style>
span { border-color: #F2E112; }
span { border-color: rgb(242,225,18); }
td.TdClassName
{
border-color: #F2E112;
}
.TagClassName
{
border-color: #F2E112;
}
</style>