Shades of Golden Tainoi #FFC561
Tints of Golden Tainoi #FFC561
RGB
CMYK
RGB Variations
Color information
#FFC561 (or 0xFFC561) is known color: Golden Tainoi. HEX triplet: FF, C5 and 61. RGB value is (255,197,97). Sum of RGB (Red+Green+Blue) = 255+197+97=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC561 is #003A9E. Grayscale: #CBCBCB. Windows color (decimal): -15007 or 6407679. OLE color: 6407679.
HSL color Cylindrical-coordinate representation of color #FFC561: hue angle of 37.97º 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 #FFC561 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 97 | - |
| CMYK | 0 | 0.23 | 0.62 | 0 |
| HSL | 37.97º | 1% | 0.69% | - |
| HSV(B) | 37.97º | 0.62% | 1% | - |
| XYZ | 63.36 | 62.06 | 19.95 | - |
| YUV | 202.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 97 | 0 | 0.23 | 0.62 | 0 | 37.97 | 1 | 0.69 |
| Hex | FF | C5 | 61 | 0 | 17 | 3E | 0 | 26 | 64 | 45 |
| Octal | 377 | 305 | 141 | 0 | 27 | 76 | 0 | 46 | 144 | 105 |
| Binary | 11111111 | 11000101 | 1100001 | 0 | 10111 | 111110 | 0 | 100110 | 1100100 | 1000101 |
Color Harmonies of #FFC561
Complementary color
Monochromatic Colors of #FFC561
Black with #FFC561
Text Example
Text Example
White with #FFC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC561; }
p { color: rgb(255,197,97); }
H1.HeaderClassName
{
color: #FFC561;
}
.AnyTagClassName
{
color: #FFC561;
}
</style>
background-color css
<style>
a { background-color: #FFC561; }
a { background-color: rgb(255,197,97); }
div.DivClassName
{
background-color: #FFC561;
}
.BgClassName
{
background-color: #FFC561;
}
</style>
border-color css
<style>
span { border-color: #FFC561; }
span { border-color: rgb(255,197,97); }
td.TdClassName
{
border-color: #FFC561;
}
.TagClassName
{
border-color: #FFC561;
}
</style>