Shades of Lemon #F1E710
Tints of Lemon #F1E710
RGB
CMYK
RGB Variations
Color information
#F1E710 (or 0xF1E710) is known color: Lemon. HEX triplet: F1, E7 and 10. RGB value is (241,231,16). Sum of RGB (Red+Green+Blue) = 241+231+16=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 16 (6.64% from 255 or 3.28% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E710 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1E710 is #0E18EF. Grayscale: #D2D2D2. Windows color (decimal): -923888 or 1107953. OLE color: 1107953.
HSL color Cylindrical-coordinate representation of color #F1E710: hue angle of 57.33º 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 #F1E710 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 16 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.05 |
| HSL | 57.33º | 0.89% | 0.5% | - |
| HSV(B) | 57.33º | 0.93% | 0.95% | - |
| XYZ | 64.95 | 75.89 | 11.72 | - |
| YUV | 209.48 | 18.81 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 16 | 0 | 0.04 | 0.93 | 0.05 | 57.33 | 0.89 | 0.5 |
| Hex | F1 | E7 | 10 | 0 | 4 | 5D | 5 | 39 | 59 | 32 |
| Octal | 361 | 347 | 20 | 0 | 4 | 135 | 5 | 71 | 131 | 62 |
| Binary | 11110001 | 11100111 | 10000 | 0 | 100 | 1011101 | 101 | 111001 | 1011001 | 110010 |
Color Harmonies of #F1E710
Complementary color
Monochromatic Colors of #F1E710
Black with #F1E710
Text Example
Text Example
White with #F1E710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E710; }
p { color: rgb(241,231,16); }
H1.HeaderClassName
{
color: #F1E710;
}
.AnyTagClassName
{
color: #F1E710;
}
</style>
background-color css
<style>
a { background-color: #F1E710; }
a { background-color: rgb(241,231,16); }
div.DivClassName
{
background-color: #F1E710;
}
.BgClassName
{
background-color: #F1E710;
}
</style>
border-color css
<style>
span { border-color: #F1E710; }
span { border-color: rgb(241,231,16); }
td.TdClassName
{
border-color: #F1E710;
}
.TagClassName
{
border-color: #F1E710;
}
</style>