Shades of Lemon #FDFD1D
Tints of Lemon #FDFD1D
RGB
CMYK
RGB Variations
Color information
#FDFD1D (or 0xFDFD1D) is known color: Lemon. HEX triplet: FD, FD and 1D. RGB value is (253,253,29). Sum of RGB (Red+Green+Blue) = 253+253+29=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 29 (11.72% from 255 or 5.42% from 535); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD1D is #0202E2. Grayscale: #E4E4E4. Windows color (decimal): -131811 or 1965565. OLE color: 1965565.
HSL color Cylindrical-coordinate representation of color #FDFD1D: hue angle of 60º 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 #FDFD1D is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 29 | - |
| CMYK | 0 | 0 | 0.89 | 0.01 |
| HSL | 60º | 0.98% | 0.55% | - |
| HSV(B) | 60º | 0.89% | 0.99% | - |
| XYZ | 75.86 | 91.22 | 14.77 | - |
| YUV | 227.46 | 16 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 29 | 0 | 0 | 0.89 | 0.01 | 60 | 0.98 | 0.55 |
| Hex | FD | FD | 1D | 0 | 0 | 59 | 1 | 3C | 62 | 37 |
| Octal | 375 | 375 | 35 | 0 | 0 | 131 | 1 | 74 | 142 | 67 |
| Binary | 11111101 | 11111101 | 11101 | 0 | 0 | 1011001 | 1 | 111100 | 1100010 | 110111 |
Color Harmonies of #FDFD1D
Complementary color
Monochromatic Colors of #FDFD1D
Black with #FDFD1D
Text Example
Text Example
White with #FDFD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFD1D; }
p { color: rgb(253,253,29); }
H1.HeaderClassName
{
color: #FDFD1D;
}
.AnyTagClassName
{
color: #FDFD1D;
}
</style>
background-color css
<style>
a { background-color: #FDFD1D; }
a { background-color: rgb(253,253,29); }
div.DivClassName
{
background-color: #FDFD1D;
}
.BgClassName
{
background-color: #FDFD1D;
}
</style>
border-color css
<style>
span { border-color: #FDFD1D; }
span { border-color: rgb(253,253,29); }
td.TdClassName
{
border-color: #FDFD1D;
}
.TagClassName
{
border-color: #FDFD1D;
}
</style>