Shades of Lemon #FDDD15
Tints of Lemon #FDDD15
RGB
CMYK
RGB Variations
Color information
#FDDD15 (or 0xFDDD15) is known color: Lemon. HEX triplet: FD, DD and 15. RGB value is (253,221,21). Sum of RGB (Red+Green+Blue) = 253+221+21=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 21 (8.59% from 255 or 4.24% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDD15 is #0222EA. Grayscale: #D0D0D0. Windows color (decimal): -140011 or 1433085. OLE color: 1433085.
HSL color Cylindrical-coordinate representation of color #FDDD15: hue angle of 51.72º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDDD15 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 21 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.01 |
| HSL | 51.72º | 0.98% | 0.54% | - |
| HSV(B) | 51.72º | 0.92% | 0.99% | - |
| XYZ | 66.5 | 72.65 | 11.23 | - |
| YUV | 207.77 | 22.6 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 21 | 0 | 0.13 | 0.92 | 0.01 | 51.72 | 0.98 | 0.54 |
| Hex | FD | DD | 15 | 0 | D | 5C | 1 | 34 | 62 | 36 |
| Octal | 375 | 335 | 25 | 0 | 15 | 134 | 1 | 64 | 142 | 66 |
| Binary | 11111101 | 11011101 | 10101 | 0 | 1101 | 1011100 | 1 | 110100 | 1100010 | 110110 |
Color Harmonies of #FDDD15
Complementary color
Monochromatic Colors of #FDDD15
Black with #FDDD15
Text Example
Text Example
White with #FDDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD15; }
p { color: rgb(253,221,21); }
H1.HeaderClassName
{
color: #FDDD15;
}
.AnyTagClassName
{
color: #FDDD15;
}
</style>
background-color css
<style>
a { background-color: #FDDD15; }
a { background-color: rgb(253,221,21); }
div.DivClassName
{
background-color: #FDDD15;
}
.BgClassName
{
background-color: #FDDD15;
}
</style>
border-color css
<style>
span { border-color: #FDDD15; }
span { border-color: rgb(253,221,21); }
td.TdClassName
{
border-color: #FDDD15;
}
.TagClassName
{
border-color: #FDDD15;
}
</style>