Shades of Lemon #F1E511
Tints of Lemon #F1E511
RGB
CMYK
RGB Variations
Color information
#F1E511 (or 0xF1E511) is known color: Lemon. HEX triplet: F1, E5 and 11. RGB value is (241,229,17). Sum of RGB (Red+Green+Blue) = 241+229+17=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 17 (7.03% from 255 or 3.49% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E511 is #0E1AEE. Grayscale: #D1D1D1. Windows color (decimal): -924399 or 1172977. OLE color: 1172977.
HSL color Cylindrical-coordinate representation of color #F1E511: hue angle of 56.79º 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 #F1E511 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 17 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.05 |
| HSL | 56.79º | 0.89% | 0.51% | - |
| HSV(B) | 56.79º | 0.93% | 0.95% | - |
| XYZ | 64.4 | 74.78 | 11.57 | - |
| YUV | 208.42 | 19.98 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 17 | 0 | 0.05 | 0.93 | 0.05 | 56.79 | 0.89 | 0.51 |
| Hex | F1 | E5 | 11 | 0 | 5 | 5D | 5 | 39 | 59 | 33 |
| Octal | 361 | 345 | 21 | 0 | 5 | 135 | 5 | 71 | 131 | 63 |
| Binary | 11110001 | 11100101 | 10001 | 0 | 101 | 1011101 | 101 | 111001 | 1011001 | 110011 |
Color Harmonies of #F1E511
Complementary color
Monochromatic Colors of #F1E511
Black with #F1E511
Text Example
Text Example
White with #F1E511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E511; }
p { color: rgb(241,229,17); }
H1.HeaderClassName
{
color: #F1E511;
}
.AnyTagClassName
{
color: #F1E511;
}
</style>
background-color css
<style>
a { background-color: #F1E511; }
a { background-color: rgb(241,229,17); }
div.DivClassName
{
background-color: #F1E511;
}
.BgClassName
{
background-color: #F1E511;
}
</style>
border-color css
<style>
span { border-color: #F1E511; }
span { border-color: rgb(241,229,17); }
td.TdClassName
{
border-color: #F1E511;
}
.TagClassName
{
border-color: #F1E511;
}
</style>