Shades of Lemon #F0F213
Tints of Lemon #F0F213
RGB
CMYK
RGB Variations
Color information
#F0F213 (or 0xF0F213) is known color: Lemon. HEX triplet: F0, F2 and 13. RGB value is (240,242,19). Sum of RGB (Red+Green+Blue) = 240+242+19=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 19 (7.81% from 255 or 3.79% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F213 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F213 is #0F0DEC. Grayscale: #D8D8D8. Windows color (decimal): -986605 or 1307376. OLE color: 1307376.
HSL color Cylindrical-coordinate representation of color #F0F213: hue angle of 60.54º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0F213 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 19 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.05 |
| HSL | 60.54º | 0.9% | 0.51% | - |
| HSV(B) | 60.54º | 0.92% | 0.95% | - |
| XYZ | 67.8 | 82.08 | 12.88 | - |
| YUV | 215.98 | 16.84 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 19 | 0.01 | 0 | 0.92 | 0.05 | 60.54 | 0.9 | 0.51 |
| Hex | F0 | F2 | 13 | 1 | 0 | 5C | 5 | 3D | 5A | 33 |
| Octal | 360 | 362 | 23 | 1 | 0 | 134 | 5 | 75 | 132 | 63 |
| Binary | 11110000 | 11110010 | 10011 | 1 | 0 | 1011100 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #F0F213
Complementary color
Monochromatic Colors of #F0F213
Black with #F0F213
Text Example
Text Example
White with #F0F213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F213; }
p { color: rgb(240,242,19); }
H1.HeaderClassName
{
color: #F0F213;
}
.AnyTagClassName
{
color: #F0F213;
}
</style>
background-color css
<style>
a { background-color: #F0F213; }
a { background-color: rgb(240,242,19); }
div.DivClassName
{
background-color: #F0F213;
}
.BgClassName
{
background-color: #F0F213;
}
</style>
border-color css
<style>
span { border-color: #F0F213; }
span { border-color: rgb(240,242,19); }
td.TdClassName
{
border-color: #F0F213;
}
.TagClassName
{
border-color: #F0F213;
}
</style>