Shades of Lemon #F0E91D
Tints of Lemon #F0E91D
RGB
CMYK
RGB Variations
Color information
#F0E91D (or 0xF0E91D) is known color: Lemon. HEX triplet: F0, E9 and 1D. RGB value is (240,233,29). Sum of RGB (Red+Green+Blue) = 240+233+29=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 29 (11.72% from 255 or 5.78% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E91D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E91D is #0F16E2. Grayscale: #D4D4D4. Windows color (decimal): -988899 or 1960432. OLE color: 1960432.
HSL color Cylindrical-coordinate representation of color #F0E91D: hue angle of 58.01º 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 #F0E91D is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 29 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.06 |
| HSL | 58.01º | 0.88% | 0.53% | - |
| HSV(B) | 58.01º | 0.88% | 0.94% | - |
| XYZ | 65.3 | 76.89 | 12.56 | - |
| YUV | 211.84 | 24.82 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 29 | 0 | 0.03 | 0.88 | 0.06 | 58.01 | 0.88 | 0.53 |
| Hex | F0 | E9 | 1D | 0 | 3 | 58 | 6 | 3A | 58 | 35 |
| Octal | 360 | 351 | 35 | 0 | 3 | 130 | 6 | 72 | 130 | 65 |
| Binary | 11110000 | 11101001 | 11101 | 0 | 11 | 1011000 | 110 | 111010 | 1011000 | 110101 |
Color Harmonies of #F0E91D
Complementary color
Monochromatic Colors of #F0E91D
Black with #F0E91D
Text Example
Text Example
White with #F0E91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E91D; }
p { color: rgb(240,233,29); }
H1.HeaderClassName
{
color: #F0E91D;
}
.AnyTagClassName
{
color: #F0E91D;
}
</style>
background-color css
<style>
a { background-color: #F0E91D; }
a { background-color: rgb(240,233,29); }
div.DivClassName
{
background-color: #F0E91D;
}
.BgClassName
{
background-color: #F0E91D;
}
</style>
border-color css
<style>
span { border-color: #F0E91D; }
span { border-color: rgb(240,233,29); }
td.TdClassName
{
border-color: #F0E91D;
}
.TagClassName
{
border-color: #F0E91D;
}
</style>