Shades of Golden Tainoi #FFC560
Tints of Golden Tainoi #FFC560
RGB
CMYK
RGB Variations
Color information
#FFC560 (or 0xFFC560) is known color: Golden Tainoi. HEX triplet: FF, C5 and 60. RGB value is (255,197,96). Sum of RGB (Red+Green+Blue) = 255+197+96=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC560 is #003A9F. Grayscale: #CBCBCB. Windows color (decimal): -15008 or 6342143. OLE color: 6342143.
HSL color Cylindrical-coordinate representation of color #FFC560: hue angle of 38.11º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFC560 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 96 | - |
| CMYK | 0 | 0.23 | 0.62 | 0 |
| HSL | 38.11º | 1% | 0.69% | - |
| HSV(B) | 38.11º | 0.62% | 1% | - |
| XYZ | 63.32 | 62.04 | 19.7 | - |
| YUV | 202.83 | 67.72 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 96 | 0 | 0.23 | 0.62 | 0 | 38.11 | 1 | 0.69 |
| Hex | FF | C5 | 60 | 0 | 17 | 3E | 0 | 26 | 64 | 45 |
| Octal | 377 | 305 | 140 | 0 | 27 | 76 | 0 | 46 | 144 | 105 |
| Binary | 11111111 | 11000101 | 1100000 | 0 | 10111 | 111110 | 0 | 100110 | 1100100 | 1000101 |
Color Harmonies of #FFC560
Complementary color
Monochromatic Colors of #FFC560
Black with #FFC560
Text Example
Text Example
White with #FFC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC560; }
p { color: rgb(255,197,96); }
H1.HeaderClassName
{
color: #FFC560;
}
.AnyTagClassName
{
color: #FFC560;
}
</style>
background-color css
<style>
a { background-color: #FFC560; }
a { background-color: rgb(255,197,96); }
div.DivClassName
{
background-color: #FFC560;
}
.BgClassName
{
background-color: #FFC560;
}
</style>
border-color css
<style>
span { border-color: #FFC560; }
span { border-color: rgb(255,197,96); }
td.TdClassName
{
border-color: #FFC560;
}
.TagClassName
{
border-color: #FFC560;
}
</style>