Shades of Lemon #F2EB12
Tints of Lemon #F2EB12
RGB
CMYK
RGB Variations
Color information
#F2EB12 (or 0xF2EB12) is known color: Lemon. HEX triplet: F2, EB and 12. RGB value is (242,235,18). Sum of RGB (Red+Green+Blue) = 242+235+18=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 18 (7.42% from 255 or 3.64% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EB12 is #0D14ED. Grayscale: #D5D5D5. Windows color (decimal): -857326 or 1240050. OLE color: 1240050.
HSL color Cylindrical-coordinate representation of color #F2EB12: hue angle of 58.12º 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 #F2EB12 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 18 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.05 |
| HSL | 58.13º | 0.9% | 0.51% | - |
| HSV(B) | 58.13º | 0.93% | 0.95% | - |
| XYZ | 66.44 | 78.34 | 12.19 | - |
| YUV | 212.36 | 18.32 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 18 | 0 | 0.03 | 0.93 | 0.05 | 58.13 | 0.9 | 0.51 |
| Hex | F2 | EB | 12 | 0 | 3 | 5D | 5 | 3A | 5A | 33 |
| Octal | 362 | 353 | 22 | 0 | 3 | 135 | 5 | 72 | 132 | 63 |
| Binary | 11110010 | 11101011 | 10010 | 0 | 11 | 1011101 | 101 | 111010 | 1011010 | 110011 |
Color Harmonies of #F2EB12
Complementary color
Monochromatic Colors of #F2EB12
Black with #F2EB12
Text Example
Text Example
White with #F2EB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB12; }
p { color: rgb(242,235,18); }
H1.HeaderClassName
{
color: #F2EB12;
}
.AnyTagClassName
{
color: #F2EB12;
}
</style>
background-color css
<style>
a { background-color: #F2EB12; }
a { background-color: rgb(242,235,18); }
div.DivClassName
{
background-color: #F2EB12;
}
.BgClassName
{
background-color: #F2EB12;
}
</style>
border-color css
<style>
span { border-color: #F2EB12; }
span { border-color: rgb(242,235,18); }
td.TdClassName
{
border-color: #F2EB12;
}
.TagClassName
{
border-color: #F2EB12;
}
</style>