Shades of Golden Tainoi #FCC560
Tints of Golden Tainoi #FCC560
RGB
CMYK
RGB Variations
Color information
#FCC560 (or 0xFCC560) is known color: Golden Tainoi. HEX triplet: FC, C5 and 60. RGB value is (252,197,96). Sum of RGB (Red+Green+Blue) = 252+197+96=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC560 is #033A9F. Grayscale: #CACACA. Windows color (decimal): -211616 or 6342140. OLE color: 6342140.
HSL color Cylindrical-coordinate representation of color #FCC560: hue angle of 38.85º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCC560 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 96 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.01 |
| HSL | 38.85º | 0.96% | 0.68% | - |
| HSV(B) | 38.85º | 0.62% | 0.99% | - |
| XYZ | 62.22 | 61.47 | 19.65 | - |
| YUV | 201.93 | 68.22 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 96 | 0 | 0.22 | 0.62 | 0.01 | 38.85 | 0.96 | 0.68 |
| Hex | FC | C5 | 60 | 0 | 16 | 3E | 1 | 27 | 60 | 44 |
| Octal | 374 | 305 | 140 | 0 | 26 | 76 | 1 | 47 | 140 | 104 |
| Binary | 11111100 | 11000101 | 1100000 | 0 | 10110 | 111110 | 1 | 100111 | 1100000 | 1000100 |
Color Harmonies of #FCC560
Complementary color
Monochromatic Colors of #FCC560
Black with #FCC560
Text Example
Text Example
White with #FCC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC560; }
p { color: rgb(252,197,96); }
H1.HeaderClassName
{
color: #FCC560;
}
.AnyTagClassName
{
color: #FCC560;
}
</style>
background-color css
<style>
a { background-color: #FCC560; }
a { background-color: rgb(252,197,96); }
div.DivClassName
{
background-color: #FCC560;
}
.BgClassName
{
background-color: #FCC560;
}
</style>
border-color css
<style>
span { border-color: #FCC560; }
span { border-color: rgb(252,197,96); }
td.TdClassName
{
border-color: #FCC560;
}
.TagClassName
{
border-color: #FCC560;
}
</style>