Shades of Gold #FCD40B
Tints of Gold #FCD40B
RGB
CMYK
RGB Variations
Color information
#FCD40B (or 0xFCD40B) is known color: Gold. HEX triplet: FC, D4 and 0B. RGB value is (252,212,11). Sum of RGB (Red+Green+Blue) = 252+212+11=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 11 (4.69% from 255 or 2.32% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD40B is #032BF4. Grayscale: #C9C9C9. Windows color (decimal): -207861 or 775420. OLE color: 775420.
HSL color Cylindrical-coordinate representation of color #FCD40B: hue angle of 50.04º 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 #FCD40B is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 11 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.01 |
| HSL | 50.04º | 0.98% | 0.52% | - |
| HSV(B) | 50.04º | 0.96% | 0.99% | - |
| XYZ | 63.75 | 67.81 | 10.04 | - |
| YUV | 201.05 | 20.75 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 11 | 0 | 0.16 | 0.96 | 0.01 | 50.04 | 0.98 | 0.52 |
| Hex | FC | D4 | B | 0 | 10 | 60 | 1 | 32 | 62 | 34 |
| Octal | 374 | 324 | 13 | 0 | 20 | 140 | 1 | 62 | 142 | 64 |
| Binary | 11111100 | 11010100 | 1011 | 0 | 10000 | 1100000 | 1 | 110010 | 1100010 | 110100 |
Color Harmonies of #FCD40B
Complementary color
Monochromatic Colors of #FCD40B
Black with #FCD40B
Text Example
Text Example
White with #FCD40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD40B; }
p { color: rgb(252,212,11); }
H1.HeaderClassName
{
color: #FCD40B;
}
.AnyTagClassName
{
color: #FCD40B;
}
</style>
background-color css
<style>
a { background-color: #FCD40B; }
a { background-color: rgb(252,212,11); }
div.DivClassName
{
background-color: #FCD40B;
}
.BgClassName
{
background-color: #FCD40B;
}
</style>
border-color css
<style>
span { border-color: #FCD40B; }
span { border-color: rgb(252,212,11); }
td.TdClassName
{
border-color: #FCD40B;
}
.TagClassName
{
border-color: #FCD40B;
}
</style>