Shades of Golden Tainoi #FFC960
Tints of Golden Tainoi #FFC960
RGB
CMYK
RGB Variations
Color information
#FFC960 (or 0xFFC960) is known color: Golden Tainoi. HEX triplet: FF, C9 and 60. RGB value is (255,201,96). Sum of RGB (Red+Green+Blue) = 255+201+96=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC960 is #00369F. Grayscale: #CDCDCD. Windows color (decimal): -13984 or 6343167. OLE color: 6343167.
HSL color Cylindrical-coordinate representation of color #FFC960: hue angle of 39.62º 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 #FFC960 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 96 | - |
| CMYK | 0 | 0.21 | 0.62 | 0 |
| HSL | 39.62º | 1% | 0.69% | - |
| HSV(B) | 39.62º | 0.62% | 1% | - |
| XYZ | 64.24 | 63.88 | 20.01 | - |
| YUV | 205.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 96 | 0 | 0.21 | 0.62 | 0 | 39.62 | 1 | 0.69 |
| Hex | FF | C9 | 60 | 0 | 15 | 3E | 0 | 28 | 64 | 45 |
| Octal | 377 | 311 | 140 | 0 | 25 | 76 | 0 | 50 | 144 | 105 |
| Binary | 11111111 | 11001001 | 1100000 | 0 | 10101 | 111110 | 0 | 101000 | 1100100 | 1000101 |
Color Harmonies of #FFC960
Complementary color
Monochromatic Colors of #FFC960
Black with #FFC960
Text Example
Text Example
White with #FFC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC960; }
p { color: rgb(255,201,96); }
H1.HeaderClassName
{
color: #FFC960;
}
.AnyTagClassName
{
color: #FFC960;
}
</style>
background-color css
<style>
a { background-color: #FFC960; }
a { background-color: rgb(255,201,96); }
div.DivClassName
{
background-color: #FFC960;
}
.BgClassName
{
background-color: #FFC960;
}
</style>
border-color css
<style>
span { border-color: #FFC960; }
span { border-color: rgb(255,201,96); }
td.TdClassName
{
border-color: #FFC960;
}
.TagClassName
{
border-color: #FFC960;
}
</style>