Shades of Golden Tainoi #FFC660
Tints of Golden Tainoi #FFC660
RGB
CMYK
RGB Variations
Color information
#FFC660 (or 0xFFC660) is known color: Golden Tainoi. HEX triplet: FF, C6 and 60. RGB value is (255,198,96). Sum of RGB (Red+Green+Blue) = 255+198+96=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC660 is #00399F. Grayscale: #CBCBCB. Windows color (decimal): -14752 or 6342399. OLE color: 6342399.
HSL color Cylindrical-coordinate representation of color #FFC660: hue angle of 38.49º 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 #FFC660 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 96 | - |
| CMYK | 0 | 0.22 | 0.62 | 0 |
| HSL | 38.49º | 1% | 0.69% | - |
| HSV(B) | 38.49º | 0.62% | 1% | - |
| XYZ | 63.55 | 62.49 | 19.78 | - |
| YUV | 203.42 | 67.38 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 96 | 0 | 0.22 | 0.62 | 0 | 38.49 | 1 | 0.69 |
| Hex | FF | C6 | 60 | 0 | 16 | 3E | 0 | 26 | 64 | 45 |
| Octal | 377 | 306 | 140 | 0 | 26 | 76 | 0 | 46 | 144 | 105 |
| Binary | 11111111 | 11000110 | 1100000 | 0 | 10110 | 111110 | 0 | 100110 | 1100100 | 1000101 |
Color Harmonies of #FFC660
Complementary color
Monochromatic Colors of #FFC660
Black with #FFC660
Text Example
Text Example
White with #FFC660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC660; }
p { color: rgb(255,198,96); }
H1.HeaderClassName
{
color: #FFC660;
}
.AnyTagClassName
{
color: #FFC660;
}
</style>
background-color css
<style>
a { background-color: #FFC660; }
a { background-color: rgb(255,198,96); }
div.DivClassName
{
background-color: #FFC660;
}
.BgClassName
{
background-color: #FFC660;
}
</style>
border-color css
<style>
span { border-color: #FFC660; }
span { border-color: rgb(255,198,96); }
td.TdClassName
{
border-color: #FFC660;
}
.TagClassName
{
border-color: #FFC660;
}
</style>