Shades of Golden Tainoi #FFC861
Tints of Golden Tainoi #FFC861
RGB
CMYK
RGB Variations
Color information
#FFC861 (or 0xFFC861) is known color: Golden Tainoi. HEX triplet: FF, C8 and 61. RGB value is (255,200,97). Sum of RGB (Red+Green+Blue) = 255+200+97=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 97 (38.28% from 255 or 17.57% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC861 is #00379E. Grayscale: #CDCDCD. Windows color (decimal): -14239 or 6408447. OLE color: 6408447.
HSL color Cylindrical-coordinate representation of color #FFC861: hue angle of 39.11º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFC861 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 97 | - |
| CMYK | 0 | 0.22 | 0.62 | 0 |
| HSL | 39.11º | 1% | 0.69% | - |
| HSV(B) | 39.11º | 0.62% | 1% | - |
| XYZ | 64.05 | 63.43 | 20.18 | - |
| YUV | 204.7 | 67.22 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 97 | 0 | 0.22 | 0.62 | 0 | 39.11 | 1 | 0.69 |
| Hex | FF | C8 | 61 | 0 | 16 | 3E | 0 | 27 | 64 | 45 |
| Octal | 377 | 310 | 141 | 0 | 26 | 76 | 0 | 47 | 144 | 105 |
| Binary | 11111111 | 11001000 | 1100001 | 0 | 10110 | 111110 | 0 | 100111 | 1100100 | 1000101 |
Color Harmonies of #FFC861
Complementary color
Monochromatic Colors of #FFC861
Black with #FFC861
Text Example
Text Example
White with #FFC861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC861; }
p { color: rgb(255,200,97); }
H1.HeaderClassName
{
color: #FFC861;
}
.AnyTagClassName
{
color: #FFC861;
}
</style>
background-color css
<style>
a { background-color: #FFC861; }
a { background-color: rgb(255,200,97); }
div.DivClassName
{
background-color: #FFC861;
}
.BgClassName
{
background-color: #FFC861;
}
</style>
border-color css
<style>
span { border-color: #FFC861; }
span { border-color: rgb(255,200,97); }
td.TdClassName
{
border-color: #FFC861;
}
.TagClassName
{
border-color: #FFC861;
}
</style>