Shades of Lemon #F0E809
Tints of Lemon #F0E809
RGB
CMYK
RGB Variations
Color information
#F0E809 (or 0xF0E809) is known color: Lemon. HEX triplet: F0, E8 and 09. RGB value is (240,232,9). Sum of RGB (Red+Green+Blue) = 240+232+9=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 9 (3.91% from 255 or 1.87% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E809 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E809 is #0F17F6. Grayscale: #D1D1D1. Windows color (decimal): -989175 or 649456. OLE color: 649456.
HSL color Cylindrical-coordinate representation of color #F0E809: hue angle of 57.92º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0E809 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 9 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.06 |
| HSL | 57.92º | 0.93% | 0.49% | - |
| HSV(B) | 57.92º | 0.96% | 0.94% | - |
| XYZ | 64.84 | 76.26 | 11.56 | - |
| YUV | 208.97 | 15.15 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 9 | 0 | 0.03 | 0.96 | 0.06 | 57.92 | 0.93 | 0.49 |
| Hex | F0 | E8 | 9 | 0 | 3 | 60 | 6 | 3A | 5D | 31 |
| Octal | 360 | 350 | 11 | 0 | 3 | 140 | 6 | 72 | 135 | 61 |
| Binary | 11110000 | 11101000 | 1001 | 0 | 11 | 1100000 | 110 | 111010 | 1011101 | 110001 |
Color Harmonies of #F0E809
Complementary color
Monochromatic Colors of #F0E809
Black with #F0E809
Text Example
Text Example
White with #F0E809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E809; }
p { color: rgb(240,232,9); }
H1.HeaderClassName
{
color: #F0E809;
}
.AnyTagClassName
{
color: #F0E809;
}
</style>
background-color css
<style>
a { background-color: #F0E809; }
a { background-color: rgb(240,232,9); }
div.DivClassName
{
background-color: #F0E809;
}
.BgClassName
{
background-color: #F0E809;
}
</style>
border-color css
<style>
span { border-color: #F0E809; }
span { border-color: rgb(240,232,9); }
td.TdClassName
{
border-color: #F0E809;
}
.TagClassName
{
border-color: #F0E809;
}
</style>