Shades of Lemon #F0F01D
Tints of Lemon #F0F01D
RGB
CMYK
RGB Variations
Color information
#F0F01D (or 0xF0F01D) is known color: Lemon. HEX triplet: F0, F0 and 1D. RGB value is (240,240,29). Sum of RGB (Red+Green+Blue) = 240+240+29=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 29 (11.72% from 255 or 5.70% from 509); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F01D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F01D is #0F0FE2. Grayscale: #D8D8D8. Windows color (decimal): -987107 or 1962224. OLE color: 1962224.
HSL color Cylindrical-coordinate representation of color #F0F01D: hue angle of 60º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0F01D is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 29 | - |
| CMYK | 0 | 0 | 0.88 | 0.06 |
| HSL | 60º | 0.88% | 0.53% | - |
| HSV(B) | 60º | 0.88% | 0.94% | - |
| XYZ | 67.32 | 80.93 | 13.24 | - |
| YUV | 215.95 | 22.5 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 29 | 0 | 0 | 0.88 | 0.06 | 60 | 0.88 | 0.53 |
| Hex | F0 | F0 | 1D | 0 | 0 | 58 | 6 | 3C | 58 | 35 |
| Octal | 360 | 360 | 35 | 0 | 0 | 130 | 6 | 74 | 130 | 65 |
| Binary | 11110000 | 11110000 | 11101 | 0 | 0 | 1011000 | 110 | 111100 | 1011000 | 110101 |
Color Harmonies of #F0F01D
Complementary color
Monochromatic Colors of #F0F01D
Black with #F0F01D
Text Example
Text Example
White with #F0F01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F01D; }
p { color: rgb(240,240,29); }
H1.HeaderClassName
{
color: #F0F01D;
}
.AnyTagClassName
{
color: #F0F01D;
}
</style>
background-color css
<style>
a { background-color: #F0F01D; }
a { background-color: rgb(240,240,29); }
div.DivClassName
{
background-color: #F0F01D;
}
.BgClassName
{
background-color: #F0F01D;
}
</style>
border-color css
<style>
span { border-color: #F0F01D; }
span { border-color: rgb(240,240,29); }
td.TdClassName
{
border-color: #F0F01D;
}
.TagClassName
{
border-color: #F0F01D;
}
</style>