Shades of Lemon #F0F419
Tints of Lemon #F0F419
RGB
CMYK
RGB Variations
Color information
#F0F419 (or 0xF0F419) is known color: Lemon. HEX triplet: F0, F4 and 19. RGB value is (240,244,25). Sum of RGB (Red+Green+Blue) = 240+244+25=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 25 (10.16% from 255 or 4.91% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F419 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F419 is #0F0BE6. Grayscale: #DADADA. Windows color (decimal): -986087 or 1701104. OLE color: 1701104.
HSL color Cylindrical-coordinate representation of color #F0F419: hue angle of 61.1º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0F419 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 25 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.04 |
| HSL | 61.1º | 0.91% | 0.53% | - |
| HSV(B) | 61.1º | 0.9% | 0.96% | - |
| XYZ | 68.46 | 83.3 | 13.39 | - |
| YUV | 217.84 | 19.17 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 25 | 0.02 | 0 | 0.90 | 0.04 | 61.1 | 0.91 | 0.53 |
| Hex | F0 | F4 | 19 | 2 | 0 | 5A | 4 | 3D | 5B | 35 |
| Octal | 360 | 364 | 31 | 2 | 0 | 132 | 4 | 75 | 133 | 65 |
| Binary | 11110000 | 11110100 | 11001 | 10 | 0 | 1011010 | 100 | 111101 | 1011011 | 110101 |
Color Harmonies of #F0F419
Complementary color
Monochromatic Colors of #F0F419
Black with #F0F419
Text Example
Text Example
White with #F0F419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F419; }
p { color: rgb(240,244,25); }
H1.HeaderClassName
{
color: #F0F419;
}
.AnyTagClassName
{
color: #F0F419;
}
</style>
background-color css
<style>
a { background-color: #F0F419; }
a { background-color: rgb(240,244,25); }
div.DivClassName
{
background-color: #F0F419;
}
.BgClassName
{
background-color: #F0F419;
}
</style>
border-color css
<style>
span { border-color: #F0F419; }
span { border-color: rgb(240,244,25); }
td.TdClassName
{
border-color: #F0F419;
}
.TagClassName
{
border-color: #F0F419;
}
</style>