Shades of Lemon #FDED1D
Tints of Lemon #FDED1D
RGB
CMYK
RGB Variations
Color information
#FDED1D (or 0xFDED1D) is known color: Lemon. HEX triplet: FD, ED and 1D. RGB value is (253,237,29). Sum of RGB (Red+Green+Blue) = 253+237+29=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 29 (11.72% from 255 or 5.59% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED1D is #0212E2. Grayscale: #DADADA. Windows color (decimal): -135907 or 1961469. OLE color: 1961469.
HSL color Cylindrical-coordinate representation of color #FDED1D: hue angle of 55.71º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDED1D is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 29 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.01 |
| HSL | 55.71º | 0.98% | 0.55% | - |
| HSV(B) | 55.71º | 0.89% | 0.99% | - |
| XYZ | 71.01 | 81.54 | 13.16 | - |
| YUV | 218.07 | 21.3 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 29 | 0 | 0.06 | 0.89 | 0.01 | 55.71 | 0.98 | 0.55 |
| Hex | FD | ED | 1D | 0 | 6 | 59 | 1 | 38 | 62 | 37 |
| Octal | 375 | 355 | 35 | 0 | 6 | 131 | 1 | 70 | 142 | 67 |
| Binary | 11111101 | 11101101 | 11101 | 0 | 110 | 1011001 | 1 | 111000 | 1100010 | 110111 |
Color Harmonies of #FDED1D
Complementary color
Monochromatic Colors of #FDED1D
Black with #FDED1D
Text Example
Text Example
White with #FDED1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED1D; }
p { color: rgb(253,237,29); }
H1.HeaderClassName
{
color: #FDED1D;
}
.AnyTagClassName
{
color: #FDED1D;
}
</style>
background-color css
<style>
a { background-color: #FDED1D; }
a { background-color: rgb(253,237,29); }
div.DivClassName
{
background-color: #FDED1D;
}
.BgClassName
{
background-color: #FDED1D;
}
</style>
border-color css
<style>
span { border-color: #FDED1D; }
span { border-color: rgb(253,237,29); }
td.TdClassName
{
border-color: #FDED1D;
}
.TagClassName
{
border-color: #FDED1D;
}
</style>