Shades of Lemon #F0E219
Tints of Lemon #F0E219
RGB
CMYK
RGB Variations
Color information
#F0E219 (or 0xF0E219) is known color: Lemon. HEX triplet: F0, E2 and 19. RGB value is (240,226,25). Sum of RGB (Red+Green+Blue) = 240+226+25=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 25 (10.16% from 255 or 5.09% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E219 is #0F1DE6. Grayscale: #D0D0D0. Windows color (decimal): -990695 or 1696496. OLE color: 1696496.
HSL color Cylindrical-coordinate representation of color #F0E219: hue angle of 56.09º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0E219 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 25 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.06 |
| HSL | 56.09º | 0.88% | 0.52% | - |
| HSV(B) | 56.09º | 0.9% | 0.94% | - |
| XYZ | 63.31 | 72.99 | 11.67 | - |
| YUV | 207.27 | 25.14 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 25 | 0 | 0.06 | 0.90 | 0.06 | 56.09 | 0.88 | 0.52 |
| Hex | F0 | E2 | 19 | 0 | 6 | 5A | 6 | 38 | 58 | 34 |
| Octal | 360 | 342 | 31 | 0 | 6 | 132 | 6 | 70 | 130 | 64 |
| Binary | 11110000 | 11100010 | 11001 | 0 | 110 | 1011010 | 110 | 111000 | 1011000 | 110100 |
Color Harmonies of #F0E219
Complementary color
Monochromatic Colors of #F0E219
Black with #F0E219
Text Example
Text Example
White with #F0E219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E219; }
p { color: rgb(240,226,25); }
H1.HeaderClassName
{
color: #F0E219;
}
.AnyTagClassName
{
color: #F0E219;
}
</style>
background-color css
<style>
a { background-color: #F0E219; }
a { background-color: rgb(240,226,25); }
div.DivClassName
{
background-color: #F0E219;
}
.BgClassName
{
background-color: #F0E219;
}
</style>
border-color css
<style>
span { border-color: #F0E219; }
span { border-color: rgb(240,226,25); }
td.TdClassName
{
border-color: #F0E219;
}
.TagClassName
{
border-color: #F0E219;
}
</style>