Shades of Lemon #F1EC10
Tints of Lemon #F1EC10
RGB
CMYK
RGB Variations
Color information
#F1EC10 (or 0xF1EC10) is known color: Lemon. HEX triplet: F1, EC and 10. RGB value is (241,236,16). Sum of RGB (Red+Green+Blue) = 241+236+16=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 16 (6.64% from 255 or 3.25% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1EC10 is #0E13EF. Grayscale: #D5D5D5. Windows color (decimal): -922608 or 1109233. OLE color: 1109233.
HSL color Cylindrical-coordinate representation of color #F1EC10: hue angle of 58.67º 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 #F1EC10 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 16 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.05 |
| HSL | 58.67º | 0.89% | 0.5% | - |
| HSV(B) | 58.67º | 0.93% | 0.95% | - |
| XYZ | 66.36 | 78.73 | 12.19 | - |
| YUV | 212.42 | 17.16 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 16 | 0 | 0.02 | 0.93 | 0.05 | 58.67 | 0.89 | 0.5 |
| Hex | F1 | EC | 10 | 0 | 2 | 5D | 5 | 3B | 59 | 32 |
| Octal | 361 | 354 | 20 | 0 | 2 | 135 | 5 | 73 | 131 | 62 |
| Binary | 11110001 | 11101100 | 10000 | 0 | 10 | 1011101 | 101 | 111011 | 1011001 | 110010 |
Color Harmonies of #F1EC10
Complementary color
Monochromatic Colors of #F1EC10
Black with #F1EC10
Text Example
Text Example
White with #F1EC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC10; }
p { color: rgb(241,236,16); }
H1.HeaderClassName
{
color: #F1EC10;
}
.AnyTagClassName
{
color: #F1EC10;
}
</style>
background-color css
<style>
a { background-color: #F1EC10; }
a { background-color: rgb(241,236,16); }
div.DivClassName
{
background-color: #F1EC10;
}
.BgClassName
{
background-color: #F1EC10;
}
</style>
border-color css
<style>
span { border-color: #F1EC10; }
span { border-color: rgb(241,236,16); }
td.TdClassName
{
border-color: #F1EC10;
}
.TagClassName
{
border-color: #F1EC10;
}
</style>