Shades of Lemon #F0F81D
Tints of Lemon #F0F81D
RGB
CMYK
RGB Variations
Color information
#F0F81D (or 0xF0F81D) is known color: Lemon. HEX triplet: F0, F8 and 1D. RGB value is (240,248,29). Sum of RGB (Red+Green+Blue) = 240+248+29=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 29 (11.72% from 255 or 5.61% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F81D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F81D is #0F07E2. Grayscale: #DDDDDD. Windows color (decimal): -985059 or 1964272. OLE color: 1964272.
HSL color Cylindrical-coordinate representation of color #F0F81D: hue angle of 62.19º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0F81D is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 29 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.03 |
| HSL | 62.19º | 0.94% | 0.54% | - |
| HSV(B) | 62.19º | 0.88% | 0.97% | - |
| XYZ | 69.72 | 85.75 | 14.04 | - |
| YUV | 220.64 | 19.85 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 29 | 0.03 | 0 | 0.88 | 0.03 | 62.19 | 0.94 | 0.54 |
| Hex | F0 | F8 | 1D | 3 | 0 | 58 | 3 | 3E | 5E | 36 |
| Octal | 360 | 370 | 35 | 3 | 0 | 130 | 3 | 76 | 136 | 66 |
| Binary | 11110000 | 11111000 | 11101 | 11 | 0 | 1011000 | 11 | 111110 | 1011110 | 110110 |
Color Harmonies of #F0F81D
Complementary color
Monochromatic Colors of #F0F81D
Black with #F0F81D
Text Example
Text Example
White with #F0F81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F81D; }
p { color: rgb(240,248,29); }
H1.HeaderClassName
{
color: #F0F81D;
}
.AnyTagClassName
{
color: #F0F81D;
}
</style>
background-color css
<style>
a { background-color: #F0F81D; }
a { background-color: rgb(240,248,29); }
div.DivClassName
{
background-color: #F0F81D;
}
.BgClassName
{
background-color: #F0F81D;
}
</style>
border-color css
<style>
span { border-color: #F0F81D; }
span { border-color: rgb(240,248,29); }
td.TdClassName
{
border-color: #F0F81D;
}
.TagClassName
{
border-color: #F0F81D;
}
</style>