Shades of Lemon #FCD815
Tints of Lemon #FCD815
RGB
CMYK
RGB Variations
Color information
#FCD815 (or 0xFCD815) is known color: Lemon. HEX triplet: FC, D8 and 15. RGB value is (252,216,21). Sum of RGB (Red+Green+Blue) = 252+216+21=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 21 (8.59% from 255 or 4.29% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD815 is #0327EA. Grayscale: #CDCDCD. Windows color (decimal): -206827 or 1431804. OLE color: 1431804.
HSL color Cylindrical-coordinate representation of color #FCD815: hue angle of 50.65º 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 #FCD815 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 21 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.01 |
| HSL | 50.65º | 0.97% | 0.54% | - |
| HSV(B) | 50.65º | 0.92% | 0.99% | - |
| XYZ | 64.84 | 69.86 | 10.78 | - |
| YUV | 204.53 | 24.43 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 21 | 0 | 0.14 | 0.92 | 0.01 | 50.65 | 0.97 | 0.54 |
| Hex | FC | D8 | 15 | 0 | E | 5C | 1 | 33 | 61 | 36 |
| Octal | 374 | 330 | 25 | 0 | 16 | 134 | 1 | 63 | 141 | 66 |
| Binary | 11111100 | 11011000 | 10101 | 0 | 1110 | 1011100 | 1 | 110011 | 1100001 | 110110 |
Color Harmonies of #FCD815
Complementary color
Monochromatic Colors of #FCD815
Black with #FCD815
Text Example
Text Example
White with #FCD815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD815; }
p { color: rgb(252,216,21); }
H1.HeaderClassName
{
color: #FCD815;
}
.AnyTagClassName
{
color: #FCD815;
}
</style>
background-color css
<style>
a { background-color: #FCD815; }
a { background-color: rgb(252,216,21); }
div.DivClassName
{
background-color: #FCD815;
}
.BgClassName
{
background-color: #FCD815;
}
</style>
border-color css
<style>
span { border-color: #FCD815; }
span { border-color: rgb(252,216,21); }
td.TdClassName
{
border-color: #FCD815;
}
.TagClassName
{
border-color: #FCD815;
}
</style>