Shades of Lemon #F0E119
Tints of Lemon #F0E119
RGB
CMYK
RGB Variations
Color information
#F0E119 (or 0xF0E119) is known color: Lemon. HEX triplet: F0, E1 and 19. RGB value is (240,225,25). Sum of RGB (Red+Green+Blue) = 240+225+25=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 25 (10.16% from 255 or 5.10% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E119 is #0F1EE6. Grayscale: #CFCFCF. Windows color (decimal): -990951 or 1696240. OLE color: 1696240.
HSL color Cylindrical-coordinate representation of color #F0E119: hue angle of 55.81º 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 #F0E119 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 25 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.06 |
| HSL | 55.81º | 0.88% | 0.52% | - |
| HSV(B) | 55.81º | 0.9% | 0.94% | - |
| XYZ | 63.04 | 72.45 | 11.58 | - |
| YUV | 206.69 | 25.47 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 25 | 0 | 0.06 | 0.90 | 0.06 | 55.81 | 0.88 | 0.52 |
| Hex | F0 | E1 | 19 | 0 | 6 | 5A | 6 | 38 | 58 | 34 |
| Octal | 360 | 341 | 31 | 0 | 6 | 132 | 6 | 70 | 130 | 64 |
| Binary | 11110000 | 11100001 | 11001 | 0 | 110 | 1011010 | 110 | 111000 | 1011000 | 110100 |
Color Harmonies of #F0E119
Complementary color
Monochromatic Colors of #F0E119
Black with #F0E119
Text Example
Text Example
White with #F0E119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E119; }
p { color: rgb(240,225,25); }
H1.HeaderClassName
{
color: #F0E119;
}
.AnyTagClassName
{
color: #F0E119;
}
</style>
background-color css
<style>
a { background-color: #F0E119; }
a { background-color: rgb(240,225,25); }
div.DivClassName
{
background-color: #F0E119;
}
.BgClassName
{
background-color: #F0E119;
}
</style>
border-color css
<style>
span { border-color: #F0E119; }
span { border-color: rgb(240,225,25); }
td.TdClassName
{
border-color: #F0E119;
}
.TagClassName
{
border-color: #F0E119;
}
</style>