Shades of Lemon #F1D911
Tints of Lemon #F1D911
RGB
CMYK
RGB Variations
Color information
#F1D911 (or 0xF1D911) is known color: Lemon. HEX triplet: F1, D9 and 11. RGB value is (241,217,17). Sum of RGB (Red+Green+Blue) = 241+217+17=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 17 (7.03% from 255 or 3.58% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D911 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D911 is #0E26EE. Grayscale: #CACACA. Windows color (decimal): -927471 or 1169905. OLE color: 1169905.
HSL color Cylindrical-coordinate representation of color #F1D911: hue angle of 53.57º 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 #F1D911 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 17 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.05 |
| HSL | 53.57º | 0.89% | 0.51% | - |
| HSV(B) | 53.57º | 0.93% | 0.95% | - |
| XYZ | 61.19 | 68.37 | 10.5 | - |
| YUV | 201.38 | 23.95 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 17 | 0 | 0.10 | 0.93 | 0.05 | 53.57 | 0.89 | 0.51 |
| Hex | F1 | D9 | 11 | 0 | A | 5D | 5 | 36 | 59 | 33 |
| Octal | 361 | 331 | 21 | 0 | 12 | 135 | 5 | 66 | 131 | 63 |
| Binary | 11110001 | 11011001 | 10001 | 0 | 1010 | 1011101 | 101 | 110110 | 1011001 | 110011 |
Color Harmonies of #F1D911
Complementary color
Monochromatic Colors of #F1D911
Black with #F1D911
Text Example
Text Example
White with #F1D911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D911; }
p { color: rgb(241,217,17); }
H1.HeaderClassName
{
color: #F1D911;
}
.AnyTagClassName
{
color: #F1D911;
}
</style>
background-color css
<style>
a { background-color: #F1D911; }
a { background-color: rgb(241,217,17); }
div.DivClassName
{
background-color: #F1D911;
}
.BgClassName
{
background-color: #F1D911;
}
</style>
border-color css
<style>
span { border-color: #F1D911; }
span { border-color: rgb(241,217,17); }
td.TdClassName
{
border-color: #F1D911;
}
.TagClassName
{
border-color: #F1D911;
}
</style>