Shades of Lemon #FDD917
Tints of Lemon #FDD917
RGB
CMYK
RGB Variations
Color information
#FDD917 (or 0xFDD917) is known color: Lemon. HEX triplet: FD, D9 and 17. RGB value is (253,217,23). Sum of RGB (Red+Green+Blue) = 253+217+23=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 23 (9.38% from 255 or 4.67% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD917 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD917 is #0226E8. Grayscale: #CECECE. Windows color (decimal): -141033 or 1563133. OLE color: 1563133.
HSL color Cylindrical-coordinate representation of color #FDD917: hue angle of 50.61º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDD917 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 23 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.01 |
| HSL | 50.61º | 0.98% | 0.54% | - |
| HSV(B) | 50.61º | 0.91% | 0.99% | - |
| XYZ | 65.48 | 70.57 | 10.98 | - |
| YUV | 205.65 | 24.93 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 23 | 0 | 0.14 | 0.91 | 0.01 | 50.61 | 0.98 | 0.54 |
| Hex | FD | D9 | 17 | 0 | E | 5B | 1 | 33 | 62 | 36 |
| Octal | 375 | 331 | 27 | 0 | 16 | 133 | 1 | 63 | 142 | 66 |
| Binary | 11111101 | 11011001 | 10111 | 0 | 1110 | 1011011 | 1 | 110011 | 1100010 | 110110 |
Color Harmonies of #FDD917
Complementary color
Monochromatic Colors of #FDD917
Black with #FDD917
Text Example
Text Example
White with #FDD917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD917; }
p { color: rgb(253,217,23); }
H1.HeaderClassName
{
color: #FDD917;
}
.AnyTagClassName
{
color: #FDD917;
}
</style>
background-color css
<style>
a { background-color: #FDD917; }
a { background-color: rgb(253,217,23); }
div.DivClassName
{
background-color: #FDD917;
}
.BgClassName
{
background-color: #FDD917;
}
</style>
border-color css
<style>
span { border-color: #FDD917; }
span { border-color: rgb(253,217,23); }
td.TdClassName
{
border-color: #FDD917;
}
.TagClassName
{
border-color: #FDD917;
}
</style>