Shades of Lemon #FDDD14
Tints of Lemon #FDDD14
RGB
CMYK
RGB Variations
Color information
#FDDD14 (or 0xFDDD14) is known color: Lemon. HEX triplet: FD, DD and 14. RGB value is (253,221,20). Sum of RGB (Red+Green+Blue) = 253+221+20=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 20 (8.20% from 255 or 4.05% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDD14 is #0222EB. Grayscale: #D0D0D0. Windows color (decimal): -140012 or 1367549. OLE color: 1367549.
HSL color Cylindrical-coordinate representation of color #FDDD14: hue angle of 51.76º 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 #FDDD14 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 20 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.01 |
| HSL | 51.76º | 0.98% | 0.54% | - |
| HSV(B) | 51.76º | 0.92% | 0.99% | - |
| XYZ | 66.49 | 72.65 | 11.18 | - |
| YUV | 207.65 | 22.1 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 20 | 0 | 0.13 | 0.92 | 0.01 | 51.76 | 0.98 | 0.54 |
| Hex | FD | DD | 14 | 0 | D | 5C | 1 | 34 | 62 | 36 |
| Octal | 375 | 335 | 24 | 0 | 15 | 134 | 1 | 64 | 142 | 66 |
| Binary | 11111101 | 11011101 | 10100 | 0 | 1101 | 1011100 | 1 | 110100 | 1100010 | 110110 |
Color Harmonies of #FDDD14
Complementary color
Monochromatic Colors of #FDDD14
Black with #FDDD14
Text Example
Text Example
White with #FDDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD14; }
p { color: rgb(253,221,20); }
H1.HeaderClassName
{
color: #FDDD14;
}
.AnyTagClassName
{
color: #FDDD14;
}
</style>
background-color css
<style>
a { background-color: #FDDD14; }
a { background-color: rgb(253,221,20); }
div.DivClassName
{
background-color: #FDDD14;
}
.BgClassName
{
background-color: #FDDD14;
}
</style>
border-color css
<style>
span { border-color: #FDDD14; }
span { border-color: rgb(253,221,20); }
td.TdClassName
{
border-color: #FDDD14;
}
.TagClassName
{
border-color: #FDDD14;
}
</style>