Shades of Gold #FCD409
Tints of Gold #FCD409
RGB
CMYK
RGB Variations
Color information
#FCD409 (or 0xFCD409) is known color: Gold. HEX triplet: FC, D4 and 09. RGB value is (252,212,9). Sum of RGB (Red+Green+Blue) = 252+212+9=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 9 (3.91% from 255 or 1.90% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD409 is #032BF6. Grayscale: #C9C9C9. Windows color (decimal): -207863 or 644348. OLE color: 644348.
HSL color Cylindrical-coordinate representation of color #FCD409: hue angle of 50.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCD409 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.01 |
| HSL | 50.12º | 0.98% | 0.51% | - |
| HSV(B) | 50.12º | 0.96% | 0.99% | - |
| XYZ | 63.74 | 67.8 | 9.99 | - |
| YUV | 200.82 | 19.75 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 9 | 0 | 0.16 | 0.96 | 0.01 | 50.12 | 0.98 | 0.51 |
| Hex | FC | D4 | 9 | 0 | 10 | 60 | 1 | 32 | 62 | 33 |
| Octal | 374 | 324 | 11 | 0 | 20 | 140 | 1 | 62 | 142 | 63 |
| Binary | 11111100 | 11010100 | 1001 | 0 | 10000 | 1100000 | 1 | 110010 | 1100010 | 110011 |
Color Harmonies of #FCD409
Complementary color
Monochromatic Colors of #FCD409
Black with #FCD409
Text Example
Text Example
White with #FCD409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD409; }
p { color: rgb(252,212,9); }
H1.HeaderClassName
{
color: #FCD409;
}
.AnyTagClassName
{
color: #FCD409;
}
</style>
background-color css
<style>
a { background-color: #FCD409; }
a { background-color: rgb(252,212,9); }
div.DivClassName
{
background-color: #FCD409;
}
.BgClassName
{
background-color: #FCD409;
}
</style>
border-color css
<style>
span { border-color: #FCD409; }
span { border-color: rgb(252,212,9); }
td.TdClassName
{
border-color: #FCD409;
}
.TagClassName
{
border-color: #FCD409;
}
</style>