Shades of Lemon #FDDB13
Tints of Lemon #FDDB13
RGB
CMYK
RGB Variations
Color information
#FDDB13 (or 0xFDDB13) is known color: Lemon. HEX triplet: FD, DB and 13. RGB value is (253,219,19). Sum of RGB (Red+Green+Blue) = 253+219+19=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 19 (7.81% from 255 or 3.87% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB13 is #0224EC. Grayscale: #CFCFCF. Windows color (decimal): -140525 or 1301501. OLE color: 1301501.
HSL color Cylindrical-coordinate representation of color #FDDB13: hue angle of 51.28º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDDB13 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 19 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.01 |
| HSL | 51.28º | 0.98% | 0.53% | - |
| HSV(B) | 51.28º | 0.92% | 0.99% | - |
| XYZ | 65.96 | 71.59 | 10.96 | - |
| YUV | 206.37 | 22.26 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 19 | 0 | 0.13 | 0.92 | 0.01 | 51.28 | 0.98 | 0.53 |
| Hex | FD | DB | 13 | 0 | D | 5C | 1 | 33 | 62 | 35 |
| Octal | 375 | 333 | 23 | 0 | 15 | 134 | 1 | 63 | 142 | 65 |
| Binary | 11111101 | 11011011 | 10011 | 0 | 1101 | 1011100 | 1 | 110011 | 1100010 | 110101 |
Color Harmonies of #FDDB13
Complementary color
Monochromatic Colors of #FDDB13
Black with #FDDB13
Text Example
Text Example
White with #FDDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB13; }
p { color: rgb(253,219,19); }
H1.HeaderClassName
{
color: #FDDB13;
}
.AnyTagClassName
{
color: #FDDB13;
}
</style>
background-color css
<style>
a { background-color: #FDDB13; }
a { background-color: rgb(253,219,19); }
div.DivClassName
{
background-color: #FDDB13;
}
.BgClassName
{
background-color: #FDDB13;
}
</style>
border-color css
<style>
span { border-color: #FDDB13; }
span { border-color: rgb(253,219,19); }
td.TdClassName
{
border-color: #FDDB13;
}
.TagClassName
{
border-color: #FDDB13;
}
</style>