Shades of Golden Tainoi #FFC959
Tints of Golden Tainoi #FFC959
RGB
CMYK
RGB Variations
Color information
#FFC959 (or 0xFFC959) is known color: Golden Tainoi. HEX triplet: FF, C9 and 59. RGB value is (255,201,89). Sum of RGB (Red+Green+Blue) = 255+201+89=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 89 (35.16% from 255 or 16.33% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC959 is #0036A6. Grayscale: #CCCCCC. Windows color (decimal): -13991 or 5884415. OLE color: 5884415.
HSL color Cylindrical-coordinate representation of color #FFC959: hue angle of 40.48º 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 #FFC959 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 89 | - |
| CMYK | 0 | 0.21 | 0.65 | 0 |
| HSL | 40.48º | 1% | 0.67% | - |
| HSV(B) | 40.48º | 0.65% | 1% | - |
| XYZ | 63.93 | 63.75 | 18.39 | - |
| YUV | 204.38 | 62.89 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 89 | 0 | 0.21 | 0.65 | 0 | 40.48 | 1 | 0.67 |
| Hex | FF | C9 | 59 | 0 | 15 | 41 | 0 | 28 | 64 | 43 |
| Octal | 377 | 311 | 131 | 0 | 25 | 101 | 0 | 50 | 144 | 103 |
| Binary | 11111111 | 11001001 | 1011001 | 0 | 10101 | 1000001 | 0 | 101000 | 1100100 | 1000011 |
Color Harmonies of #FFC959
Complementary color
Monochromatic Colors of #FFC959
Black with #FFC959
Text Example
Text Example
White with #FFC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC959; }
p { color: rgb(255,201,89); }
H1.HeaderClassName
{
color: #FFC959;
}
.AnyTagClassName
{
color: #FFC959;
}
</style>
background-color css
<style>
a { background-color: #FFC959; }
a { background-color: rgb(255,201,89); }
div.DivClassName
{
background-color: #FFC959;
}
.BgClassName
{
background-color: #FFC959;
}
</style>
border-color css
<style>
span { border-color: #FFC959; }
span { border-color: rgb(255,201,89); }
td.TdClassName
{
border-color: #FFC959;
}
.TagClassName
{
border-color: #FFC959;
}
</style>