Shades of Lemon #F2EB18
Tints of Lemon #F2EB18
RGB
CMYK
RGB Variations
Color information
#F2EB18 (or 0xF2EB18) is known color: Lemon. HEX triplet: F2, EB and 18. RGB value is (242,235,24). Sum of RGB (Red+Green+Blue) = 242+235+24=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 24 (9.77% from 255 or 4.79% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EB18 is #0D14E7. Grayscale: #D5D5D5. Windows color (decimal): -857320 or 1633266. OLE color: 1633266.
HSL color Cylindrical-coordinate representation of color #F2EB18: hue angle of 58.07º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2EB18 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 24 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.05 |
| HSL | 58.07º | 0.89% | 0.52% | - |
| HSV(B) | 58.07º | 0.9% | 0.95% | - |
| XYZ | 66.49 | 78.36 | 12.48 | - |
| YUV | 213.04 | 21.32 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 24 | 0 | 0.03 | 0.90 | 0.05 | 58.07 | 0.89 | 0.52 |
| Hex | F2 | EB | 18 | 0 | 3 | 5A | 5 | 3A | 59 | 34 |
| Octal | 362 | 353 | 30 | 0 | 3 | 132 | 5 | 72 | 131 | 64 |
| Binary | 11110010 | 11101011 | 11000 | 0 | 11 | 1011010 | 101 | 111010 | 1011001 | 110100 |
Color Harmonies of #F2EB18
Complementary color
Monochromatic Colors of #F2EB18
Black with #F2EB18
Text Example
Text Example
White with #F2EB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB18; }
p { color: rgb(242,235,24); }
H1.HeaderClassName
{
color: #F2EB18;
}
.AnyTagClassName
{
color: #F2EB18;
}
</style>
background-color css
<style>
a { background-color: #F2EB18; }
a { background-color: rgb(242,235,24); }
div.DivClassName
{
background-color: #F2EB18;
}
.BgClassName
{
background-color: #F2EB18;
}
</style>
border-color css
<style>
span { border-color: #F2EB18; }
span { border-color: rgb(242,235,24); }
td.TdClassName
{
border-color: #F2EB18;
}
.TagClassName
{
border-color: #F2EB18;
}
</style>