Shades of Lemon #FCED16
Tints of Lemon #FCED16
RGB
CMYK
RGB Variations
Color information
#FCED16 (or 0xFCED16) is known color: Lemon. HEX triplet: FC, ED and 16. RGB value is (252,237,22). Sum of RGB (Red+Green+Blue) = 252+237+22=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 22 (8.98% from 255 or 4.31% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED16 is #0312E9. Grayscale: #D9D9D9. Windows color (decimal): -201450 or 1502716. OLE color: 1502716.
HSL color Cylindrical-coordinate representation of color #FCED16: hue angle of 56.09º degrees, saturation: 0.97, 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 #FCED16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.01 |
| HSL | 56.09º | 0.97% | 0.54% | - |
| HSV(B) | 56.09º | 0.91% | 0.99% | - |
| XYZ | 70.57 | 81.32 | 12.74 | - |
| YUV | 216.98 | 17.97 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 22 | 0 | 0.06 | 0.91 | 0.01 | 56.09 | 0.97 | 0.54 |
| Hex | FC | ED | 16 | 0 | 6 | 5B | 1 | 38 | 61 | 36 |
| Octal | 374 | 355 | 26 | 0 | 6 | 133 | 1 | 70 | 141 | 66 |
| Binary | 11111100 | 11101101 | 10110 | 0 | 110 | 1011011 | 1 | 111000 | 1100001 | 110110 |
Color Harmonies of #FCED16
Complementary color
Monochromatic Colors of #FCED16
Black with #FCED16
Text Example
Text Example
White with #FCED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED16; }
p { color: rgb(252,237,22); }
H1.HeaderClassName
{
color: #FCED16;
}
.AnyTagClassName
{
color: #FCED16;
}
</style>
background-color css
<style>
a { background-color: #FCED16; }
a { background-color: rgb(252,237,22); }
div.DivClassName
{
background-color: #FCED16;
}
.BgClassName
{
background-color: #FCED16;
}
</style>
border-color css
<style>
span { border-color: #FCED16; }
span { border-color: rgb(252,237,22); }
td.TdClassName
{
border-color: #FCED16;
}
.TagClassName
{
border-color: #FCED16;
}
</style>