Shades of Lemon #FDDA16
Tints of Lemon #FDDA16
RGB
CMYK
RGB Variations
Color information
#FDDA16 (or 0xFDDA16) is known color: Lemon. HEX triplet: FD, DA and 16. RGB value is (253,218,22). Sum of RGB (Red+Green+Blue) = 253+218+22=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 22 (8.98% from 255 or 4.46% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDA16 is #0225E9. Grayscale: #CECECE. Windows color (decimal): -140778 or 1497853. OLE color: 1497853.
HSL color Cylindrical-coordinate representation of color #FDDA16: hue angle of 50.91º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDDA16 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 22 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.01 |
| HSL | 50.91º | 0.98% | 0.54% | - |
| HSV(B) | 50.91º | 0.91% | 0.99% | - |
| XYZ | 65.72 | 71.08 | 11.02 | - |
| YUV | 206.12 | 24.1 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 22 | 0 | 0.14 | 0.91 | 0.01 | 50.91 | 0.98 | 0.54 |
| Hex | FD | DA | 16 | 0 | E | 5B | 1 | 33 | 62 | 36 |
| Octal | 375 | 332 | 26 | 0 | 16 | 133 | 1 | 63 | 142 | 66 |
| Binary | 11111101 | 11011010 | 10110 | 0 | 1110 | 1011011 | 1 | 110011 | 1100010 | 110110 |
Color Harmonies of #FDDA16
Complementary color
Monochromatic Colors of #FDDA16
Black with #FDDA16
Text Example
Text Example
White with #FDDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA16; }
p { color: rgb(253,218,22); }
H1.HeaderClassName
{
color: #FDDA16;
}
.AnyTagClassName
{
color: #FDDA16;
}
</style>
background-color css
<style>
a { background-color: #FDDA16; }
a { background-color: rgb(253,218,22); }
div.DivClassName
{
background-color: #FDDA16;
}
.BgClassName
{
background-color: #FDDA16;
}
</style>
border-color css
<style>
span { border-color: #FDDA16; }
span { border-color: rgb(253,218,22); }
td.TdClassName
{
border-color: #FDDA16;
}
.TagClassName
{
border-color: #FDDA16;
}
</style>