Shades of Golden Tainoi #FFC856
Tints of Golden Tainoi #FFC856
RGB
CMYK
RGB Variations
Color information
#FFC856 (or 0xFFC856) is known color: Golden Tainoi. HEX triplet: FF, C8 and 56. RGB value is (255,200,86). Sum of RGB (Red+Green+Blue) = 255+200+86=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 86 (33.98% from 255 or 15.90% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC856 is #0037A9. Grayscale: #CBCBCB. Windows color (decimal): -14250 or 5687551. OLE color: 5687551.
HSL color Cylindrical-coordinate representation of color #FFC856: hue angle of 40.47º 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 #FFC856 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 86 | - |
| CMYK | 0 | 0.22 | 0.66 | 0 |
| HSL | 40.47º | 1% | 0.67% | - |
| HSV(B) | 40.47º | 0.66% | 1% | - |
| XYZ | 63.57 | 63.24 | 17.66 | - |
| YUV | 203.45 | 61.72 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 86 | 0 | 0.22 | 0.66 | 0 | 40.47 | 1 | 0.67 |
| Hex | FF | C8 | 56 | 0 | 16 | 42 | 0 | 28 | 64 | 43 |
| Octal | 377 | 310 | 126 | 0 | 26 | 102 | 0 | 50 | 144 | 103 |
| Binary | 11111111 | 11001000 | 1010110 | 0 | 10110 | 1000010 | 0 | 101000 | 1100100 | 1000011 |
Color Harmonies of #FFC856
Complementary color
Monochromatic Colors of #FFC856
Black with #FFC856
Text Example
Text Example
White with #FFC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC856; }
p { color: rgb(255,200,86); }
H1.HeaderClassName
{
color: #FFC856;
}
.AnyTagClassName
{
color: #FFC856;
}
</style>
background-color css
<style>
a { background-color: #FFC856; }
a { background-color: rgb(255,200,86); }
div.DivClassName
{
background-color: #FFC856;
}
.BgClassName
{
background-color: #FFC856;
}
</style>
border-color css
<style>
span { border-color: #FFC856; }
span { border-color: rgb(255,200,86); }
td.TdClassName
{
border-color: #FFC856;
}
.TagClassName
{
border-color: #FFC856;
}
</style>