Shades of Lemon #FDDE1D
Tints of Lemon #FDDE1D
RGB
CMYK
RGB Variations
Color information
#FDDE1D (or 0xFDDE1D) is known color: Lemon. HEX triplet: FD, DE and 1D. RGB value is (253,222,29). Sum of RGB (Red+Green+Blue) = 253+222+29=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 29 (11.72% from 255 or 5.75% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE1D is #0221E2. Grayscale: #D2D2D2. Windows color (decimal): -139747 or 1957629. OLE color: 1957629.
HSL color Cylindrical-coordinate representation of color #FDDE1D: hue angle of 51.7º 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 #FDDE1D is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 29 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.01 |
| HSL | 51.7º | 0.98% | 0.55% | - |
| HSV(B) | 51.7º | 0.89% | 0.99% | - |
| XYZ | 66.85 | 73.21 | 11.77 | - |
| YUV | 209.27 | 26.27 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 29 | 0 | 0.12 | 0.89 | 0.01 | 51.7 | 0.98 | 0.55 |
| Hex | FD | DE | 1D | 0 | C | 59 | 1 | 34 | 62 | 37 |
| Octal | 375 | 336 | 35 | 0 | 14 | 131 | 1 | 64 | 142 | 67 |
| Binary | 11111101 | 11011110 | 11101 | 0 | 1100 | 1011001 | 1 | 110100 | 1100010 | 110111 |
Color Harmonies of #FDDE1D
Complementary color
Monochromatic Colors of #FDDE1D
Black with #FDDE1D
Text Example
Text Example
White with #FDDE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDE1D; }
p { color: rgb(253,222,29); }
H1.HeaderClassName
{
color: #FDDE1D;
}
.AnyTagClassName
{
color: #FDDE1D;
}
</style>
background-color css
<style>
a { background-color: #FDDE1D; }
a { background-color: rgb(253,222,29); }
div.DivClassName
{
background-color: #FDDE1D;
}
.BgClassName
{
background-color: #FDDE1D;
}
</style>
border-color css
<style>
span { border-color: #FDDE1D; }
span { border-color: rgb(253,222,29); }
td.TdClassName
{
border-color: #FDDE1D;
}
.TagClassName
{
border-color: #FDDE1D;
}
</style>