Shades of Golden Tainoi #FFC659
Tints of Golden Tainoi #FFC659
RGB
CMYK
RGB Variations
Color information
#FFC659 (or 0xFFC659) is known color: Golden Tainoi. HEX triplet: FF, C6 and 59. RGB value is (255,198,89). Sum of RGB (Red+Green+Blue) = 255+198+89=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 89 (35.16% from 255 or 16.42% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC659 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC659 is #0039A6. Grayscale: #CBCBCB. Windows color (decimal): -14759 or 5883647. OLE color: 5883647.
HSL color Cylindrical-coordinate representation of color #FFC659: hue angle of 39.4º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFC659 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 89 | - |
| CMYK | 0 | 0.22 | 0.65 | 0 |
| HSL | 39.4º | 1% | 0.67% | - |
| HSV(B) | 39.4º | 0.65% | 1% | - |
| XYZ | 63.24 | 62.37 | 18.16 | - |
| YUV | 202.62 | 63.88 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 89 | 0 | 0.22 | 0.65 | 0 | 39.4 | 1 | 0.67 |
| Hex | FF | C6 | 59 | 0 | 16 | 41 | 0 | 27 | 64 | 43 |
| Octal | 377 | 306 | 131 | 0 | 26 | 101 | 0 | 47 | 144 | 103 |
| Binary | 11111111 | 11000110 | 1011001 | 0 | 10110 | 1000001 | 0 | 100111 | 1100100 | 1000011 |
Color Harmonies of #FFC659
Complementary color
Monochromatic Colors of #FFC659
Black with #FFC659
Text Example
Text Example
White with #FFC659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC659; }
p { color: rgb(255,198,89); }
H1.HeaderClassName
{
color: #FFC659;
}
.AnyTagClassName
{
color: #FFC659;
}
</style>
background-color css
<style>
a { background-color: #FFC659; }
a { background-color: rgb(255,198,89); }
div.DivClassName
{
background-color: #FFC659;
}
.BgClassName
{
background-color: #FFC659;
}
</style>
border-color css
<style>
span { border-color: #FFC659; }
span { border-color: rgb(255,198,89); }
td.TdClassName
{
border-color: #FFC659;
}
.TagClassName
{
border-color: #FFC659;
}
</style>