Shades of Lemon #FDEF16
Tints of Lemon #FDEF16
RGB
CMYK
RGB Variations
Color information
#FDEF16 (or 0xFDEF16) is known color: Lemon. HEX triplet: FD, EF and 16. RGB value is (253,239,22). Sum of RGB (Red+Green+Blue) = 253+239+22=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 22 (8.98% from 255 or 4.28% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEF16 is #0210E9. Grayscale: #DBDBDB. Windows color (decimal): -135402 or 1503229. OLE color: 1503229.
HSL color Cylindrical-coordinate representation of color #FDEF16: hue angle of 56.36º 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 #FDEF16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.01 |
| HSL | 56.36º | 0.98% | 0.54% | - |
| HSV(B) | 56.36º | 0.91% | 0.99% | - |
| XYZ | 71.52 | 82.67 | 12.95 | - |
| YUV | 218.45 | 17.14 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 22 | 0 | 0.06 | 0.91 | 0.01 | 56.36 | 0.98 | 0.54 |
| Hex | FD | EF | 16 | 0 | 6 | 5B | 1 | 38 | 62 | 36 |
| Octal | 375 | 357 | 26 | 0 | 6 | 133 | 1 | 70 | 142 | 66 |
| Binary | 11111101 | 11101111 | 10110 | 0 | 110 | 1011011 | 1 | 111000 | 1100010 | 110110 |
Color Harmonies of #FDEF16
Complementary color
Monochromatic Colors of #FDEF16
Black with #FDEF16
Text Example
Text Example
White with #FDEF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF16; }
p { color: rgb(253,239,22); }
H1.HeaderClassName
{
color: #FDEF16;
}
.AnyTagClassName
{
color: #FDEF16;
}
</style>
background-color css
<style>
a { background-color: #FDEF16; }
a { background-color: rgb(253,239,22); }
div.DivClassName
{
background-color: #FDEF16;
}
.BgClassName
{
background-color: #FDEF16;
}
</style>
border-color css
<style>
span { border-color: #FDEF16; }
span { border-color: rgb(253,239,22); }
td.TdClassName
{
border-color: #FDEF16;
}
.TagClassName
{
border-color: #FDEF16;
}
</style>