Shades of Lemon #FDDB15
Tints of Lemon #FDDB15
RGB
CMYK
RGB Variations
Color information
#FDDB15 (or 0xFDDB15) is known color: Lemon. HEX triplet: FD, DB and 15. RGB value is (253,219,21). Sum of RGB (Red+Green+Blue) = 253+219+21=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 21 (8.59% from 255 or 4.26% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB15 is #0224EA. Grayscale: #CFCFCF. Windows color (decimal): -140523 or 1432573. OLE color: 1432573.
HSL color Cylindrical-coordinate representation of color #FDDB15: hue angle of 51.21º 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 #FDDB15 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 21 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.01 |
| HSL | 51.21º | 0.98% | 0.54% | - |
| HSV(B) | 51.21º | 0.92% | 0.99% | - |
| XYZ | 65.97 | 71.6 | 11.05 | - |
| YUV | 206.59 | 23.26 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 21 | 0 | 0.13 | 0.92 | 0.01 | 51.21 | 0.98 | 0.54 |
| Hex | FD | DB | 15 | 0 | D | 5C | 1 | 33 | 62 | 36 |
| Octal | 375 | 333 | 25 | 0 | 15 | 134 | 1 | 63 | 142 | 66 |
| Binary | 11111101 | 11011011 | 10101 | 0 | 1101 | 1011100 | 1 | 110011 | 1100010 | 110110 |
Color Harmonies of #FDDB15
Complementary color
Monochromatic Colors of #FDDB15
Black with #FDDB15
Text Example
Text Example
White with #FDDB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB15; }
p { color: rgb(253,219,21); }
H1.HeaderClassName
{
color: #FDDB15;
}
.AnyTagClassName
{
color: #FDDB15;
}
</style>
background-color css
<style>
a { background-color: #FDDB15; }
a { background-color: rgb(253,219,21); }
div.DivClassName
{
background-color: #FDDB15;
}
.BgClassName
{
background-color: #FDDB15;
}
</style>
border-color css
<style>
span { border-color: #FDDB15; }
span { border-color: rgb(253,219,21); }
td.TdClassName
{
border-color: #FDDB15;
}
.TagClassName
{
border-color: #FDDB15;
}
</style>