Shades of Gold #FCD308
Tints of Gold #FCD308
RGB
CMYK
RGB Variations
Color information
#FCD308 (or 0xFCD308) is known color: Gold. HEX triplet: FC, D3 and 08. RGB value is (252,211,8). Sum of RGB (Red+Green+Blue) = 252+211+8=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 8 (3.52% from 255 or 1.70% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD308 is #032CF7. Grayscale: #C8C8C8. Windows color (decimal): -208120 or 578556. OLE color: 578556.
HSL color Cylindrical-coordinate representation of color #FCD308: hue angle of 49.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCD308 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 8 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.01 |
| HSL | 49.92º | 0.98% | 0.51% | - |
| HSV(B) | 49.92º | 0.97% | 0.99% | - |
| XYZ | 63.48 | 67.3 | 9.87 | - |
| YUV | 200.12 | 19.58 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 8 | 0 | 0.16 | 0.97 | 0.01 | 49.92 | 0.98 | 0.51 |
| Hex | FC | D3 | 8 | 0 | 10 | 61 | 1 | 32 | 62 | 33 |
| Octal | 374 | 323 | 10 | 0 | 20 | 141 | 1 | 62 | 142 | 63 |
| Binary | 11111100 | 11010011 | 1000 | 0 | 10000 | 1100001 | 1 | 110010 | 1100010 | 110011 |
Color Harmonies of #FCD308
Complementary color
Monochromatic Colors of #FCD308
Black with #FCD308
Text Example
Text Example
White with #FCD308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD308; }
p { color: rgb(252,211,8); }
H1.HeaderClassName
{
color: #FCD308;
}
.AnyTagClassName
{
color: #FCD308;
}
</style>
background-color css
<style>
a { background-color: #FCD308; }
a { background-color: rgb(252,211,8); }
div.DivClassName
{
background-color: #FCD308;
}
.BgClassName
{
background-color: #FCD308;
}
</style>
border-color css
<style>
span { border-color: #FCD308; }
span { border-color: rgb(252,211,8); }
td.TdClassName
{
border-color: #FCD308;
}
.TagClassName
{
border-color: #FCD308;
}
</style>