Shades of Lemon #F0FD1C
Tints of Lemon #F0FD1C
RGB
CMYK
RGB Variations
Color information
#F0FD1C (or 0xF0FD1C) is known color: Lemon. HEX triplet: F0, FD and 1C. RGB value is (240,253,28). Sum of RGB (Red+Green+Blue) = 240+253+28=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 28 (11.33% from 255 or 5.37% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FD1C is #0F02E3. Grayscale: #E0E0E0. Windows color (decimal): -983780 or 1900016. OLE color: 1900016.
HSL color Cylindrical-coordinate representation of color #F0FD1C: hue angle of 63.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0FD1C is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 28 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.01 |
| HSL | 63.47º | 0.98% | 0.55% | - |
| HSV(B) | 63.47º | 0.89% | 0.99% | - |
| XYZ | 71.27 | 88.86 | 14.49 | - |
| YUV | 223.46 | 17.69 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 28 | 0.05 | 0 | 0.89 | 0.01 | 63.47 | 0.98 | 0.55 |
| Hex | F0 | FD | 1C | 5 | 0 | 59 | 1 | 3F | 62 | 37 |
| Octal | 360 | 375 | 34 | 5 | 0 | 131 | 1 | 77 | 142 | 67 |
| Binary | 11110000 | 11111101 | 11100 | 101 | 0 | 1011001 | 1 | 111111 | 1100010 | 110111 |
Color Harmonies of #F0FD1C
Complementary color
Monochromatic Colors of #F0FD1C
Black with #F0FD1C
Text Example
Text Example
White with #F0FD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD1C; }
p { color: rgb(240,253,28); }
H1.HeaderClassName
{
color: #F0FD1C;
}
.AnyTagClassName
{
color: #F0FD1C;
}
</style>
background-color css
<style>
a { background-color: #F0FD1C; }
a { background-color: rgb(240,253,28); }
div.DivClassName
{
background-color: #F0FD1C;
}
.BgClassName
{
background-color: #F0FD1C;
}
</style>
border-color css
<style>
span { border-color: #F0FD1C; }
span { border-color: rgb(240,253,28); }
td.TdClassName
{
border-color: #F0FD1C;
}
.TagClassName
{
border-color: #F0FD1C;
}
</style>