Shades of Golden Tainoi #FFC459
Tints of Golden Tainoi #FFC459
RGB
CMYK
RGB Variations
Color information
#FFC459 (or 0xFFC459) is known color: Golden Tainoi. HEX triplet: FF, C4 and 59. RGB value is (255,196,89). Sum of RGB (Red+Green+Blue) = 255+196+89=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 89 (35.16% from 255 or 16.48% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC459 is #003BA6. Grayscale: #C9C9C9. Windows color (decimal): -15271 or 5883135. OLE color: 5883135.
HSL color Cylindrical-coordinate representation of color #FFC459: hue angle of 38.67º 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 #FFC459 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 89 | - |
| CMYK | 0 | 0.23 | 0.65 | 0 |
| HSL | 38.67º | 1% | 0.67% | - |
| HSV(B) | 38.67º | 0.65% | 1% | - |
| XYZ | 62.78 | 61.46 | 18.01 | - |
| YUV | 201.44 | 64.55 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 89 | 0 | 0.23 | 0.65 | 0 | 38.67 | 1 | 0.67 |
| Hex | FF | C4 | 59 | 0 | 17 | 41 | 0 | 27 | 64 | 43 |
| Octal | 377 | 304 | 131 | 0 | 27 | 101 | 0 | 47 | 144 | 103 |
| Binary | 11111111 | 11000100 | 1011001 | 0 | 10111 | 1000001 | 0 | 100111 | 1100100 | 1000011 |
Color Harmonies of #FFC459
Complementary color
Monochromatic Colors of #FFC459
Black with #FFC459
Text Example
Text Example
White with #FFC459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC459; }
p { color: rgb(255,196,89); }
H1.HeaderClassName
{
color: #FFC459;
}
.AnyTagClassName
{
color: #FFC459;
}
</style>
background-color css
<style>
a { background-color: #FFC459; }
a { background-color: rgb(255,196,89); }
div.DivClassName
{
background-color: #FFC459;
}
.BgClassName
{
background-color: #FFC459;
}
</style>
border-color css
<style>
span { border-color: #FFC459; }
span { border-color: rgb(255,196,89); }
td.TdClassName
{
border-color: #FFC459;
}
.TagClassName
{
border-color: #FFC459;
}
</style>