Shades of Lemon #F0FA16
Tints of Lemon #F0FA16
RGB
CMYK
RGB Variations
Color information
#F0FA16 (or 0xF0FA16) is known color: Lemon. HEX triplet: F0, FA and 16. RGB value is (240,250,22). Sum of RGB (Red+Green+Blue) = 240+250+22=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 22 (8.98% from 255 or 4.30% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FA16 is #0F05E9. Grayscale: #DDDDDD. Windows color (decimal): -984554 or 1506032. OLE color: 1506032.
HSL color Cylindrical-coordinate representation of color #F0FA16: hue angle of 62.63º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0FA16 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 22 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.02 |
| HSL | 62.63º | 0.96% | 0.53% | - |
| HSV(B) | 62.63º | 0.91% | 0.98% | - |
| XYZ | 70.27 | 86.95 | 13.84 | - |
| YUV | 221.02 | 15.69 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 22 | 0.04 | 0 | 0.91 | 0.02 | 62.63 | 0.96 | 0.53 |
| Hex | F0 | FA | 16 | 4 | 0 | 5B | 2 | 3F | 60 | 35 |
| Octal | 360 | 372 | 26 | 4 | 0 | 133 | 2 | 77 | 140 | 65 |
| Binary | 11110000 | 11111010 | 10110 | 100 | 0 | 1011011 | 10 | 111111 | 1100000 | 110101 |
Color Harmonies of #F0FA16
Complementary color
Monochromatic Colors of #F0FA16
Black with #F0FA16
Text Example
Text Example
White with #F0FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA16; }
p { color: rgb(240,250,22); }
H1.HeaderClassName
{
color: #F0FA16;
}
.AnyTagClassName
{
color: #F0FA16;
}
</style>
background-color css
<style>
a { background-color: #F0FA16; }
a { background-color: rgb(240,250,22); }
div.DivClassName
{
background-color: #F0FA16;
}
.BgClassName
{
background-color: #F0FA16;
}
</style>
border-color css
<style>
span { border-color: #F0FA16; }
span { border-color: rgb(240,250,22); }
td.TdClassName
{
border-color: #F0FA16;
}
.TagClassName
{
border-color: #F0FA16;
}
</style>