Shades of Lemon #F1E109
Tints of Lemon #F1E109
RGB
CMYK
RGB Variations
Color information
#F1E109 (or 0xF1E109) is known color: Lemon. HEX triplet: F1, E1 and 09. RGB value is (241,225,9). Sum of RGB (Red+Green+Blue) = 241+225+9=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 9 (3.91% from 255 or 1.89% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E109 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E109 is #0E1EF6. Grayscale: #CECECE. Windows color (decimal): -925431 or 647665. OLE color: 647665.
HSL color Cylindrical-coordinate representation of color #F1E109: hue angle of 55.86º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1E109 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 9 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.05 |
| HSL | 55.86º | 0.93% | 0.49% | - |
| HSV(B) | 55.86º | 0.96% | 0.95% | - |
| XYZ | 63.25 | 72.57 | 10.93 | - |
| YUV | 205.16 | 17.3 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 9 | 0 | 0.07 | 0.96 | 0.05 | 55.86 | 0.93 | 0.49 |
| Hex | F1 | E1 | 9 | 0 | 7 | 60 | 5 | 38 | 5D | 31 |
| Octal | 361 | 341 | 11 | 0 | 7 | 140 | 5 | 70 | 135 | 61 |
| Binary | 11110001 | 11100001 | 1001 | 0 | 111 | 1100000 | 101 | 111000 | 1011101 | 110001 |
Color Harmonies of #F1E109
Complementary color
Monochromatic Colors of #F1E109
Black with #F1E109
Text Example
Text Example
White with #F1E109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E109; }
p { color: rgb(241,225,9); }
H1.HeaderClassName
{
color: #F1E109;
}
.AnyTagClassName
{
color: #F1E109;
}
</style>
background-color css
<style>
a { background-color: #F1E109; }
a { background-color: rgb(241,225,9); }
div.DivClassName
{
background-color: #F1E109;
}
.BgClassName
{
background-color: #F1E109;
}
</style>
border-color css
<style>
span { border-color: #F1E109; }
span { border-color: rgb(241,225,9); }
td.TdClassName
{
border-color: #F1E109;
}
.TagClassName
{
border-color: #F1E109;
}
</style>