Shades of Lemon #F0F109
Tints of Lemon #F0F109
RGB
CMYK
RGB Variations
Color information
#F0F109 (or 0xF0F109) is known color: Lemon. HEX triplet: F0, F1 and 09. RGB value is (240,241,9). Sum of RGB (Red+Green+Blue) = 240+241+9=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 9 (3.91% from 255 or 1.84% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F109 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F109 is #0F0EF6. Grayscale: #D7D7D7. Windows color (decimal): -986871 or 651760. OLE color: 651760.
HSL color Cylindrical-coordinate representation of color #F0F109: hue angle of 60.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0F109 is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 9 | - |
| CMYK | 0.00 | 0 | 0.96 | 0.05 |
| HSL | 60.26º | 0.93% | 0.49% | - |
| HSV(B) | 60.26º | 0.96% | 0.95% | - |
| XYZ | 67.44 | 81.46 | 12.43 | - |
| YUV | 214.25 | 12.17 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 9 | 0.00 | 0 | 0.96 | 0.05 | 60.26 | 0.93 | 0.49 |
| Hex | F0 | F1 | 9 | 0 | 0 | 60 | 5 | 3C | 5D | 31 |
| Octal | 360 | 361 | 11 | 0 | 0 | 140 | 5 | 74 | 135 | 61 |
| Binary | 11110000 | 11110001 | 1001 | 0 | 0 | 1100000 | 101 | 111100 | 1011101 | 110001 |
Color Harmonies of #F0F109
Complementary color
Monochromatic Colors of #F0F109
Black with #F0F109
Text Example
Text Example
White with #F0F109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F109; }
p { color: rgb(240,241,9); }
H1.HeaderClassName
{
color: #F0F109;
}
.AnyTagClassName
{
color: #F0F109;
}
</style>
background-color css
<style>
a { background-color: #F0F109; }
a { background-color: rgb(240,241,9); }
div.DivClassName
{
background-color: #F0F109;
}
.BgClassName
{
background-color: #F0F109;
}
</style>
border-color css
<style>
span { border-color: #F0F109; }
span { border-color: rgb(240,241,9); }
td.TdClassName
{
border-color: #F0F109;
}
.TagClassName
{
border-color: #F0F109;
}
</style>