Shades of Lemon #FDDF1D
Tints of Lemon #FDDF1D
RGB
CMYK
RGB Variations
Color information
#FDDF1D (or 0xFDDF1D) is known color: Lemon. HEX triplet: FD, DF and 1D. RGB value is (253,223,29). Sum of RGB (Red+Green+Blue) = 253+223+29=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 29 (11.72% from 255 or 5.74% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF1D is #0220E2. Grayscale: #D2D2D2. Windows color (decimal): -139491 or 1957885. OLE color: 1957885.
HSL color Cylindrical-coordinate representation of color #FDDF1D: hue angle of 51.96º 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 #FDDF1D is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 29 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.01 |
| HSL | 51.96º | 0.98% | 0.55% | - |
| HSV(B) | 51.96º | 0.89% | 0.99% | - |
| XYZ | 67.12 | 73.75 | 11.86 | - |
| YUV | 209.85 | 25.94 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 29 | 0 | 0.12 | 0.89 | 0.01 | 51.96 | 0.98 | 0.55 |
| Hex | FD | DF | 1D | 0 | C | 59 | 1 | 34 | 62 | 37 |
| Octal | 375 | 337 | 35 | 0 | 14 | 131 | 1 | 64 | 142 | 67 |
| Binary | 11111101 | 11011111 | 11101 | 0 | 1100 | 1011001 | 1 | 110100 | 1100010 | 110111 |
Color Harmonies of #FDDF1D
Complementary color
Monochromatic Colors of #FDDF1D
Black with #FDDF1D
Text Example
Text Example
White with #FDDF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF1D; }
p { color: rgb(253,223,29); }
H1.HeaderClassName
{
color: #FDDF1D;
}
.AnyTagClassName
{
color: #FDDF1D;
}
</style>
background-color css
<style>
a { background-color: #FDDF1D; }
a { background-color: rgb(253,223,29); }
div.DivClassName
{
background-color: #FDDF1D;
}
.BgClassName
{
background-color: #FDDF1D;
}
</style>
border-color css
<style>
span { border-color: #FDDF1D; }
span { border-color: rgb(253,223,29); }
td.TdClassName
{
border-color: #FDDF1D;
}
.TagClassName
{
border-color: #FDDF1D;
}
</style>