Shades of Lemon #FDED16
Tints of Lemon #FDED16
RGB
CMYK
RGB Variations
Color information
#FDED16 (or 0xFDED16) is known color: Lemon. HEX triplet: FD, ED and 16. RGB value is (253,237,22). Sum of RGB (Red+Green+Blue) = 253+237+22=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 22 (8.98% from 255 or 4.30% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDED16 is #0212E9. Grayscale: #DADADA. Windows color (decimal): -135914 or 1502717. OLE color: 1502717.
HSL color Cylindrical-coordinate representation of color #FDED16: hue angle of 55.84º 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 #FDED16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.01 |
| HSL | 55.84º | 0.98% | 0.54% | - |
| HSV(B) | 55.84º | 0.91% | 0.99% | - |
| XYZ | 70.94 | 81.51 | 12.75 | - |
| YUV | 217.27 | 17.8 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 22 | 0 | 0.06 | 0.91 | 0.01 | 55.84 | 0.98 | 0.54 |
| Hex | FD | ED | 16 | 0 | 6 | 5B | 1 | 38 | 62 | 36 |
| Octal | 375 | 355 | 26 | 0 | 6 | 133 | 1 | 70 | 142 | 66 |
| Binary | 11111101 | 11101101 | 10110 | 0 | 110 | 1011011 | 1 | 111000 | 1100010 | 110110 |
Color Harmonies of #FDED16
Complementary color
Monochromatic Colors of #FDED16
Black with #FDED16
Text Example
Text Example
White with #FDED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED16; }
p { color: rgb(253,237,22); }
H1.HeaderClassName
{
color: #FDED16;
}
.AnyTagClassName
{
color: #FDED16;
}
</style>
background-color css
<style>
a { background-color: #FDED16; }
a { background-color: rgb(253,237,22); }
div.DivClassName
{
background-color: #FDED16;
}
.BgClassName
{
background-color: #FDED16;
}
</style>
border-color css
<style>
span { border-color: #FDED16; }
span { border-color: rgb(253,237,22); }
td.TdClassName
{
border-color: #FDED16;
}
.TagClassName
{
border-color: #FDED16;
}
</style>