Shades of Lemon #F0F215
Tints of Lemon #F0F215
RGB
CMYK
RGB Variations
Color information
#F0F215 (or 0xF0F215) is known color: Lemon. HEX triplet: F0, F2 and 15. RGB value is (240,242,21). Sum of RGB (Red+Green+Blue) = 240+242+21=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 21 (8.59% from 255 or 4.17% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F215 is #0F0DEA. Grayscale: #D9D9D9. Windows color (decimal): -986603 or 1438448. OLE color: 1438448.
HSL color Cylindrical-coordinate representation of color #F0F215: hue angle of 60.54º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0F215 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 21 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.05 |
| HSL | 60.54º | 0.89% | 0.52% | - |
| HSV(B) | 60.54º | 0.91% | 0.95% | - |
| XYZ | 67.82 | 82.08 | 12.98 | - |
| YUV | 216.21 | 17.84 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 21 | 0.01 | 0 | 0.91 | 0.05 | 60.54 | 0.89 | 0.52 |
| Hex | F0 | F2 | 15 | 1 | 0 | 5B | 5 | 3D | 59 | 34 |
| Octal | 360 | 362 | 25 | 1 | 0 | 133 | 5 | 75 | 131 | 64 |
| Binary | 11110000 | 11110010 | 10101 | 1 | 0 | 1011011 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #F0F215
Complementary color
Monochromatic Colors of #F0F215
Black with #F0F215
Text Example
Text Example
White with #F0F215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F215; }
p { color: rgb(240,242,21); }
H1.HeaderClassName
{
color: #F0F215;
}
.AnyTagClassName
{
color: #F0F215;
}
</style>
background-color css
<style>
a { background-color: #F0F215; }
a { background-color: rgb(240,242,21); }
div.DivClassName
{
background-color: #F0F215;
}
.BgClassName
{
background-color: #F0F215;
}
</style>
border-color css
<style>
span { border-color: #F0F215; }
span { border-color: rgb(240,242,21); }
td.TdClassName
{
border-color: #F0F215;
}
.TagClassName
{
border-color: #F0F215;
}
</style>