Shades of Lemon #FCD914
Tints of Lemon #FCD914
RGB
CMYK
RGB Variations
Color information
#FCD914 (or 0xFCD914) is known color: Lemon. HEX triplet: FC, D9 and 14. RGB value is (252,217,20). Sum of RGB (Red+Green+Blue) = 252+217+20=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD914 is #0326EB. Grayscale: #CDCDCD. Windows color (decimal): -206572 or 1366524. OLE color: 1366524.
HSL color Cylindrical-coordinate representation of color #FCD914: hue angle of 50.95º 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 #FCD914 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 20 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.01 |
| HSL | 50.95º | 0.97% | 0.53% | - |
| HSV(B) | 50.95º | 0.92% | 0.99% | - |
| XYZ | 65.08 | 70.37 | 10.81 | - |
| YUV | 205.01 | 23.6 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 20 | 0 | 0.14 | 0.92 | 0.01 | 50.95 | 0.97 | 0.53 |
| Hex | FC | D9 | 14 | 0 | E | 5C | 1 | 33 | 61 | 35 |
| Octal | 374 | 331 | 24 | 0 | 16 | 134 | 1 | 63 | 141 | 65 |
| Binary | 11111100 | 11011001 | 10100 | 0 | 1110 | 1011100 | 1 | 110011 | 1100001 | 110101 |
Color Harmonies of #FCD914
Complementary color
Monochromatic Colors of #FCD914
Black with #FCD914
Text Example
Text Example
White with #FCD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD914; }
p { color: rgb(252,217,20); }
H1.HeaderClassName
{
color: #FCD914;
}
.AnyTagClassName
{
color: #FCD914;
}
</style>
background-color css
<style>
a { background-color: #FCD914; }
a { background-color: rgb(252,217,20); }
div.DivClassName
{
background-color: #FCD914;
}
.BgClassName
{
background-color: #FCD914;
}
</style>
border-color css
<style>
span { border-color: #FCD914; }
span { border-color: rgb(252,217,20); }
td.TdClassName
{
border-color: #FCD914;
}
.TagClassName
{
border-color: #FCD914;
}
</style>