Shades of Golden Tainoi #FCC547
Tints of Golden Tainoi #FCC547
RGB
CMYK
RGB Variations
Color information
#FCC547 (or 0xFCC547) is known color: Golden Tainoi. HEX triplet: FC, C5 and 47. RGB value is (252,197,71). Sum of RGB (Red+Green+Blue) = 252+197+71=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 71 (28.12% from 255 or 13.65% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC547 is #033AB8. Grayscale: #C7C7C7. Windows color (decimal): -211641 or 4703740. OLE color: 4703740.
HSL color Cylindrical-coordinate representation of color #FCC547: hue angle of 41.77º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FCC547 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 71 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.01 |
| HSL | 41.77º | 0.97% | 0.63% | - |
| HSV(B) | 41.77º | 0.72% | 0.99% | - |
| XYZ | 61.25 | 61.08 | 14.52 | - |
| YUV | 199.08 | 55.72 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 71 | 0 | 0.22 | 0.72 | 0.01 | 41.77 | 0.97 | 0.63 |
| Hex | FC | C5 | 47 | 0 | 16 | 48 | 1 | 2A | 61 | 3F |
| Octal | 374 | 305 | 107 | 0 | 26 | 110 | 1 | 52 | 141 | 77 |
| Binary | 11111100 | 11000101 | 1000111 | 0 | 10110 | 1001000 | 1 | 101010 | 1100001 | 111111 |
Color Harmonies of #FCC547
Complementary color
Monochromatic Colors of #FCC547
Black with #FCC547
Text Example
Text Example
White with #FCC547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC547; }
p { color: rgb(252,197,71); }
H1.HeaderClassName
{
color: #FCC547;
}
.AnyTagClassName
{
color: #FCC547;
}
</style>
background-color css
<style>
a { background-color: #FCC547; }
a { background-color: rgb(252,197,71); }
div.DivClassName
{
background-color: #FCC547;
}
.BgClassName
{
background-color: #FCC547;
}
</style>
border-color css
<style>
span { border-color: #FCC547; }
span { border-color: rgb(252,197,71); }
td.TdClassName
{
border-color: #FCC547;
}
.TagClassName
{
border-color: #FCC547;
}
</style>