Shades of Lemon #FDEE16
Tints of Lemon #FDEE16
RGB
CMYK
RGB Variations
Color information
#FDEE16 (or 0xFDEE16) is known color: Lemon. HEX triplet: FD, EE and 16. RGB value is (253,238,22). Sum of RGB (Red+Green+Blue) = 253+238+22=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 22 (8.98% from 255 or 4.29% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEE16 is #0211E9. Grayscale: #DADADA. Windows color (decimal): -135658 or 1502973. OLE color: 1502973.
HSL color Cylindrical-coordinate representation of color #FDEE16: hue angle of 56.1º 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 #FDEE16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.01 |
| HSL | 56.1º | 0.98% | 0.54% | - |
| HSV(B) | 56.1º | 0.91% | 0.99% | - |
| XYZ | 71.23 | 82.09 | 12.85 | - |
| YUV | 217.86 | 17.47 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 22 | 0 | 0.06 | 0.91 | 0.01 | 56.1 | 0.98 | 0.54 |
| Hex | FD | EE | 16 | 0 | 6 | 5B | 1 | 38 | 62 | 36 |
| Octal | 375 | 356 | 26 | 0 | 6 | 133 | 1 | 70 | 142 | 66 |
| Binary | 11111101 | 11101110 | 10110 | 0 | 110 | 1011011 | 1 | 111000 | 1100010 | 110110 |
Color Harmonies of #FDEE16
Complementary color
Monochromatic Colors of #FDEE16
Black with #FDEE16
Text Example
Text Example
White with #FDEE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEE16; }
p { color: rgb(253,238,22); }
H1.HeaderClassName
{
color: #FDEE16;
}
.AnyTagClassName
{
color: #FDEE16;
}
</style>
background-color css
<style>
a { background-color: #FDEE16; }
a { background-color: rgb(253,238,22); }
div.DivClassName
{
background-color: #FDEE16;
}
.BgClassName
{
background-color: #FDEE16;
}
</style>
border-color css
<style>
span { border-color: #FDEE16; }
span { border-color: rgb(253,238,22); }
td.TdClassName
{
border-color: #FDEE16;
}
.TagClassName
{
border-color: #FDEE16;
}
</style>