Shades of Lemon #F0FC1B
Tints of Lemon #F0FC1B
RGB
CMYK
RGB Variations
Color information
#F0FC1B (or 0xF0FC1B) is known color: Lemon. HEX triplet: F0, FC and 1B. RGB value is (240,252,27). Sum of RGB (Red+Green+Blue) = 240+252+27=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 27 (10.94% from 255 or 5.20% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FC1B is #0F03E4. Grayscale: #DFDFDF. Windows color (decimal): -984037 or 1834224. OLE color: 1834224.
HSL color Cylindrical-coordinate representation of color #F0FC1B: hue angle of 63.2º degrees, saturation: 0.97, 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 #F0FC1B is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 27 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.01 |
| HSL | 63.2º | 0.97% | 0.55% | - |
| HSV(B) | 63.2º | 0.89% | 0.99% | - |
| XYZ | 70.94 | 88.23 | 14.33 | - |
| YUV | 222.76 | 17.52 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 27 | 0.05 | 0 | 0.89 | 0.01 | 63.2 | 0.97 | 0.55 |
| Hex | F0 | FC | 1B | 5 | 0 | 59 | 1 | 3F | 61 | 37 |
| Octal | 360 | 374 | 33 | 5 | 0 | 131 | 1 | 77 | 141 | 67 |
| Binary | 11110000 | 11111100 | 11011 | 101 | 0 | 1011001 | 1 | 111111 | 1100001 | 110111 |
Color Harmonies of #F0FC1B
Complementary color
Monochromatic Colors of #F0FC1B
Black with #F0FC1B
Text Example
Text Example
White with #F0FC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC1B; }
p { color: rgb(240,252,27); }
H1.HeaderClassName
{
color: #F0FC1B;
}
.AnyTagClassName
{
color: #F0FC1B;
}
</style>
background-color css
<style>
a { background-color: #F0FC1B; }
a { background-color: rgb(240,252,27); }
div.DivClassName
{
background-color: #F0FC1B;
}
.BgClassName
{
background-color: #F0FC1B;
}
</style>
border-color css
<style>
span { border-color: #F0FC1B; }
span { border-color: rgb(240,252,27); }
td.TdClassName
{
border-color: #F0FC1B;
}
.TagClassName
{
border-color: #F0FC1B;
}
</style>