Shades of Lemon #F1DB11
Tints of Lemon #F1DB11
RGB
CMYK
RGB Variations
Color information
#F1DB11 (or 0xF1DB11) is known color: Lemon. HEX triplet: F1, DB and 11. RGB value is (241,219,17). Sum of RGB (Red+Green+Blue) = 241+219+17=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 17 (7.03% from 255 or 3.56% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DB11 is #0E24EE. Grayscale: #CBCBCB. Windows color (decimal): -926959 or 1170417. OLE color: 1170417.
HSL color Cylindrical-coordinate representation of color #F1DB11: hue angle of 54.11º 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 #F1DB11 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 17 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.05 |
| HSL | 54.11º | 0.89% | 0.51% | - |
| HSV(B) | 54.11º | 0.93% | 0.95% | - |
| XYZ | 61.71 | 69.4 | 10.67 | - |
| YUV | 202.55 | 23.29 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 17 | 0 | 0.09 | 0.93 | 0.05 | 54.11 | 0.89 | 0.51 |
| Hex | F1 | DB | 11 | 0 | 9 | 5D | 5 | 36 | 59 | 33 |
| Octal | 361 | 333 | 21 | 0 | 11 | 135 | 5 | 66 | 131 | 63 |
| Binary | 11110001 | 11011011 | 10001 | 0 | 1001 | 1011101 | 101 | 110110 | 1011001 | 110011 |
Color Harmonies of #F1DB11
Complementary color
Monochromatic Colors of #F1DB11
Black with #F1DB11
Text Example
Text Example
White with #F1DB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB11; }
p { color: rgb(241,219,17); }
H1.HeaderClassName
{
color: #F1DB11;
}
.AnyTagClassName
{
color: #F1DB11;
}
</style>
background-color css
<style>
a { background-color: #F1DB11; }
a { background-color: rgb(241,219,17); }
div.DivClassName
{
background-color: #F1DB11;
}
.BgClassName
{
background-color: #F1DB11;
}
</style>
border-color css
<style>
span { border-color: #F1DB11; }
span { border-color: rgb(241,219,17); }
td.TdClassName
{
border-color: #F1DB11;
}
.TagClassName
{
border-color: #F1DB11;
}
</style>