Shades of Golden Tainoi #FFC556
Tints of Golden Tainoi #FFC556
RGB
CMYK
RGB Variations
Color information
#FFC556 (or 0xFFC556) is known color: Golden Tainoi. HEX triplet: FF, C5 and 56. RGB value is (255,197,86). Sum of RGB (Red+Green+Blue) = 255+197+86=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 86 (33.98% from 255 or 15.99% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC556 is #003AA9. Grayscale: #CACACA. Windows color (decimal): -15018 or 5686783. OLE color: 5686783.
HSL color Cylindrical-coordinate representation of color #FFC556: hue angle of 39.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFC556 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 86 | - |
| CMYK | 0 | 0.23 | 0.66 | 0 |
| HSL | 39.41º | 1% | 0.67% | - |
| HSV(B) | 39.41º | 0.66% | 1% | - |
| XYZ | 62.89 | 61.86 | 17.43 | - |
| YUV | 201.69 | 62.72 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 86 | 0 | 0.23 | 0.66 | 0 | 39.41 | 1 | 0.67 |
| Hex | FF | C5 | 56 | 0 | 17 | 42 | 0 | 27 | 64 | 43 |
| Octal | 377 | 305 | 126 | 0 | 27 | 102 | 0 | 47 | 144 | 103 |
| Binary | 11111111 | 11000101 | 1010110 | 0 | 10111 | 1000010 | 0 | 100111 | 1100100 | 1000011 |
Color Harmonies of #FFC556
Complementary color
Monochromatic Colors of #FFC556
Black with #FFC556
Text Example
Text Example
White with #FFC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC556; }
p { color: rgb(255,197,86); }
H1.HeaderClassName
{
color: #FFC556;
}
.AnyTagClassName
{
color: #FFC556;
}
</style>
background-color css
<style>
a { background-color: #FFC556; }
a { background-color: rgb(255,197,86); }
div.DivClassName
{
background-color: #FFC556;
}
.BgClassName
{
background-color: #FFC556;
}
</style>
border-color css
<style>
span { border-color: #FFC556; }
span { border-color: rgb(255,197,86); }
td.TdClassName
{
border-color: #FFC556;
}
.TagClassName
{
border-color: #FFC556;
}
</style>