Shades of Lemon #F0F613
Tints of Lemon #F0F613
RGB
CMYK
RGB Variations
Color information
#F0F613 (or 0xF0F613) is known color: Lemon. HEX triplet: F0, F6 and 13. RGB value is (240,246,19). Sum of RGB (Red+Green+Blue) = 240+246+19=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 19 (7.81% from 255 or 3.76% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F613 is #0F09EC. Grayscale: #DBDBDB. Windows color (decimal): -985581 or 1308400. OLE color: 1308400.
HSL color Cylindrical-coordinate representation of color #F0F613: hue angle of 61.59º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0F613 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 19 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.04 |
| HSL | 61.59º | 0.93% | 0.52% | - |
| HSV(B) | 61.59º | 0.92% | 0.96% | - |
| XYZ | 69.01 | 84.48 | 13.29 | - |
| YUV | 218.33 | 15.51 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 19 | 0.02 | 0 | 0.92 | 0.04 | 61.59 | 0.93 | 0.52 |
| Hex | F0 | F6 | 13 | 2 | 0 | 5C | 4 | 3E | 5D | 34 |
| Octal | 360 | 366 | 23 | 2 | 0 | 134 | 4 | 76 | 135 | 64 |
| Binary | 11110000 | 11110110 | 10011 | 10 | 0 | 1011100 | 100 | 111110 | 1011101 | 110100 |
Color Harmonies of #F0F613
Complementary color
Monochromatic Colors of #F0F613
Black with #F0F613
Text Example
Text Example
White with #F0F613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F613; }
p { color: rgb(240,246,19); }
H1.HeaderClassName
{
color: #F0F613;
}
.AnyTagClassName
{
color: #F0F613;
}
</style>
background-color css
<style>
a { background-color: #F0F613; }
a { background-color: rgb(240,246,19); }
div.DivClassName
{
background-color: #F0F613;
}
.BgClassName
{
background-color: #F0F613;
}
</style>
border-color css
<style>
span { border-color: #F0F613; }
span { border-color: rgb(240,246,19); }
td.TdClassName
{
border-color: #F0F613;
}
.TagClassName
{
border-color: #F0F613;
}
</style>