Shades of Lemon #FCDC15
Tints of Lemon #FCDC15
RGB
CMYK
RGB Variations
Color information
#FCDC15 (or 0xFCDC15) is known color: Lemon. HEX triplet: FC, DC and 15. RGB value is (252,220,21). Sum of RGB (Red+Green+Blue) = 252+220+21=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 21 (8.59% from 255 or 4.26% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC15 is #0323EA. Grayscale: #CFCFCF. Windows color (decimal): -205803 or 1432828. OLE color: 1432828.
HSL color Cylindrical-coordinate representation of color #FCDC15: hue angle of 51.69º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCDC15 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 21 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.01 |
| HSL | 51.69º | 0.97% | 0.54% | - |
| HSV(B) | 51.69º | 0.92% | 0.99% | - |
| XYZ | 65.87 | 71.94 | 11.12 | - |
| YUV | 206.88 | 23.1 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 21 | 0 | 0.13 | 0.92 | 0.01 | 51.69 | 0.97 | 0.54 |
| Hex | FC | DC | 15 | 0 | D | 5C | 1 | 34 | 61 | 36 |
| Octal | 374 | 334 | 25 | 0 | 15 | 134 | 1 | 64 | 141 | 66 |
| Binary | 11111100 | 11011100 | 10101 | 0 | 1101 | 1011100 | 1 | 110100 | 1100001 | 110110 |
Color Harmonies of #FCDC15
Complementary color
Monochromatic Colors of #FCDC15
Black with #FCDC15
Text Example
Text Example
White with #FCDC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC15; }
p { color: rgb(252,220,21); }
H1.HeaderClassName
{
color: #FCDC15;
}
.AnyTagClassName
{
color: #FCDC15;
}
</style>
background-color css
<style>
a { background-color: #FCDC15; }
a { background-color: rgb(252,220,21); }
div.DivClassName
{
background-color: #FCDC15;
}
.BgClassName
{
background-color: #FCDC15;
}
</style>
border-color css
<style>
span { border-color: #FCDC15; }
span { border-color: rgb(252,220,21); }
td.TdClassName
{
border-color: #FCDC15;
}
.TagClassName
{
border-color: #FCDC15;
}
</style>