Shades of Lemon #FCDA16
Tints of Lemon #FCDA16
RGB
CMYK
RGB Variations
Color information
#FCDA16 (or 0xFCDA16) is known color: Lemon. HEX triplet: FC, DA and 16. RGB value is (252,218,22). Sum of RGB (Red+Green+Blue) = 252+218+22=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 22 (8.98% from 255 or 4.47% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA16 is #0325E9. Grayscale: #CECECE. Windows color (decimal): -206314 or 1497852. OLE color: 1497852.
HSL color Cylindrical-coordinate representation of color #FCDA16: hue angle of 51.13º 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 #FCDA16 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 22 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.01 |
| HSL | 51.13º | 0.97% | 0.54% | - |
| HSV(B) | 51.13º | 0.91% | 0.99% | - |
| XYZ | 65.36 | 70.9 | 11 | - |
| YUV | 205.82 | 24.26 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 22 | 0 | 0.13 | 0.91 | 0.01 | 51.13 | 0.97 | 0.54 |
| Hex | FC | DA | 16 | 0 | D | 5B | 1 | 33 | 61 | 36 |
| Octal | 374 | 332 | 26 | 0 | 15 | 133 | 1 | 63 | 141 | 66 |
| Binary | 11111100 | 11011010 | 10110 | 0 | 1101 | 1011011 | 1 | 110011 | 1100001 | 110110 |
Color Harmonies of #FCDA16
Complementary color
Monochromatic Colors of #FCDA16
Black with #FCDA16
Text Example
Text Example
White with #FCDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA16; }
p { color: rgb(252,218,22); }
H1.HeaderClassName
{
color: #FCDA16;
}
.AnyTagClassName
{
color: #FCDA16;
}
</style>
background-color css
<style>
a { background-color: #FCDA16; }
a { background-color: rgb(252,218,22); }
div.DivClassName
{
background-color: #FCDA16;
}
.BgClassName
{
background-color: #FCDA16;
}
</style>
border-color css
<style>
span { border-color: #FCDA16; }
span { border-color: rgb(252,218,22); }
td.TdClassName
{
border-color: #FCDA16;
}
.TagClassName
{
border-color: #FCDA16;
}
</style>