Shades of Lemon #F0FC1F
Tints of Lemon #F0FC1F
RGB
CMYK
RGB Variations
Color information
#F0FC1F (or 0xF0FC1F) is known color: Lemon. HEX triplet: F0, FC and 1F. RGB value is (240,252,31). Sum of RGB (Red+Green+Blue) = 240+252+31=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 31 (12.5% from 255 or 5.93% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FC1F is #0F03E0. Grayscale: #E0E0E0. Windows color (decimal): -984033 or 2096368. OLE color: 2096368.
HSL color Cylindrical-coordinate representation of color #F0FC1F: hue angle of 63.26º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0FC1F is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 31 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.01 |
| HSL | 63.26º | 0.97% | 0.55% | - |
| HSV(B) | 63.26º | 0.88% | 0.99% | - |
| XYZ | 70.99 | 88.25 | 14.59 | - |
| YUV | 223.22 | 19.52 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 31 | 0.05 | 0 | 0.88 | 0.01 | 63.26 | 0.97 | 0.55 |
| Hex | F0 | FC | 1F | 5 | 0 | 58 | 1 | 3F | 61 | 37 |
| Octal | 360 | 374 | 37 | 5 | 0 | 130 | 1 | 77 | 141 | 67 |
| Binary | 11110000 | 11111100 | 11111 | 101 | 0 | 1011000 | 1 | 111111 | 1100001 | 110111 |
Color Harmonies of #F0FC1F
Complementary color
Monochromatic Colors of #F0FC1F
Black with #F0FC1F
Text Example
Text Example
White with #F0FC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC1F; }
p { color: rgb(240,252,31); }
H1.HeaderClassName
{
color: #F0FC1F;
}
.AnyTagClassName
{
color: #F0FC1F;
}
</style>
background-color css
<style>
a { background-color: #F0FC1F; }
a { background-color: rgb(240,252,31); }
div.DivClassName
{
background-color: #F0FC1F;
}
.BgClassName
{
background-color: #F0FC1F;
}
</style>
border-color css
<style>
span { border-color: #F0FC1F; }
span { border-color: rgb(240,252,31); }
td.TdClassName
{
border-color: #F0FC1F;
}
.TagClassName
{
border-color: #F0FC1F;
}
</style>