Shades of Gold #FCD30B
Tints of Gold #FCD30B
RGB
CMYK
RGB Variations
Color information
#FCD30B (or 0xFCD30B) is known color: Gold. HEX triplet: FC, D3 and 0B. RGB value is (252,211,11). Sum of RGB (Red+Green+Blue) = 252+211+11=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 11 (4.69% from 255 or 2.32% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD30B is #032CF4. Grayscale: #C9C9C9. Windows color (decimal): -208117 or 775164. OLE color: 775164.
HSL color Cylindrical-coordinate representation of color #FCD30B: hue angle of 49.79º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCD30B is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 11 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.01 |
| HSL | 49.79º | 0.98% | 0.52% | - |
| HSV(B) | 49.79º | 0.96% | 0.99% | - |
| XYZ | 63.5 | 67.31 | 9.96 | - |
| YUV | 200.46 | 21.08 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 11 | 0 | 0.16 | 0.96 | 0.01 | 49.79 | 0.98 | 0.52 |
| Hex | FC | D3 | B | 0 | 10 | 60 | 1 | 32 | 62 | 34 |
| Octal | 374 | 323 | 13 | 0 | 20 | 140 | 1 | 62 | 142 | 64 |
| Binary | 11111100 | 11010011 | 1011 | 0 | 10000 | 1100000 | 1 | 110010 | 1100010 | 110100 |
Color Harmonies of #FCD30B
Complementary color
Monochromatic Colors of #FCD30B
Black with #FCD30B
Text Example
Text Example
White with #FCD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD30B; }
p { color: rgb(252,211,11); }
H1.HeaderClassName
{
color: #FCD30B;
}
.AnyTagClassName
{
color: #FCD30B;
}
</style>
background-color css
<style>
a { background-color: #FCD30B; }
a { background-color: rgb(252,211,11); }
div.DivClassName
{
background-color: #FCD30B;
}
.BgClassName
{
background-color: #FCD30B;
}
</style>
border-color css
<style>
span { border-color: #FCD30B; }
span { border-color: rgb(252,211,11); }
td.TdClassName
{
border-color: #FCD30B;
}
.TagClassName
{
border-color: #FCD30B;
}
</style>