Shades of Lemon #F2EB10
Tints of Lemon #F2EB10
RGB
CMYK
RGB Variations
Color information
#F2EB10 (or 0xF2EB10) is known color: Lemon. HEX triplet: F2, EB and 10. RGB value is (242,235,16). Sum of RGB (Red+Green+Blue) = 242+235+16=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 16 (6.64% from 255 or 3.25% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EB10 is #0D14EF. Grayscale: #D5D5D5. Windows color (decimal): -857328 or 1108978. OLE color: 1108978.
HSL color Cylindrical-coordinate representation of color #F2EB10: hue angle of 58.14º 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 #F2EB10 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 16 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.05 |
| HSL | 58.14º | 0.9% | 0.51% | - |
| HSV(B) | 58.14º | 0.93% | 0.95% | - |
| XYZ | 66.42 | 78.33 | 12.11 | - |
| YUV | 212.13 | 17.32 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 16 | 0 | 0.03 | 0.93 | 0.05 | 58.14 | 0.9 | 0.51 |
| Hex | F2 | EB | 10 | 0 | 3 | 5D | 5 | 3A | 5A | 33 |
| Octal | 362 | 353 | 20 | 0 | 3 | 135 | 5 | 72 | 132 | 63 |
| Binary | 11110010 | 11101011 | 10000 | 0 | 11 | 1011101 | 101 | 111010 | 1011010 | 110011 |
Color Harmonies of #F2EB10
Complementary color
Monochromatic Colors of #F2EB10
Black with #F2EB10
Text Example
Text Example
White with #F2EB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB10; }
p { color: rgb(242,235,16); }
H1.HeaderClassName
{
color: #F2EB10;
}
.AnyTagClassName
{
color: #F2EB10;
}
</style>
background-color css
<style>
a { background-color: #F2EB10; }
a { background-color: rgb(242,235,16); }
div.DivClassName
{
background-color: #F2EB10;
}
.BgClassName
{
background-color: #F2EB10;
}
</style>
border-color css
<style>
span { border-color: #F2EB10; }
span { border-color: rgb(242,235,16); }
td.TdClassName
{
border-color: #F2EB10;
}
.TagClassName
{
border-color: #F2EB10;
}
</style>