Shades of Lemon #FDEC16
Tints of Lemon #FDEC16
RGB
CMYK
RGB Variations
Color information
#FDEC16 (or 0xFDEC16) is known color: Lemon. HEX triplet: FD, EC and 16. RGB value is (253,236,22). Sum of RGB (Red+Green+Blue) = 253+236+22=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 22 (8.98% from 255 or 4.31% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEC16 is #0213E9. Grayscale: #D9D9D9. Windows color (decimal): -136170 or 1502461. OLE color: 1502461.
HSL color Cylindrical-coordinate representation of color #FDEC16: hue angle of 55.58º 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 #FDEC16 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 22 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.01 |
| HSL | 55.58º | 0.98% | 0.54% | - |
| HSV(B) | 55.58º | 0.91% | 0.99% | - |
| XYZ | 70.65 | 80.93 | 12.66 | - |
| YUV | 216.69 | 18.13 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 22 | 0 | 0.07 | 0.91 | 0.01 | 55.58 | 0.98 | 0.54 |
| Hex | FD | EC | 16 | 0 | 7 | 5B | 1 | 38 | 62 | 36 |
| Octal | 375 | 354 | 26 | 0 | 7 | 133 | 1 | 70 | 142 | 66 |
| Binary | 11111101 | 11101100 | 10110 | 0 | 111 | 1011011 | 1 | 111000 | 1100010 | 110110 |
Color Harmonies of #FDEC16
Complementary color
Monochromatic Colors of #FDEC16
Black with #FDEC16
Text Example
Text Example
White with #FDEC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC16; }
p { color: rgb(253,236,22); }
H1.HeaderClassName
{
color: #FDEC16;
}
.AnyTagClassName
{
color: #FDEC16;
}
</style>
background-color css
<style>
a { background-color: #FDEC16; }
a { background-color: rgb(253,236,22); }
div.DivClassName
{
background-color: #FDEC16;
}
.BgClassName
{
background-color: #FDEC16;
}
</style>
border-color css
<style>
span { border-color: #FDEC16; }
span { border-color: rgb(253,236,22); }
td.TdClassName
{
border-color: #FDEC16;
}
.TagClassName
{
border-color: #FDEC16;
}
</style>