Shades of Golden Tainoi #FFC860
Tints of Golden Tainoi #FFC860
RGB
CMYK
RGB Variations
Color information
#FFC860 (or 0xFFC860) is known color: Golden Tainoi. HEX triplet: FF, C8 and 60. RGB value is (255,200,96). Sum of RGB (Red+Green+Blue) = 255+200+96=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC860 is #00379F. Grayscale: #CDCDCD. Windows color (decimal): -14240 or 6342911. OLE color: 6342911.
HSL color Cylindrical-coordinate representation of color #FFC860: hue angle of 39.25º 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 #FFC860 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 96 | - |
| CMYK | 0 | 0.22 | 0.62 | 0 |
| HSL | 39.25º | 1% | 0.69% | - |
| HSV(B) | 39.25º | 0.62% | 1% | - |
| XYZ | 64.01 | 63.41 | 19.93 | - |
| YUV | 204.59 | 66.72 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 96 | 0 | 0.22 | 0.62 | 0 | 39.25 | 1 | 0.69 |
| Hex | FF | C8 | 60 | 0 | 16 | 3E | 0 | 27 | 64 | 45 |
| Octal | 377 | 310 | 140 | 0 | 26 | 76 | 0 | 47 | 144 | 105 |
| Binary | 11111111 | 11001000 | 1100000 | 0 | 10110 | 111110 | 0 | 100111 | 1100100 | 1000101 |
Color Harmonies of #FFC860
Complementary color
Monochromatic Colors of #FFC860
Black with #FFC860
Text Example
Text Example
White with #FFC860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC860; }
p { color: rgb(255,200,96); }
H1.HeaderClassName
{
color: #FFC860;
}
.AnyTagClassName
{
color: #FFC860;
}
</style>
background-color css
<style>
a { background-color: #FFC860; }
a { background-color: rgb(255,200,96); }
div.DivClassName
{
background-color: #FFC860;
}
.BgClassName
{
background-color: #FFC860;
}
</style>
border-color css
<style>
span { border-color: #FFC860; }
span { border-color: rgb(255,200,96); }
td.TdClassName
{
border-color: #FFC860;
}
.TagClassName
{
border-color: #FFC860;
}
</style>