Shades of Gold #FCD609
Tints of Gold #FCD609
RGB
CMYK
RGB Variations
Color information
#FCD609 (or 0xFCD609) is known color: Gold. HEX triplet: FC, D6 and 09. RGB value is (252,214,9). Sum of RGB (Red+Green+Blue) = 252+214+9=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 9 (3.91% from 255 or 1.89% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD609 is #0329F6. Grayscale: #CACACA. Windows color (decimal): -207351 or 644860. OLE color: 644860.
HSL color Cylindrical-coordinate representation of color #FCD609: hue angle of 50.62º 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 #FCD609 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.01 |
| HSL | 50.62º | 0.98% | 0.51% | - |
| HSV(B) | 50.62º | 0.96% | 0.99% | - |
| XYZ | 64.24 | 68.81 | 10.15 | - |
| YUV | 201.99 | 19.09 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 9 | 0 | 0.15 | 0.96 | 0.01 | 50.62 | 0.98 | 0.51 |
| Hex | FC | D6 | 9 | 0 | F | 60 | 1 | 33 | 62 | 33 |
| Octal | 374 | 326 | 11 | 0 | 17 | 140 | 1 | 63 | 142 | 63 |
| Binary | 11111100 | 11010110 | 1001 | 0 | 1111 | 1100000 | 1 | 110011 | 1100010 | 110011 |
Color Harmonies of #FCD609
Complementary color
Monochromatic Colors of #FCD609
Black with #FCD609
Text Example
Text Example
White with #FCD609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD609; }
p { color: rgb(252,214,9); }
H1.HeaderClassName
{
color: #FCD609;
}
.AnyTagClassName
{
color: #FCD609;
}
</style>
background-color css
<style>
a { background-color: #FCD609; }
a { background-color: rgb(252,214,9); }
div.DivClassName
{
background-color: #FCD609;
}
.BgClassName
{
background-color: #FCD609;
}
</style>
border-color css
<style>
span { border-color: #FCD609; }
span { border-color: rgb(252,214,9); }
td.TdClassName
{
border-color: #FCD609;
}
.TagClassName
{
border-color: #FCD609;
}
</style>