Shades of Lemon #FDDD0F
Tints of Lemon #FDDD0F
RGB
CMYK
RGB Variations
Color information
#FDDD0F (or 0xFDDD0F) is known color: Lemon. HEX triplet: FD, DD and 0F. RGB value is (253,221,15). Sum of RGB (Red+Green+Blue) = 253+221+15=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 15 (6.25% from 255 or 3.07% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDD0F is #0222F0. Grayscale: #CFCFCF. Windows color (decimal): -140017 or 1039869. OLE color: 1039869.
HSL color Cylindrical-coordinate representation of color #FDDD0F: hue angle of 51.93º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDDD0F is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 15 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.01 |
| HSL | 51.93º | 0.98% | 0.53% | - |
| HSV(B) | 51.93º | 0.94% | 0.99% | - |
| XYZ | 66.45 | 72.63 | 10.97 | - |
| YUV | 207.08 | 19.6 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 15 | 0 | 0.13 | 0.94 | 0.01 | 51.93 | 0.98 | 0.53 |
| Hex | FD | DD | F | 0 | D | 5E | 1 | 34 | 62 | 35 |
| Octal | 375 | 335 | 17 | 0 | 15 | 136 | 1 | 64 | 142 | 65 |
| Binary | 11111101 | 11011101 | 1111 | 0 | 1101 | 1011110 | 1 | 110100 | 1100010 | 110101 |
Color Harmonies of #FDDD0F
Complementary color
Monochromatic Colors of #FDDD0F
Black with #FDDD0F
Text Example
Text Example
White with #FDDD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD0F; }
p { color: rgb(253,221,15); }
H1.HeaderClassName
{
color: #FDDD0F;
}
.AnyTagClassName
{
color: #FDDD0F;
}
</style>
background-color css
<style>
a { background-color: #FDDD0F; }
a { background-color: rgb(253,221,15); }
div.DivClassName
{
background-color: #FDDD0F;
}
.BgClassName
{
background-color: #FDDD0F;
}
</style>
border-color css
<style>
span { border-color: #FDDD0F; }
span { border-color: rgb(253,221,15); }
td.TdClassName
{
border-color: #FDDD0F;
}
.TagClassName
{
border-color: #FDDD0F;
}
</style>