Shades of Lemon #F1F110
Tints of Lemon #F1F110
RGB
CMYK
RGB Variations
Color information
#F1F110 (or 0xF1F110) is known color: Lemon. HEX triplet: F1, F1 and 10. RGB value is (241,241,16). Sum of RGB (Red+Green+Blue) = 241+241+16=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 16 (6.64% from 255 or 3.21% from 498); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F110 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F110 is #0E0EEF. Grayscale: #D8D8D8. Windows color (decimal): -921328 or 1110513. OLE color: 1110513.
HSL color Cylindrical-coordinate representation of color #F1F110: hue angle of 60º 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 #F1F110 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 241 | 16 | - |
| CMYK | 0 | 0 | 0.93 | 0.05 |
| HSL | 60º | 0.89% | 0.5% | - |
| HSV(B) | 60º | 0.93% | 0.95% | - |
| XYZ | 67.82 | 81.65 | 12.68 | - |
| YUV | 215.35 | 15.5 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 241 | 16 | 0 | 0 | 0.93 | 0.05 | 60 | 0.89 | 0.5 |
| Hex | F1 | F1 | 10 | 0 | 0 | 5D | 5 | 3C | 59 | 32 |
| Octal | 361 | 361 | 20 | 0 | 0 | 135 | 5 | 74 | 131 | 62 |
| Binary | 11110001 | 11110001 | 10000 | 0 | 0 | 1011101 | 101 | 111100 | 1011001 | 110010 |
Color Harmonies of #F1F110
Complementary color
Monochromatic Colors of #F1F110
Black with #F1F110
Text Example
Text Example
White with #F1F110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F110; }
p { color: rgb(241,241,16); }
H1.HeaderClassName
{
color: #F1F110;
}
.AnyTagClassName
{
color: #F1F110;
}
</style>
background-color css
<style>
a { background-color: #F1F110; }
a { background-color: rgb(241,241,16); }
div.DivClassName
{
background-color: #F1F110;
}
.BgClassName
{
background-color: #F1F110;
}
</style>
border-color css
<style>
span { border-color: #F1F110; }
span { border-color: rgb(241,241,16); }
td.TdClassName
{
border-color: #F1F110;
}
.TagClassName
{
border-color: #F1F110;
}
</style>