Shades of Lemon #F0F110
Tints of Lemon #F0F110
RGB
CMYK
RGB Variations
Color information
#F0F110 (or 0xF0F110) is known color: Lemon. HEX triplet: F0, F1 and 10. RGB value is (240,241,16). Sum of RGB (Red+Green+Blue) = 240+241+16=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 16 (6.64% from 255 or 3.22% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F110 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F110 is #0F0EEF. Grayscale: #D7D7D7. Windows color (decimal): -986864 or 1110512. OLE color: 1110512.
HSL color Cylindrical-coordinate representation of color #F0F110: hue angle of 60.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0F110 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 16 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.05 |
| HSL | 60.27º | 0.89% | 0.5% | - |
| HSV(B) | 60.27º | 0.93% | 0.95% | - |
| XYZ | 67.48 | 81.47 | 12.66 | - |
| YUV | 215.05 | 15.67 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 16 | 0.00 | 0 | 0.93 | 0.05 | 60.27 | 0.89 | 0.5 |
| Hex | F0 | F1 | 10 | 0 | 0 | 5D | 5 | 3C | 59 | 32 |
| Octal | 360 | 361 | 20 | 0 | 0 | 135 | 5 | 74 | 131 | 62 |
| Binary | 11110000 | 11110001 | 10000 | 0 | 0 | 1011101 | 101 | 111100 | 1011001 | 110010 |
Color Harmonies of #F0F110
Complementary color
Monochromatic Colors of #F0F110
Black with #F0F110
Text Example
Text Example
White with #F0F110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F110; }
p { color: rgb(240,241,16); }
H1.HeaderClassName
{
color: #F0F110;
}
.AnyTagClassName
{
color: #F0F110;
}
</style>
background-color css
<style>
a { background-color: #F0F110; }
a { background-color: rgb(240,241,16); }
div.DivClassName
{
background-color: #F0F110;
}
.BgClassName
{
background-color: #F0F110;
}
</style>
border-color css
<style>
span { border-color: #F0F110; }
span { border-color: rgb(240,241,16); }
td.TdClassName
{
border-color: #F0F110;
}
.TagClassName
{
border-color: #F0F110;
}
</style>