Shades of Lemon #F0FC16
Tints of Lemon #F0FC16
RGB
CMYK
RGB Variations
Color information
#F0FC16 (or 0xF0FC16) is known color: Lemon. HEX triplet: F0, FC and 16. RGB value is (240,252,22). Sum of RGB (Red+Green+Blue) = 240+252+22=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 22 (8.98% from 255 or 4.28% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FC16 is #0F03E9. Grayscale: #DFDFDF. Windows color (decimal): -984042 or 1506544. OLE color: 1506544.
HSL color Cylindrical-coordinate representation of color #F0FC16: hue angle of 63.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0FC16 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 22 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.01 |
| HSL | 63.13º | 0.97% | 0.54% | - |
| HSV(B) | 63.13º | 0.91% | 0.99% | - |
| XYZ | 70.89 | 88.2 | 14.05 | - |
| YUV | 222.19 | 15.02 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 22 | 0.05 | 0 | 0.91 | 0.01 | 63.13 | 0.97 | 0.54 |
| Hex | F0 | FC | 16 | 5 | 0 | 5B | 1 | 3F | 61 | 36 |
| Octal | 360 | 374 | 26 | 5 | 0 | 133 | 1 | 77 | 141 | 66 |
| Binary | 11110000 | 11111100 | 10110 | 101 | 0 | 1011011 | 1 | 111111 | 1100001 | 110110 |
Color Harmonies of #F0FC16
Complementary color
Monochromatic Colors of #F0FC16
Black with #F0FC16
Text Example
Text Example
White with #F0FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC16; }
p { color: rgb(240,252,22); }
H1.HeaderClassName
{
color: #F0FC16;
}
.AnyTagClassName
{
color: #F0FC16;
}
</style>
background-color css
<style>
a { background-color: #F0FC16; }
a { background-color: rgb(240,252,22); }
div.DivClassName
{
background-color: #F0FC16;
}
.BgClassName
{
background-color: #F0FC16;
}
</style>
border-color css
<style>
span { border-color: #F0FC16; }
span { border-color: rgb(240,252,22); }
td.TdClassName
{
border-color: #F0FC16;
}
.TagClassName
{
border-color: #F0FC16;
}
</style>