Shades of Lemon #FFD917
Tints of Lemon #FFD917
RGB
CMYK
RGB Variations
Color information
#FFD917 (or 0xFFD917) is known color: Lemon. HEX triplet: FF, D9 and 17. RGB value is (255,217,23). Sum of RGB (Red+Green+Blue) = 255+217+23=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 23 (9.38% from 255 or 4.65% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD917 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD917 is #0026E8. Grayscale: #CFCFCF. Windows color (decimal): -9961 or 1563135. OLE color: 1563135.
HSL color Cylindrical-coordinate representation of color #FFD917: hue angle of 50.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFD917 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 23 | - |
| CMYK | 0 | 0.15 | 0.91 | 0 |
| HSL | 50.17º | 1% | 0.55% | - |
| HSV(B) | 50.17º | 0.91% | 1% | - |
| XYZ | 66.21 | 70.95 | 11.02 | - |
| YUV | 206.25 | 24.59 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 23 | 0 | 0.15 | 0.91 | 0 | 50.17 | 1 | 0.55 |
| Hex | FF | D9 | 17 | 0 | F | 5B | 0 | 32 | 64 | 37 |
| Octal | 377 | 331 | 27 | 0 | 17 | 133 | 0 | 62 | 144 | 67 |
| Binary | 11111111 | 11011001 | 10111 | 0 | 1111 | 1011011 | 0 | 110010 | 1100100 | 110111 |
Color Harmonies of #FFD917
Complementary color
Monochromatic Colors of #FFD917
Black with #FFD917
Text Example
Text Example
White with #FFD917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD917; }
p { color: rgb(255,217,23); }
H1.HeaderClassName
{
color: #FFD917;
}
.AnyTagClassName
{
color: #FFD917;
}
</style>
background-color css
<style>
a { background-color: #FFD917; }
a { background-color: rgb(255,217,23); }
div.DivClassName
{
background-color: #FFD917;
}
.BgClassName
{
background-color: #FFD917;
}
</style>
border-color css
<style>
span { border-color: #FFD917; }
span { border-color: rgb(255,217,23); }
td.TdClassName
{
border-color: #FFD917;
}
.TagClassName
{
border-color: #FFD917;
}
</style>