Shades of Lemon #FDDF17
Tints of Lemon #FDDF17
RGB
CMYK
RGB Variations
Color information
#FDDF17 (or 0xFDDF17) is known color: Lemon. HEX triplet: FD, DF and 17. RGB value is (253,223,23). Sum of RGB (Red+Green+Blue) = 253+223+23=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 23 (9.38% from 255 or 4.61% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF17 is #0220E8. Grayscale: #D1D1D1. Windows color (decimal): -139497 or 1564669. OLE color: 1564669.
HSL color Cylindrical-coordinate representation of color #FDDF17: hue angle of 52.17º 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 #FDDF17 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 23 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.01 |
| HSL | 52.17º | 0.98% | 0.54% | - |
| HSV(B) | 52.17º | 0.91% | 0.99% | - |
| XYZ | 67.05 | 73.72 | 11.51 | - |
| YUV | 209.17 | 22.94 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 23 | 0 | 0.12 | 0.91 | 0.01 | 52.17 | 0.98 | 0.54 |
| Hex | FD | DF | 17 | 0 | C | 5B | 1 | 34 | 62 | 36 |
| Octal | 375 | 337 | 27 | 0 | 14 | 133 | 1 | 64 | 142 | 66 |
| Binary | 11111101 | 11011111 | 10111 | 0 | 1100 | 1011011 | 1 | 110100 | 1100010 | 110110 |
Color Harmonies of #FDDF17
Complementary color
Monochromatic Colors of #FDDF17
Black with #FDDF17
Text Example
Text Example
White with #FDDF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF17; }
p { color: rgb(253,223,23); }
H1.HeaderClassName
{
color: #FDDF17;
}
.AnyTagClassName
{
color: #FDDF17;
}
</style>
background-color css
<style>
a { background-color: #FDDF17; }
a { background-color: rgb(253,223,23); }
div.DivClassName
{
background-color: #FDDF17;
}
.BgClassName
{
background-color: #FDDF17;
}
</style>
border-color css
<style>
span { border-color: #FDDF17; }
span { border-color: rgb(253,223,23); }
td.TdClassName
{
border-color: #FDDF17;
}
.TagClassName
{
border-color: #FDDF17;
}
</style>