Shades of Lemon #F0F409
Tints of Lemon #F0F409
RGB
CMYK
RGB Variations
Color information
#F0F409 (or 0xF0F409) is known color: Lemon. HEX triplet: F0, F4 and 09. RGB value is (240,244,9). Sum of RGB (Red+Green+Blue) = 240+244+9=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 9 (3.91% from 255 or 1.83% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F409 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F409 is #0F0BF6. Grayscale: #D8D8D8. Windows color (decimal): -986103 or 652528. OLE color: 652528.
HSL color Cylindrical-coordinate representation of color #F0F409: hue angle of 61.02º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0F409 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 9 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.04 |
| HSL | 61.02º | 0.93% | 0.5% | - |
| HSV(B) | 61.02º | 0.96% | 0.96% | - |
| XYZ | 68.34 | 83.25 | 12.72 | - |
| YUV | 216.01 | 11.17 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 9 | 0.02 | 0 | 0.96 | 0.04 | 61.02 | 0.93 | 0.5 |
| Hex | F0 | F4 | 9 | 2 | 0 | 60 | 4 | 3D | 5D | 32 |
| Octal | 360 | 364 | 11 | 2 | 0 | 140 | 4 | 75 | 135 | 62 |
| Binary | 11110000 | 11110100 | 1001 | 10 | 0 | 1100000 | 100 | 111101 | 1011101 | 110010 |
Color Harmonies of #F0F409
Complementary color
Monochromatic Colors of #F0F409
Black with #F0F409
Text Example
Text Example
White with #F0F409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F409; }
p { color: rgb(240,244,9); }
H1.HeaderClassName
{
color: #F0F409;
}
.AnyTagClassName
{
color: #F0F409;
}
</style>
background-color css
<style>
a { background-color: #F0F409; }
a { background-color: rgb(240,244,9); }
div.DivClassName
{
background-color: #F0F409;
}
.BgClassName
{
background-color: #F0F409;
}
</style>
border-color css
<style>
span { border-color: #F0F409; }
span { border-color: rgb(240,244,9); }
td.TdClassName
{
border-color: #F0F409;
}
.TagClassName
{
border-color: #F0F409;
}
</style>