Shades of Lemon #F0F615
Tints of Lemon #F0F615
RGB
CMYK
RGB Variations
Color information
#F0F615 (or 0xF0F615) is known color: Lemon. HEX triplet: F0, F6 and 15. RGB value is (240,246,21). Sum of RGB (Red+Green+Blue) = 240+246+21=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 21 (8.59% from 255 or 4.14% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F615 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F615 is #0F09EA. Grayscale: #DBDBDB. Windows color (decimal): -985579 or 1439472. OLE color: 1439472.
HSL color Cylindrical-coordinate representation of color #F0F615: hue angle of 61.6º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0F615 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 21 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.04 |
| HSL | 61.6º | 0.93% | 0.52% | - |
| HSV(B) | 61.6º | 0.91% | 0.96% | - |
| XYZ | 69.03 | 84.49 | 13.38 | - |
| YUV | 218.56 | 16.51 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 21 | 0.02 | 0 | 0.91 | 0.04 | 61.6 | 0.93 | 0.52 |
| Hex | F0 | F6 | 15 | 2 | 0 | 5B | 4 | 3E | 5D | 34 |
| Octal | 360 | 366 | 25 | 2 | 0 | 133 | 4 | 76 | 135 | 64 |
| Binary | 11110000 | 11110110 | 10101 | 10 | 0 | 1011011 | 100 | 111110 | 1011101 | 110100 |
Color Harmonies of #F0F615
Complementary color
Monochromatic Colors of #F0F615
Black with #F0F615
Text Example
Text Example
White with #F0F615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F615; }
p { color: rgb(240,246,21); }
H1.HeaderClassName
{
color: #F0F615;
}
.AnyTagClassName
{
color: #F0F615;
}
</style>
background-color css
<style>
a { background-color: #F0F615; }
a { background-color: rgb(240,246,21); }
div.DivClassName
{
background-color: #F0F615;
}
.BgClassName
{
background-color: #F0F615;
}
</style>
border-color css
<style>
span { border-color: #F0F615; }
span { border-color: rgb(240,246,21); }
td.TdClassName
{
border-color: #F0F615;
}
.TagClassName
{
border-color: #F0F615;
}
</style>