Shades of Lemon #FCDD16
Tints of Lemon #FCDD16
RGB
CMYK
RGB Variations
Color information
#FCDD16 (or 0xFCDD16) is known color: Lemon. HEX triplet: FC, DD and 16. RGB value is (252,221,22). Sum of RGB (Red+Green+Blue) = 252+221+22=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 22 (8.98% from 255 or 4.44% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD16 is #0322E9. Grayscale: #D0D0D0. Windows color (decimal): -205546 or 1498620. OLE color: 1498620.
HSL color Cylindrical-coordinate representation of color #FCDD16: hue angle of 51.91º 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 #FCDD16 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 22 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.01 |
| HSL | 51.91º | 0.97% | 0.54% | - |
| HSV(B) | 51.91º | 0.91% | 0.99% | - |
| XYZ | 66.15 | 72.47 | 11.26 | - |
| YUV | 207.58 | 23.27 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 22 | 0 | 0.12 | 0.91 | 0.01 | 51.91 | 0.97 | 0.54 |
| Hex | FC | DD | 16 | 0 | C | 5B | 1 | 34 | 61 | 36 |
| Octal | 374 | 335 | 26 | 0 | 14 | 133 | 1 | 64 | 141 | 66 |
| Binary | 11111100 | 11011101 | 10110 | 0 | 1100 | 1011011 | 1 | 110100 | 1100001 | 110110 |
Color Harmonies of #FCDD16
Complementary color
Monochromatic Colors of #FCDD16
Black with #FCDD16
Text Example
Text Example
White with #FCDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD16; }
p { color: rgb(252,221,22); }
H1.HeaderClassName
{
color: #FCDD16;
}
.AnyTagClassName
{
color: #FCDD16;
}
</style>
background-color css
<style>
a { background-color: #FCDD16; }
a { background-color: rgb(252,221,22); }
div.DivClassName
{
background-color: #FCDD16;
}
.BgClassName
{
background-color: #FCDD16;
}
</style>
border-color css
<style>
span { border-color: #FCDD16; }
span { border-color: rgb(252,221,22); }
td.TdClassName
{
border-color: #FCDD16;
}
.TagClassName
{
border-color: #FCDD16;
}
</style>