Shades of Lemon #F0FB1D
Tints of Lemon #F0FB1D
RGB
CMYK
RGB Variations
Color information
#F0FB1D (or 0xF0FB1D) is known color: Lemon. HEX triplet: F0, FB and 1D. RGB value is (240,251,29). Sum of RGB (Red+Green+Blue) = 240+251+29=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 29 (11.72% from 255 or 5.58% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FB1D is #0F04E2. Grayscale: #DFDFDF. Windows color (decimal): -984291 or 1965040. OLE color: 1965040.
HSL color Cylindrical-coordinate representation of color #F0FB1D: hue angle of 62.97º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0FB1D is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 29 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.02 |
| HSL | 62.97º | 0.97% | 0.55% | - |
| HSV(B) | 62.97º | 0.88% | 0.98% | - |
| XYZ | 70.65 | 87.61 | 14.35 | - |
| YUV | 222.4 | 18.86 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 29 | 0.04 | 0 | 0.88 | 0.02 | 62.97 | 0.97 | 0.55 |
| Hex | F0 | FB | 1D | 4 | 0 | 58 | 2 | 3F | 61 | 37 |
| Octal | 360 | 373 | 35 | 4 | 0 | 130 | 2 | 77 | 141 | 67 |
| Binary | 11110000 | 11111011 | 11101 | 100 | 0 | 1011000 | 10 | 111111 | 1100001 | 110111 |
Color Harmonies of #F0FB1D
Complementary color
Monochromatic Colors of #F0FB1D
Black with #F0FB1D
Text Example
Text Example
White with #F0FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB1D; }
p { color: rgb(240,251,29); }
H1.HeaderClassName
{
color: #F0FB1D;
}
.AnyTagClassName
{
color: #F0FB1D;
}
</style>
background-color css
<style>
a { background-color: #F0FB1D; }
a { background-color: rgb(240,251,29); }
div.DivClassName
{
background-color: #F0FB1D;
}
.BgClassName
{
background-color: #F0FB1D;
}
</style>
border-color css
<style>
span { border-color: #F0FB1D; }
span { border-color: rgb(240,251,29); }
td.TdClassName
{
border-color: #F0FB1D;
}
.TagClassName
{
border-color: #F0FB1D;
}
</style>