Shades of Lemon #F0F111
Tints of Lemon #F0F111
RGB
CMYK
RGB Variations
Color information
#F0F111 (or 0xF0F111) is known color: Lemon. HEX triplet: F0, F1 and 11. RGB value is (240,241,17). Sum of RGB (Red+Green+Blue) = 240+241+17=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 17 (7.03% from 255 or 3.41% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F111 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F111 is #0F0EEE. Grayscale: #D8D8D8. Windows color (decimal): -986863 or 1176048. OLE color: 1176048.
HSL color Cylindrical-coordinate representation of color #F0F111: hue angle of 60.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0F111 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 17 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.05 |
| HSL | 60.27º | 0.89% | 0.51% | - |
| HSV(B) | 60.27º | 0.93% | 0.95% | - |
| XYZ | 67.49 | 81.48 | 12.7 | - |
| YUV | 215.17 | 16.17 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 17 | 0.00 | 0 | 0.93 | 0.05 | 60.27 | 0.89 | 0.51 |
| Hex | F0 | F1 | 11 | 0 | 0 | 5D | 5 | 3C | 59 | 33 |
| Octal | 360 | 361 | 21 | 0 | 0 | 135 | 5 | 74 | 131 | 63 |
| Binary | 11110000 | 11110001 | 10001 | 0 | 0 | 1011101 | 101 | 111100 | 1011001 | 110011 |
Color Harmonies of #F0F111
Complementary color
Monochromatic Colors of #F0F111
Black with #F0F111
Text Example
Text Example
White with #F0F111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F111; }
p { color: rgb(240,241,17); }
H1.HeaderClassName
{
color: #F0F111;
}
.AnyTagClassName
{
color: #F0F111;
}
</style>
background-color css
<style>
a { background-color: #F0F111; }
a { background-color: rgb(240,241,17); }
div.DivClassName
{
background-color: #F0F111;
}
.BgClassName
{
background-color: #F0F111;
}
</style>
border-color css
<style>
span { border-color: #F0F111; }
span { border-color: rgb(240,241,17); }
td.TdClassName
{
border-color: #F0F111;
}
.TagClassName
{
border-color: #F0F111;
}
</style>