Shades of Lemon #F0FD26
Tints of Lemon #F0FD26
RGB
CMYK
RGB Variations
Color information
#F0FD26 (or 0xF0FD26) is known color: Lemon. HEX triplet: F0, FD and 26. RGB value is (240,253,38). Sum of RGB (Red+Green+Blue) = 240+253+38=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 38 (15.23% from 255 or 7.16% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FD26 is #0F02D9. Grayscale: #E1E1E1. Windows color (decimal): -983770 or 2555376. OLE color: 2555376.
HSL color Cylindrical-coordinate representation of color #F0FD26: hue angle of 63.63º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0FD26 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 38 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.01 |
| HSL | 63.63º | 0.98% | 0.57% | - |
| HSV(B) | 63.63º | 0.85% | 0.99% | - |
| XYZ | 71.41 | 88.92 | 15.23 | - |
| YUV | 224.6 | 22.69 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 38 | 0.05 | 0 | 0.85 | 0.01 | 63.63 | 0.98 | 0.57 |
| Hex | F0 | FD | 26 | 5 | 0 | 55 | 1 | 40 | 62 | 39 |
| Octal | 360 | 375 | 46 | 5 | 0 | 125 | 1 | 100 | 142 | 71 |
| Binary | 11110000 | 11111101 | 100110 | 101 | 0 | 1010101 | 1 | 1000000 | 1100010 | 111001 |
Color Harmonies of #F0FD26
Complementary color
Monochromatic Colors of #F0FD26
Black with #F0FD26
Text Example
Text Example
White with #F0FD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD26; }
p { color: rgb(240,253,38); }
H1.HeaderClassName
{
color: #F0FD26;
}
.AnyTagClassName
{
color: #F0FD26;
}
</style>
background-color css
<style>
a { background-color: #F0FD26; }
a { background-color: rgb(240,253,38); }
div.DivClassName
{
background-color: #F0FD26;
}
.BgClassName
{
background-color: #F0FD26;
}
</style>
border-color css
<style>
span { border-color: #F0FD26; }
span { border-color: rgb(240,253,38); }
td.TdClassName
{
border-color: #F0FD26;
}
.TagClassName
{
border-color: #F0FD26;
}
</style>