Shades of Lemon #FCD814
Tints of Lemon #FCD814
RGB
CMYK
RGB Variations
Color information
#FCD814 (or 0xFCD814) is known color: Lemon. HEX triplet: FC, D8 and 14. RGB value is (252,216,20). Sum of RGB (Red+Green+Blue) = 252+216+20=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD814 is #0327EB. Grayscale: #CDCDCD. Windows color (decimal): -206828 or 1366268. OLE color: 1366268.
HSL color Cylindrical-coordinate representation of color #FCD814: hue angle of 50.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCD814 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 20 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.01 |
| HSL | 50.69º | 0.97% | 0.53% | - |
| HSV(B) | 50.69º | 0.92% | 0.99% | - |
| XYZ | 64.83 | 69.86 | 10.73 | - |
| YUV | 204.42 | 23.93 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 20 | 0 | 0.14 | 0.92 | 0.01 | 50.69 | 0.97 | 0.53 |
| Hex | FC | D8 | 14 | 0 | E | 5C | 1 | 33 | 61 | 35 |
| Octal | 374 | 330 | 24 | 0 | 16 | 134 | 1 | 63 | 141 | 65 |
| Binary | 11111100 | 11011000 | 10100 | 0 | 1110 | 1011100 | 1 | 110011 | 1100001 | 110101 |
Color Harmonies of #FCD814
Complementary color
Monochromatic Colors of #FCD814
Black with #FCD814
Text Example
Text Example
White with #FCD814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD814; }
p { color: rgb(252,216,20); }
H1.HeaderClassName
{
color: #FCD814;
}
.AnyTagClassName
{
color: #FCD814;
}
</style>
background-color css
<style>
a { background-color: #FCD814; }
a { background-color: rgb(252,216,20); }
div.DivClassName
{
background-color: #FCD814;
}
.BgClassName
{
background-color: #FCD814;
}
</style>
border-color css
<style>
span { border-color: #FCD814; }
span { border-color: rgb(252,216,20); }
td.TdClassName
{
border-color: #FCD814;
}
.TagClassName
{
border-color: #FCD814;
}
</style>