Shades of Lemon #F0F91D
Tints of Lemon #F0F91D
RGB
CMYK
RGB Variations
Color information
#F0F91D (or 0xF0F91D) is known color: Lemon. HEX triplet: F0, F9 and 1D. RGB value is (240,249,29). Sum of RGB (Red+Green+Blue) = 240+249+29=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 29 (11.72% from 255 or 5.60% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F91D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F91D is #0F06E2. Grayscale: #DEDEDE. Windows color (decimal): -984803 or 1964528. OLE color: 1964528.
HSL color Cylindrical-coordinate representation of color #F0F91D: hue angle of 62.45º degrees, saturation: 0.95, 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 #F0F91D is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 29 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.02 |
| HSL | 62.45º | 0.95% | 0.55% | - |
| HSV(B) | 62.45º | 0.88% | 0.98% | - |
| XYZ | 70.03 | 86.37 | 14.14 | - |
| YUV | 221.23 | 19.52 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 29 | 0.04 | 0 | 0.88 | 0.02 | 62.45 | 0.95 | 0.55 |
| Hex | F0 | F9 | 1D | 4 | 0 | 58 | 2 | 3E | 5F | 37 |
| Octal | 360 | 371 | 35 | 4 | 0 | 130 | 2 | 76 | 137 | 67 |
| Binary | 11110000 | 11111001 | 11101 | 100 | 0 | 1011000 | 10 | 111110 | 1011111 | 110111 |
Color Harmonies of #F0F91D
Complementary color
Monochromatic Colors of #F0F91D
Black with #F0F91D
Text Example
Text Example
White with #F0F91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F91D; }
p { color: rgb(240,249,29); }
H1.HeaderClassName
{
color: #F0F91D;
}
.AnyTagClassName
{
color: #F0F91D;
}
</style>
background-color css
<style>
a { background-color: #F0F91D; }
a { background-color: rgb(240,249,29); }
div.DivClassName
{
background-color: #F0F91D;
}
.BgClassName
{
background-color: #F0F91D;
}
</style>
border-color css
<style>
span { border-color: #F0F91D; }
span { border-color: rgb(240,249,29); }
td.TdClassName
{
border-color: #F0F91D;
}
.TagClassName
{
border-color: #F0F91D;
}
</style>