Shades of Lemon #F0F019
Tints of Lemon #F0F019
RGB
CMYK
RGB Variations
Color information
#F0F019 (or 0xF0F019) is known color: Lemon. HEX triplet: F0, F0 and 19. RGB value is (240,240,25). Sum of RGB (Red+Green+Blue) = 240+240+25=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 25 (10.16% from 255 or 4.95% from 505); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F019 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F019 is #0F0FE6. Grayscale: #D8D8D8. Windows color (decimal): -987111 or 1700080. OLE color: 1700080.
HSL color Cylindrical-coordinate representation of color #F0F019: hue angle of 60º 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 #F0F019 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 25 | - |
| CMYK | 0 | 0 | 0.90 | 0.06 |
| HSL | 60º | 0.88% | 0.52% | - |
| HSV(B) | 60º | 0.9% | 0.94% | - |
| XYZ | 67.27 | 80.92 | 12.99 | - |
| YUV | 215.49 | 20.5 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 25 | 0 | 0 | 0.90 | 0.06 | 60 | 0.88 | 0.52 |
| Hex | F0 | F0 | 19 | 0 | 0 | 5A | 6 | 3C | 58 | 34 |
| Octal | 360 | 360 | 31 | 0 | 0 | 132 | 6 | 74 | 130 | 64 |
| Binary | 11110000 | 11110000 | 11001 | 0 | 0 | 1011010 | 110 | 111100 | 1011000 | 110100 |
Color Harmonies of #F0F019
Complementary color
Monochromatic Colors of #F0F019
Black with #F0F019
Text Example
Text Example
White with #F0F019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F019; }
p { color: rgb(240,240,25); }
H1.HeaderClassName
{
color: #F0F019;
}
.AnyTagClassName
{
color: #F0F019;
}
</style>
background-color css
<style>
a { background-color: #F0F019; }
a { background-color: rgb(240,240,25); }
div.DivClassName
{
background-color: #F0F019;
}
.BgClassName
{
background-color: #F0F019;
}
</style>
border-color css
<style>
span { border-color: #F0F019; }
span { border-color: rgb(240,240,25); }
td.TdClassName
{
border-color: #F0F019;
}
.TagClassName
{
border-color: #F0F019;
}
</style>