Shades of Lemon #FFD916
Tints of Lemon #FFD916
RGB
CMYK
RGB Variations
Color information
#FFD916 (or 0xFFD916) is known color: Lemon. HEX triplet: FF, D9 and 16. RGB value is (255,217,22). Sum of RGB (Red+Green+Blue) = 255+217+22=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 22 (8.98% from 255 or 4.45% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD916 is #0026E9. Grayscale: #CECECE. Windows color (decimal): -9962 or 1497599. OLE color: 1497599.
HSL color Cylindrical-coordinate representation of color #FFD916: hue angle of 50.21º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFD916 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 22 | - |
| CMYK | 0 | 0.15 | 0.91 | 0 |
| HSL | 50.21º | 1% | 0.54% | - |
| HSV(B) | 50.21º | 0.91% | 1% | - |
| XYZ | 66.2 | 70.94 | 10.96 | - |
| YUV | 206.13 | 24.09 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 22 | 0 | 0.15 | 0.91 | 0 | 50.21 | 1 | 0.54 |
| Hex | FF | D9 | 16 | 0 | F | 5B | 0 | 32 | 64 | 36 |
| Octal | 377 | 331 | 26 | 0 | 17 | 133 | 0 | 62 | 144 | 66 |
| Binary | 11111111 | 11011001 | 10110 | 0 | 1111 | 1011011 | 0 | 110010 | 1100100 | 110110 |
Color Harmonies of #FFD916
Complementary color
Monochromatic Colors of #FFD916
Black with #FFD916
Text Example
Text Example
White with #FFD916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD916; }
p { color: rgb(255,217,22); }
H1.HeaderClassName
{
color: #FFD916;
}
.AnyTagClassName
{
color: #FFD916;
}
</style>
background-color css
<style>
a { background-color: #FFD916; }
a { background-color: rgb(255,217,22); }
div.DivClassName
{
background-color: #FFD916;
}
.BgClassName
{
background-color: #FFD916;
}
</style>
border-color css
<style>
span { border-color: #FFD916; }
span { border-color: rgb(255,217,22); }
td.TdClassName
{
border-color: #FFD916;
}
.TagClassName
{
border-color: #FFD916;
}
</style>