Shades of Lemon #F0E209
Tints of Lemon #F0E209
RGB
CMYK
RGB Variations
Color information
#F0E209 (or 0xF0E209) is known color: Lemon. HEX triplet: F0, E2 and 09. RGB value is (240,226,9). Sum of RGB (Red+Green+Blue) = 240+226+9=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 9 (3.91% from 255 or 1.89% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E209 is #0F1DF6. Grayscale: #CECECE. Windows color (decimal): -990711 or 647920. OLE color: 647920.
HSL color Cylindrical-coordinate representation of color #F0E209: hue angle of 56.36º 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 #F0E209 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.06 |
| HSL | 56.36º | 0.93% | 0.49% | - |
| HSV(B) | 56.36º | 0.96% | 0.94% | - |
| XYZ | 63.18 | 72.94 | 11.01 | - |
| YUV | 205.45 | 17.14 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 9 | 0 | 0.06 | 0.96 | 0.06 | 56.36 | 0.93 | 0.49 |
| Hex | F0 | E2 | 9 | 0 | 6 | 60 | 6 | 38 | 5D | 31 |
| Octal | 360 | 342 | 11 | 0 | 6 | 140 | 6 | 70 | 135 | 61 |
| Binary | 11110000 | 11100010 | 1001 | 0 | 110 | 1100000 | 110 | 111000 | 1011101 | 110001 |
Color Harmonies of #F0E209
Complementary color
Monochromatic Colors of #F0E209
Black with #F0E209
Text Example
Text Example
White with #F0E209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E209; }
p { color: rgb(240,226,9); }
H1.HeaderClassName
{
color: #F0E209;
}
.AnyTagClassName
{
color: #F0E209;
}
</style>
background-color css
<style>
a { background-color: #F0E209; }
a { background-color: rgb(240,226,9); }
div.DivClassName
{
background-color: #F0E209;
}
.BgClassName
{
background-color: #F0E209;
}
</style>
border-color css
<style>
span { border-color: #F0E209; }
span { border-color: rgb(240,226,9); }
td.TdClassName
{
border-color: #F0E209;
}
.TagClassName
{
border-color: #F0E209;
}
</style>