Shades of Lemon #FDED17
Tints of Lemon #FDED17
RGB
CMYK
RGB Variations
Color information
#FDED17 (or 0xFDED17) is known color: Lemon. HEX triplet: FD, ED and 17. RGB value is (253,237,23). Sum of RGB (Red+Green+Blue) = 253+237+23=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 23 (9.38% from 255 or 4.48% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDED17 is #0212E8. Grayscale: #DADADA. Windows color (decimal): -135913 or 1568253. OLE color: 1568253.
HSL color Cylindrical-coordinate representation of color #FDED17: hue angle of 55.83º 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 #FDED17 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 23 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.01 |
| HSL | 55.83º | 0.98% | 0.54% | - |
| HSV(B) | 55.83º | 0.91% | 0.99% | - |
| XYZ | 70.95 | 81.51 | 12.8 | - |
| YUV | 217.39 | 18.3 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 23 | 0 | 0.06 | 0.91 | 0.01 | 55.83 | 0.98 | 0.54 |
| Hex | FD | ED | 17 | 0 | 6 | 5B | 1 | 38 | 62 | 36 |
| Octal | 375 | 355 | 27 | 0 | 6 | 133 | 1 | 70 | 142 | 66 |
| Binary | 11111101 | 11101101 | 10111 | 0 | 110 | 1011011 | 1 | 111000 | 1100010 | 110110 |
Color Harmonies of #FDED17
Complementary color
Monochromatic Colors of #FDED17
Black with #FDED17
Text Example
Text Example
White with #FDED17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED17; }
p { color: rgb(253,237,23); }
H1.HeaderClassName
{
color: #FDED17;
}
.AnyTagClassName
{
color: #FDED17;
}
</style>
background-color css
<style>
a { background-color: #FDED17; }
a { background-color: rgb(253,237,23); }
div.DivClassName
{
background-color: #FDED17;
}
.BgClassName
{
background-color: #FDED17;
}
</style>
border-color css
<style>
span { border-color: #FDED17; }
span { border-color: rgb(253,237,23); }
td.TdClassName
{
border-color: #FDED17;
}
.TagClassName
{
border-color: #FDED17;
}
</style>