Shades of Lemon #F1D810
Tints of Lemon #F1D810
RGB
CMYK
RGB Variations
Color information
#F1D810 (or 0xF1D810) is known color: Lemon. HEX triplet: F1, D8 and 10. RGB value is (241,216,16). Sum of RGB (Red+Green+Blue) = 241+216+16=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 16 (6.64% from 255 or 3.38% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D810 is #0E27EF. Grayscale: #C9C9C9. Windows color (decimal): -927728 or 1104113. OLE color: 1104113.
HSL color Cylindrical-coordinate representation of color #F1D810: hue angle of 53.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 #F1D810 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 16 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.05 |
| HSL | 53.33º | 0.89% | 0.5% | - |
| HSV(B) | 53.33º | 0.93% | 0.95% | - |
| XYZ | 60.93 | 67.85 | 10.38 | - |
| YUV | 200.68 | 23.78 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 16 | 0 | 0.10 | 0.93 | 0.05 | 53.33 | 0.89 | 0.5 |
| Hex | F1 | D8 | 10 | 0 | A | 5D | 5 | 35 | 59 | 32 |
| Octal | 361 | 330 | 20 | 0 | 12 | 135 | 5 | 65 | 131 | 62 |
| Binary | 11110001 | 11011000 | 10000 | 0 | 1010 | 1011101 | 101 | 110101 | 1011001 | 110010 |
Color Harmonies of #F1D810
Complementary color
Monochromatic Colors of #F1D810
Black with #F1D810
Text Example
Text Example
White with #F1D810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D810; }
p { color: rgb(241,216,16); }
H1.HeaderClassName
{
color: #F1D810;
}
.AnyTagClassName
{
color: #F1D810;
}
</style>
background-color css
<style>
a { background-color: #F1D810; }
a { background-color: rgb(241,216,16); }
div.DivClassName
{
background-color: #F1D810;
}
.BgClassName
{
background-color: #F1D810;
}
</style>
border-color css
<style>
span { border-color: #F1D810; }
span { border-color: rgb(241,216,16); }
td.TdClassName
{
border-color: #F1D810;
}
.TagClassName
{
border-color: #F1D810;
}
</style>