Shades of Gold #FCD50D
Tints of Gold #FCD50D
RGB
CMYK
RGB Variations
Color information
#FCD50D (or 0xFCD50D) is known color: Gold. HEX triplet: FC, D5 and 0D. RGB value is (252,213,13). Sum of RGB (Red+Green+Blue) = 252+213+13=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 13 (5.47% from 255 or 2.72% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD50D is #032AF2. Grayscale: #CACACA. Windows color (decimal): -207603 or 906748. OLE color: 906748.
HSL color Cylindrical-coordinate representation of color #FCD50D: hue angle of 50.21º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCD50D is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 13 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.01 |
| HSL | 50.21º | 0.98% | 0.52% | - |
| HSV(B) | 50.21º | 0.95% | 0.99% | - |
| XYZ | 64.01 | 68.31 | 10.19 | - |
| YUV | 201.86 | 21.42 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 13 | 0 | 0.15 | 0.95 | 0.01 | 50.21 | 0.98 | 0.52 |
| Hex | FC | D5 | D | 0 | F | 5F | 1 | 32 | 62 | 34 |
| Octal | 374 | 325 | 15 | 0 | 17 | 137 | 1 | 62 | 142 | 64 |
| Binary | 11111100 | 11010101 | 1101 | 0 | 1111 | 1011111 | 1 | 110010 | 1100010 | 110100 |
Color Harmonies of #FCD50D
Complementary color
Monochromatic Colors of #FCD50D
Black with #FCD50D
Text Example
Text Example
White with #FCD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD50D; }
p { color: rgb(252,213,13); }
H1.HeaderClassName
{
color: #FCD50D;
}
.AnyTagClassName
{
color: #FCD50D;
}
</style>
background-color css
<style>
a { background-color: #FCD50D; }
a { background-color: rgb(252,213,13); }
div.DivClassName
{
background-color: #FCD50D;
}
.BgClassName
{
background-color: #FCD50D;
}
</style>
border-color css
<style>
span { border-color: #FCD50D; }
span { border-color: rgb(252,213,13); }
td.TdClassName
{
border-color: #FCD50D;
}
.TagClassName
{
border-color: #FCD50D;
}
</style>