Shades of Lemon #FCDE16
Tints of Lemon #FCDE16
RGB
CMYK
RGB Variations
Color information
#FCDE16 (or 0xFCDE16) is known color: Lemon. HEX triplet: FC, DE and 16. RGB value is (252,222,22). Sum of RGB (Red+Green+Blue) = 252+222+22=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 22 (8.98% from 255 or 4.44% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDE16 is #0321E9. Grayscale: #D0D0D0. Windows color (decimal): -205290 or 1498876. OLE color: 1498876.
HSL color Cylindrical-coordinate representation of color #FCDE16: hue angle of 52.17º 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 #FCDE16 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 22 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.01 |
| HSL | 52.17º | 0.97% | 0.54% | - |
| HSV(B) | 52.17º | 0.91% | 0.99% | - |
| XYZ | 66.41 | 73 | 11.35 | - |
| YUV | 208.17 | 22.94 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 22 | 0 | 0.12 | 0.91 | 0.01 | 52.17 | 0.97 | 0.54 |
| Hex | FC | DE | 16 | 0 | C | 5B | 1 | 34 | 61 | 36 |
| Octal | 374 | 336 | 26 | 0 | 14 | 133 | 1 | 64 | 141 | 66 |
| Binary | 11111100 | 11011110 | 10110 | 0 | 1100 | 1011011 | 1 | 110100 | 1100001 | 110110 |
Color Harmonies of #FCDE16
Complementary color
Monochromatic Colors of #FCDE16
Black with #FCDE16
Text Example
Text Example
White with #FCDE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE16; }
p { color: rgb(252,222,22); }
H1.HeaderClassName
{
color: #FCDE16;
}
.AnyTagClassName
{
color: #FCDE16;
}
</style>
background-color css
<style>
a { background-color: #FCDE16; }
a { background-color: rgb(252,222,22); }
div.DivClassName
{
background-color: #FCDE16;
}
.BgClassName
{
background-color: #FCDE16;
}
</style>
border-color css
<style>
span { border-color: #FCDE16; }
span { border-color: rgb(252,222,22); }
td.TdClassName
{
border-color: #FCDE16;
}
.TagClassName
{
border-color: #FCDE16;
}
</style>