Shades of Golden Tainoi #FFC859
Tints of Golden Tainoi #FFC859
RGB
CMYK
RGB Variations
Color information
#FFC859 (or 0xFFC859) is known color: Golden Tainoi. HEX triplet: FF, C8 and 59. RGB value is (255,200,89). Sum of RGB (Red+Green+Blue) = 255+200+89=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 89 (35.16% from 255 or 16.36% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC859 is #0037A6. Grayscale: #CCCCCC. Windows color (decimal): -14247 or 5884159. OLE color: 5884159.
HSL color Cylindrical-coordinate representation of color #FFC859: hue angle of 40.12º 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 #FFC859 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 89 | - |
| CMYK | 0 | 0.22 | 0.65 | 0 |
| HSL | 40.12º | 1% | 0.67% | - |
| HSV(B) | 40.12º | 0.65% | 1% | - |
| XYZ | 63.7 | 63.29 | 18.31 | - |
| YUV | 203.79 | 63.22 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 89 | 0 | 0.22 | 0.65 | 0 | 40.12 | 1 | 0.67 |
| Hex | FF | C8 | 59 | 0 | 16 | 41 | 0 | 28 | 64 | 43 |
| Octal | 377 | 310 | 131 | 0 | 26 | 101 | 0 | 50 | 144 | 103 |
| Binary | 11111111 | 11001000 | 1011001 | 0 | 10110 | 1000001 | 0 | 101000 | 1100100 | 1000011 |
Color Harmonies of #FFC859
Complementary color
Monochromatic Colors of #FFC859
Black with #FFC859
Text Example
Text Example
White with #FFC859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC859; }
p { color: rgb(255,200,89); }
H1.HeaderClassName
{
color: #FFC859;
}
.AnyTagClassName
{
color: #FFC859;
}
</style>
background-color css
<style>
a { background-color: #FFC859; }
a { background-color: rgb(255,200,89); }
div.DivClassName
{
background-color: #FFC859;
}
.BgClassName
{
background-color: #FFC859;
}
</style>
border-color css
<style>
span { border-color: #FFC859; }
span { border-color: rgb(255,200,89); }
td.TdClassName
{
border-color: #FFC859;
}
.TagClassName
{
border-color: #FFC859;
}
</style>