Shades of Lemon #F0FA19
Tints of Lemon #F0FA19
RGB
CMYK
RGB Variations
Color information
#F0FA19 (or 0xF0FA19) is known color: Lemon. HEX triplet: F0, FA and 19. RGB value is (240,250,25). Sum of RGB (Red+Green+Blue) = 240+250+25=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 25 (10.16% from 255 or 4.85% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FA19 is #0F05E6. Grayscale: #DEDEDE. Windows color (decimal): -984551 or 1702640. OLE color: 1702640.
HSL color Cylindrical-coordinate representation of color #F0FA19: hue angle of 62.67º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0FA19 is Cyan = 0.04, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 25 | - |
| CMYK | 0.04 | 0 | 0.9 | 0.02 |
| HSL | 62.67º | 0.96% | 0.54% | - |
| HSV(B) | 62.67º | 0.9% | 0.98% | - |
| XYZ | 70.3 | 86.97 | 14 | - |
| YUV | 221.36 | 17.19 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 25 | 0.04 | 0 | 0.9 | 0.02 | 62.67 | 0.96 | 0.54 |
| Hex | F0 | FA | 19 | 4 | 0 | 5A | 2 | 3F | 60 | 36 |
| Octal | 360 | 372 | 31 | 4 | 0 | 132 | 2 | 77 | 140 | 66 |
| Binary | 11110000 | 11111010 | 11001 | 100 | 0 | 1011010 | 10 | 111111 | 1100000 | 110110 |
Color Harmonies of #F0FA19
Complementary color
Monochromatic Colors of #F0FA19
Black with #F0FA19
Text Example
Text Example
White with #F0FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA19; }
p { color: rgb(240,250,25); }
H1.HeaderClassName
{
color: #F0FA19;
}
.AnyTagClassName
{
color: #F0FA19;
}
</style>
background-color css
<style>
a { background-color: #F0FA19; }
a { background-color: rgb(240,250,25); }
div.DivClassName
{
background-color: #F0FA19;
}
.BgClassName
{
background-color: #F0FA19;
}
</style>
border-color css
<style>
span { border-color: #F0FA19; }
span { border-color: rgb(240,250,25); }
td.TdClassName
{
border-color: #F0FA19;
}
.TagClassName
{
border-color: #F0FA19;
}
</style>