Shades of Lemon #F0E90D
Tints of Lemon #F0E90D
RGB
CMYK
RGB Variations
Color information
#F0E90D (or 0xF0E90D) is known color: Lemon. HEX triplet: F0, E9 and 0D. RGB value is (240,233,13). Sum of RGB (Red+Green+Blue) = 240+233+13=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 13 (5.47% from 255 or 2.67% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E90D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E90D is #0F16F2. Grayscale: #D2D2D2. Windows color (decimal): -988915 or 911856. OLE color: 911856.
HSL color Cylindrical-coordinate representation of color #F0E90D: hue angle of 58.15º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0E90D is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 13 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.06 |
| HSL | 58.15º | 0.9% | 0.5% | - |
| HSV(B) | 58.15º | 0.95% | 0.94% | - |
| XYZ | 65.15 | 76.83 | 11.78 | - |
| YUV | 210.01 | 16.82 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 13 | 0 | 0.03 | 0.95 | 0.06 | 58.15 | 0.9 | 0.5 |
| Hex | F0 | E9 | D | 0 | 3 | 5F | 6 | 3A | 5A | 32 |
| Octal | 360 | 351 | 15 | 0 | 3 | 137 | 6 | 72 | 132 | 62 |
| Binary | 11110000 | 11101001 | 1101 | 0 | 11 | 1011111 | 110 | 111010 | 1011010 | 110010 |
Color Harmonies of #F0E90D
Complementary color
Monochromatic Colors of #F0E90D
Black with #F0E90D
Text Example
Text Example
White with #F0E90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E90D; }
p { color: rgb(240,233,13); }
H1.HeaderClassName
{
color: #F0E90D;
}
.AnyTagClassName
{
color: #F0E90D;
}
</style>
background-color css
<style>
a { background-color: #F0E90D; }
a { background-color: rgb(240,233,13); }
div.DivClassName
{
background-color: #F0E90D;
}
.BgClassName
{
background-color: #F0E90D;
}
</style>
border-color css
<style>
span { border-color: #F0E90D; }
span { border-color: rgb(240,233,13); }
td.TdClassName
{
border-color: #F0E90D;
}
.TagClassName
{
border-color: #F0E90D;
}
</style>