Shades of Lemon #F0FC24
Tints of Lemon #F0FC24
RGB
CMYK
RGB Variations
Color information
#F0FC24 (or 0xF0FC24) is known color: Lemon. HEX triplet: F0, FC and 24. RGB value is (240,252,36). Sum of RGB (Red+Green+Blue) = 240+252+36=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 36 (14.45% from 255 or 6.82% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FC24 is #0F03DB. Grayscale: #E0E0E0. Windows color (decimal): -984028 or 2424048. OLE color: 2424048.
HSL color Cylindrical-coordinate representation of color #F0FC24: hue angle of 63.33º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0FC24 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 36 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.01 |
| HSL | 63.33º | 0.97% | 0.56% | - |
| HSV(B) | 63.33º | 0.86% | 0.99% | - |
| XYZ | 71.06 | 88.27 | 14.96 | - |
| YUV | 223.79 | 22.02 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 36 | 0.05 | 0 | 0.86 | 0.01 | 63.33 | 0.97 | 0.56 |
| Hex | F0 | FC | 24 | 5 | 0 | 56 | 1 | 3F | 61 | 38 |
| Octal | 360 | 374 | 44 | 5 | 0 | 126 | 1 | 77 | 141 | 70 |
| Binary | 11110000 | 11111100 | 100100 | 101 | 0 | 1010110 | 1 | 111111 | 1100001 | 111000 |
Color Harmonies of #F0FC24
Complementary color
Monochromatic Colors of #F0FC24
Black with #F0FC24
Text Example
Text Example
White with #F0FC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC24; }
p { color: rgb(240,252,36); }
H1.HeaderClassName
{
color: #F0FC24;
}
.AnyTagClassName
{
color: #F0FC24;
}
</style>
background-color css
<style>
a { background-color: #F0FC24; }
a { background-color: rgb(240,252,36); }
div.DivClassName
{
background-color: #F0FC24;
}
.BgClassName
{
background-color: #F0FC24;
}
</style>
border-color css
<style>
span { border-color: #F0FC24; }
span { border-color: rgb(240,252,36); }
td.TdClassName
{
border-color: #F0FC24;
}
.TagClassName
{
border-color: #F0FC24;
}
</style>