Shades of Lemon #F0FA1D
Tints of Lemon #F0FA1D
RGB
CMYK
RGB Variations
Color information
#F0FA1D (or 0xF0FA1D) is known color: Lemon. HEX triplet: F0, FA and 1D. RGB value is (240,250,29). Sum of RGB (Red+Green+Blue) = 240+250+29=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 29 (11.72% from 255 or 5.59% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA1D is #0F05E2. Grayscale: #DEDEDE. Windows color (decimal): -984547 or 1964784. OLE color: 1964784.
HSL color Cylindrical-coordinate representation of color #F0FA1D: hue angle of 62.71º degrees, saturation: 0.96, 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 #F0FA1D is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 29 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.02 |
| HSL | 62.71º | 0.96% | 0.55% | - |
| HSV(B) | 62.71º | 0.88% | 0.98% | - |
| XYZ | 70.34 | 86.99 | 14.24 | - |
| YUV | 221.82 | 19.19 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 29 | 0.04 | 0 | 0.88 | 0.02 | 62.71 | 0.96 | 0.55 |
| Hex | F0 | FA | 1D | 4 | 0 | 58 | 2 | 3F | 60 | 37 |
| Octal | 360 | 372 | 35 | 4 | 0 | 130 | 2 | 77 | 140 | 67 |
| Binary | 11110000 | 11111010 | 11101 | 100 | 0 | 1011000 | 10 | 111111 | 1100000 | 110111 |
Color Harmonies of #F0FA1D
Complementary color
Monochromatic Colors of #F0FA1D
Black with #F0FA1D
Text Example
Text Example
White with #F0FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA1D; }
p { color: rgb(240,250,29); }
H1.HeaderClassName
{
color: #F0FA1D;
}
.AnyTagClassName
{
color: #F0FA1D;
}
</style>
background-color css
<style>
a { background-color: #F0FA1D; }
a { background-color: rgb(240,250,29); }
div.DivClassName
{
background-color: #F0FA1D;
}
.BgClassName
{
background-color: #F0FA1D;
}
</style>
border-color css
<style>
span { border-color: #F0FA1D; }
span { border-color: rgb(240,250,29); }
td.TdClassName
{
border-color: #F0FA1D;
}
.TagClassName
{
border-color: #F0FA1D;
}
</style>