Shades of Lemon #F0FB16
Tints of Lemon #F0FB16
RGB
CMYK
RGB Variations
Color information
#F0FB16 (or 0xF0FB16) is known color: Lemon. HEX triplet: F0, FB and 16. RGB value is (240,251,22). Sum of RGB (Red+Green+Blue) = 240+251+22=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 22 (8.98% from 255 or 4.29% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FB16 is #0F04E9. Grayscale: #DEDEDE. Windows color (decimal): -984298 or 1506288. OLE color: 1506288.
HSL color Cylindrical-coordinate representation of color #F0FB16: hue angle of 62.88º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0FB16 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 22 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.02 |
| HSL | 62.88º | 0.97% | 0.54% | - |
| HSV(B) | 62.88º | 0.91% | 0.98% | - |
| XYZ | 70.58 | 87.58 | 13.94 | - |
| YUV | 221.61 | 15.36 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 22 | 0.04 | 0 | 0.91 | 0.02 | 62.88 | 0.97 | 0.54 |
| Hex | F0 | FB | 16 | 4 | 0 | 5B | 2 | 3F | 61 | 36 |
| Octal | 360 | 373 | 26 | 4 | 0 | 133 | 2 | 77 | 141 | 66 |
| Binary | 11110000 | 11111011 | 10110 | 100 | 0 | 1011011 | 10 | 111111 | 1100001 | 110110 |
Color Harmonies of #F0FB16
Complementary color
Monochromatic Colors of #F0FB16
Black with #F0FB16
Text Example
Text Example
White with #F0FB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB16; }
p { color: rgb(240,251,22); }
H1.HeaderClassName
{
color: #F0FB16;
}
.AnyTagClassName
{
color: #F0FB16;
}
</style>
background-color css
<style>
a { background-color: #F0FB16; }
a { background-color: rgb(240,251,22); }
div.DivClassName
{
background-color: #F0FB16;
}
.BgClassName
{
background-color: #F0FB16;
}
</style>
border-color css
<style>
span { border-color: #F0FB16; }
span { border-color: rgb(240,251,22); }
td.TdClassName
{
border-color: #F0FB16;
}
.TagClassName
{
border-color: #F0FB16;
}
</style>