Shades of Lemon #F1E117
Tints of Lemon #F1E117
RGB
CMYK
RGB Variations
Color information
#F1E117 (or 0xF1E117) is known color: Lemon. HEX triplet: F1, E1 and 17. RGB value is (241,225,23). Sum of RGB (Red+Green+Blue) = 241+225+23=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 23 (9.38% from 255 or 4.70% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E117 is #0E1EE8. Grayscale: #CFCFCF. Windows color (decimal): -925417 or 1565169. OLE color: 1565169.
HSL color Cylindrical-coordinate representation of color #F1E117: hue angle of 55.6º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1E117 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 23 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.05 |
| HSL | 55.6º | 0.89% | 0.52% | - |
| HSV(B) | 55.6º | 0.9% | 0.95% | - |
| XYZ | 63.36 | 72.61 | 11.49 | - |
| YUV | 206.76 | 24.3 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 23 | 0 | 0.07 | 0.90 | 0.05 | 55.6 | 0.89 | 0.52 |
| Hex | F1 | E1 | 17 | 0 | 7 | 5A | 5 | 38 | 59 | 34 |
| Octal | 361 | 341 | 27 | 0 | 7 | 132 | 5 | 70 | 131 | 64 |
| Binary | 11110001 | 11100001 | 10111 | 0 | 111 | 1011010 | 101 | 111000 | 1011001 | 110100 |
Color Harmonies of #F1E117
Complementary color
Monochromatic Colors of #F1E117
Black with #F1E117
Text Example
Text Example
White with #F1E117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E117; }
p { color: rgb(241,225,23); }
H1.HeaderClassName
{
color: #F1E117;
}
.AnyTagClassName
{
color: #F1E117;
}
</style>
background-color css
<style>
a { background-color: #F1E117; }
a { background-color: rgb(241,225,23); }
div.DivClassName
{
background-color: #F1E117;
}
.BgClassName
{
background-color: #F1E117;
}
</style>
border-color css
<style>
span { border-color: #F1E117; }
span { border-color: rgb(241,225,23); }
td.TdClassName
{
border-color: #F1E117;
}
.TagClassName
{
border-color: #F1E117;
}
</style>