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