Shades of Golden Tainoi #FFC259
Tints of Golden Tainoi #FFC259
RGB
CMYK
RGB Variations
Color information
#FFC259 (or 0xFFC259) is known color: Golden Tainoi. HEX triplet: FF, C2 and 59. RGB value is (255,194,89). Sum of RGB (Red+Green+Blue) = 255+194+89=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 89 (35.16% from 255 or 16.54% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC259 is #003DA6. Grayscale: #C8C8C8. Windows color (decimal): -15783 or 5882623. OLE color: 5882623.
HSL color Cylindrical-coordinate representation of color #FFC259: hue angle of 37.95º 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 #FFC259 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 89 | - |
| CMYK | 0 | 0.24 | 0.65 | 0 |
| HSL | 37.95º | 1% | 0.67% | - |
| HSV(B) | 37.95º | 0.65% | 1% | - |
| XYZ | 62.33 | 60.56 | 17.86 | - |
| YUV | 200.27 | 65.21 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 89 | 0 | 0.24 | 0.65 | 0 | 37.95 | 1 | 0.67 |
| Hex | FF | C2 | 59 | 0 | 18 | 41 | 0 | 26 | 64 | 43 |
| Octal | 377 | 302 | 131 | 0 | 30 | 101 | 0 | 46 | 144 | 103 |
| Binary | 11111111 | 11000010 | 1011001 | 0 | 11000 | 1000001 | 0 | 100110 | 1100100 | 1000011 |
Color Harmonies of #FFC259
Complementary color
Monochromatic Colors of #FFC259
Black with #FFC259
Text Example
Text Example
White with #FFC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC259; }
p { color: rgb(255,194,89); }
H1.HeaderClassName
{
color: #FFC259;
}
.AnyTagClassName
{
color: #FFC259;
}
</style>
background-color css
<style>
a { background-color: #FFC259; }
a { background-color: rgb(255,194,89); }
div.DivClassName
{
background-color: #FFC259;
}
.BgClassName
{
background-color: #FFC259;
}
</style>
border-color css
<style>
span { border-color: #FFC259; }
span { border-color: rgb(255,194,89); }
td.TdClassName
{
border-color: #FFC259;
}
.TagClassName
{
border-color: #FFC259;
}
</style>