Shades of Lemon #F0F015
Tints of Lemon #F0F015
RGB
CMYK
RGB Variations
Color information
#F0F015 (or 0xF0F015) is known color: Lemon. HEX triplet: F0, F0 and 15. RGB value is (240,240,21). Sum of RGB (Red+Green+Blue) = 240+240+21=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 21 (8.59% from 255 or 4.19% from 501); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F015 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F015 is #0F0FEA. Grayscale: #D7D7D7. Windows color (decimal): -987115 or 1437936. OLE color: 1437936.
HSL color Cylindrical-coordinate representation of color #F0F015: hue angle of 60º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0F015 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 21 | - |
| CMYK | 0 | 0 | 0.91 | 0.06 |
| HSL | 60º | 0.88% | 0.51% | - |
| HSV(B) | 60º | 0.91% | 0.94% | - |
| XYZ | 67.23 | 80.9 | 12.78 | - |
| YUV | 215.03 | 18.5 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 21 | 0 | 0 | 0.91 | 0.06 | 60 | 0.88 | 0.51 |
| Hex | F0 | F0 | 15 | 0 | 0 | 5B | 6 | 3C | 58 | 33 |
| Octal | 360 | 360 | 25 | 0 | 0 | 133 | 6 | 74 | 130 | 63 |
| Binary | 11110000 | 11110000 | 10101 | 0 | 0 | 1011011 | 110 | 111100 | 1011000 | 110011 |
Color Harmonies of #F0F015
Complementary color
Monochromatic Colors of #F0F015
Black with #F0F015
Text Example
Text Example
White with #F0F015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F015; }
p { color: rgb(240,240,21); }
H1.HeaderClassName
{
color: #F0F015;
}
.AnyTagClassName
{
color: #F0F015;
}
</style>
background-color css
<style>
a { background-color: #F0F015; }
a { background-color: rgb(240,240,21); }
div.DivClassName
{
background-color: #F0F015;
}
.BgClassName
{
background-color: #F0F015;
}
</style>
border-color css
<style>
span { border-color: #F0F015; }
span { border-color: rgb(240,240,21); }
td.TdClassName
{
border-color: #F0F015;
}
.TagClassName
{
border-color: #F0F015;
}
</style>