Shades of Lemon #FDDC15
Tints of Lemon #FDDC15
RGB
CMYK
RGB Variations
Color information
#FDDC15 (or 0xFDDC15) is known color: Lemon. HEX triplet: FD, DC and 15. RGB value is (253,220,21). Sum of RGB (Red+Green+Blue) = 253+220+21=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 21 (8.59% from 255 or 4.25% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDC15 is #0223EA. Grayscale: #D0D0D0. Windows color (decimal): -140267 or 1432829. OLE color: 1432829.
HSL color Cylindrical-coordinate representation of color #FDDC15: hue angle of 51.47º 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 #FDDC15 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 21 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.01 |
| HSL | 51.47º | 0.98% | 0.54% | - |
| HSV(B) | 51.47º | 0.92% | 0.99% | - |
| XYZ | 66.24 | 72.12 | 11.14 | - |
| YUV | 207.18 | 22.93 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 21 | 0 | 0.13 | 0.92 | 0.01 | 51.47 | 0.98 | 0.54 |
| Hex | FD | DC | 15 | 0 | D | 5C | 1 | 33 | 62 | 36 |
| Octal | 375 | 334 | 25 | 0 | 15 | 134 | 1 | 63 | 142 | 66 |
| Binary | 11111101 | 11011100 | 10101 | 0 | 1101 | 1011100 | 1 | 110011 | 1100010 | 110110 |
Color Harmonies of #FDDC15
Complementary color
Monochromatic Colors of #FDDC15
Black with #FDDC15
Text Example
Text Example
White with #FDDC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC15; }
p { color: rgb(253,220,21); }
H1.HeaderClassName
{
color: #FDDC15;
}
.AnyTagClassName
{
color: #FDDC15;
}
</style>
background-color css
<style>
a { background-color: #FDDC15; }
a { background-color: rgb(253,220,21); }
div.DivClassName
{
background-color: #FDDC15;
}
.BgClassName
{
background-color: #FDDC15;
}
</style>
border-color css
<style>
span { border-color: #FDDC15; }
span { border-color: rgb(253,220,21); }
td.TdClassName
{
border-color: #FDDC15;
}
.TagClassName
{
border-color: #FDDC15;
}
</style>