Shades of Lemon #FCDB16
Tints of Lemon #FCDB16
RGB
CMYK
RGB Variations
Color information
#FCDB16 (or 0xFCDB16) is known color: Lemon. HEX triplet: FC, DB and 16. RGB value is (252,219,22). Sum of RGB (Red+Green+Blue) = 252+219+22=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 22 (8.98% from 255 or 4.46% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB16 is #0324E9. Grayscale: #CFCFCF. Windows color (decimal): -206058 or 1498108. OLE color: 1498108.
HSL color Cylindrical-coordinate representation of color #FCDB16: hue angle of 51.39º 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 #FCDB16 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 22 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.01 |
| HSL | 51.39º | 0.97% | 0.54% | - |
| HSV(B) | 51.39º | 0.91% | 0.99% | - |
| XYZ | 65.62 | 71.42 | 11.09 | - |
| YUV | 206.41 | 23.93 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 22 | 0 | 0.13 | 0.91 | 0.01 | 51.39 | 0.97 | 0.54 |
| Hex | FC | DB | 16 | 0 | D | 5B | 1 | 33 | 61 | 36 |
| Octal | 374 | 333 | 26 | 0 | 15 | 133 | 1 | 63 | 141 | 66 |
| Binary | 11111100 | 11011011 | 10110 | 0 | 1101 | 1011011 | 1 | 110011 | 1100001 | 110110 |
Color Harmonies of #FCDB16
Complementary color
Monochromatic Colors of #FCDB16
Black with #FCDB16
Text Example
Text Example
White with #FCDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB16; }
p { color: rgb(252,219,22); }
H1.HeaderClassName
{
color: #FCDB16;
}
.AnyTagClassName
{
color: #FCDB16;
}
</style>
background-color css
<style>
a { background-color: #FCDB16; }
a { background-color: rgb(252,219,22); }
div.DivClassName
{
background-color: #FCDB16;
}
.BgClassName
{
background-color: #FCDB16;
}
</style>
border-color css
<style>
span { border-color: #FCDB16; }
span { border-color: rgb(252,219,22); }
td.TdClassName
{
border-color: #FCDB16;
}
.TagClassName
{
border-color: #FCDB16;
}
</style>