Shades of Lemon #F0FC23
Tints of Lemon #F0FC23
RGB
CMYK
RGB Variations
Color information
#F0FC23 (or 0xF0FC23) is known color: Lemon. HEX triplet: F0, FC and 23. RGB value is (240,252,35). Sum of RGB (Red+Green+Blue) = 240+252+35=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 35 (14.06% from 255 or 6.64% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FC23 is #0F03DC. Grayscale: #E0E0E0. Windows color (decimal): -984029 or 2358512. OLE color: 2358512.
HSL color Cylindrical-coordinate representation of color #F0FC23: hue angle of 63.32º 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 #F0FC23 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 35 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.01 |
| HSL | 63.32º | 0.97% | 0.56% | - |
| HSV(B) | 63.32º | 0.86% | 0.99% | - |
| XYZ | 71.05 | 88.27 | 14.88 | - |
| YUV | 223.67 | 21.52 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 35 | 0.05 | 0 | 0.86 | 0.01 | 63.32 | 0.97 | 0.56 |
| Hex | F0 | FC | 23 | 5 | 0 | 56 | 1 | 3F | 61 | 38 |
| Octal | 360 | 374 | 43 | 5 | 0 | 126 | 1 | 77 | 141 | 70 |
| Binary | 11110000 | 11111100 | 100011 | 101 | 0 | 1010110 | 1 | 111111 | 1100001 | 111000 |
Color Harmonies of #F0FC23
Complementary color
Monochromatic Colors of #F0FC23
Black with #F0FC23
Text Example
Text Example
White with #F0FC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC23; }
p { color: rgb(240,252,35); }
H1.HeaderClassName
{
color: #F0FC23;
}
.AnyTagClassName
{
color: #F0FC23;
}
</style>
background-color css
<style>
a { background-color: #F0FC23; }
a { background-color: rgb(240,252,35); }
div.DivClassName
{
background-color: #F0FC23;
}
.BgClassName
{
background-color: #F0FC23;
}
</style>
border-color css
<style>
span { border-color: #F0FC23; }
span { border-color: rgb(240,252,35); }
td.TdClassName
{
border-color: #F0FC23;
}
.TagClassName
{
border-color: #F0FC23;
}
</style>