Shades of Lemon #F1EC11
Tints of Lemon #F1EC11
RGB
CMYK
RGB Variations
Color information
#F1EC11 (or 0xF1EC11) is known color: Lemon. HEX triplet: F1, EC and 11. RGB value is (241,236,17). Sum of RGB (Red+Green+Blue) = 241+236+17=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 17 (7.03% from 255 or 3.44% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1EC11 is #0E13EE. Grayscale: #D5D5D5. Windows color (decimal): -922607 or 1174769. OLE color: 1174769.
HSL color Cylindrical-coordinate representation of color #F1EC11: hue angle of 58.66º 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 #F1EC11 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 17 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.05 |
| HSL | 58.66º | 0.89% | 0.51% | - |
| HSV(B) | 58.66º | 0.93% | 0.95% | - |
| XYZ | 66.37 | 78.73 | 12.23 | - |
| YUV | 212.53 | 17.66 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 17 | 0 | 0.02 | 0.93 | 0.05 | 58.66 | 0.89 | 0.51 |
| Hex | F1 | EC | 11 | 0 | 2 | 5D | 5 | 3B | 59 | 33 |
| Octal | 361 | 354 | 21 | 0 | 2 | 135 | 5 | 73 | 131 | 63 |
| Binary | 11110001 | 11101100 | 10001 | 0 | 10 | 1011101 | 101 | 111011 | 1011001 | 110011 |
Color Harmonies of #F1EC11
Complementary color
Monochromatic Colors of #F1EC11
Black with #F1EC11
Text Example
Text Example
White with #F1EC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC11; }
p { color: rgb(241,236,17); }
H1.HeaderClassName
{
color: #F1EC11;
}
.AnyTagClassName
{
color: #F1EC11;
}
</style>
background-color css
<style>
a { background-color: #F1EC11; }
a { background-color: rgb(241,236,17); }
div.DivClassName
{
background-color: #F1EC11;
}
.BgClassName
{
background-color: #F1EC11;
}
</style>
border-color css
<style>
span { border-color: #F1EC11; }
span { border-color: rgb(241,236,17); }
td.TdClassName
{
border-color: #F1EC11;
}
.TagClassName
{
border-color: #F1EC11;
}
</style>