Shades of Lemon #FDDD19
Tints of Lemon #FDDD19
RGB
CMYK
RGB Variations
Color information
#FDDD19 (or 0xFDDD19) is known color: Lemon. HEX triplet: FD, DD and 19. RGB value is (253,221,25). Sum of RGB (Red+Green+Blue) = 253+221+25=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 25 (10.16% from 255 or 5.01% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDD19 is #0222E6. Grayscale: #D1D1D1. Windows color (decimal): -140007 or 1695229. OLE color: 1695229.
HSL color Cylindrical-coordinate representation of color #FDDD19: hue angle of 51.58º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDDD19 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 25 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.01 |
| HSL | 51.58º | 0.98% | 0.55% | - |
| HSV(B) | 51.58º | 0.9% | 0.99% | - |
| XYZ | 66.54 | 72.67 | 11.44 | - |
| YUV | 208.22 | 24.6 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 25 | 0 | 0.13 | 0.90 | 0.01 | 51.58 | 0.98 | 0.55 |
| Hex | FD | DD | 19 | 0 | D | 5A | 1 | 34 | 62 | 37 |
| Octal | 375 | 335 | 31 | 0 | 15 | 132 | 1 | 64 | 142 | 67 |
| Binary | 11111101 | 11011101 | 11001 | 0 | 1101 | 1011010 | 1 | 110100 | 1100010 | 110111 |
Color Harmonies of #FDDD19
Complementary color
Monochromatic Colors of #FDDD19
Black with #FDDD19
Text Example
Text Example
White with #FDDD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD19; }
p { color: rgb(253,221,25); }
H1.HeaderClassName
{
color: #FDDD19;
}
.AnyTagClassName
{
color: #FDDD19;
}
</style>
background-color css
<style>
a { background-color: #FDDD19; }
a { background-color: rgb(253,221,25); }
div.DivClassName
{
background-color: #FDDD19;
}
.BgClassName
{
background-color: #FDDD19;
}
</style>
border-color css
<style>
span { border-color: #FDDD19; }
span { border-color: rgb(253,221,25); }
td.TdClassName
{
border-color: #FDDD19;
}
.TagClassName
{
border-color: #FDDD19;
}
</style>