Shades of Golden Tainoi #FFC656
Tints of Golden Tainoi #FFC656
RGB
CMYK
RGB Variations
Color information
#FFC656 (or 0xFFC656) is known color: Golden Tainoi. HEX triplet: FF, C6 and 56. RGB value is (255,198,86). Sum of RGB (Red+Green+Blue) = 255+198+86=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 86 (33.98% from 255 or 15.96% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC656 is #0039A9. Grayscale: #CACACA. Windows color (decimal): -14762 or 5687039. OLE color: 5687039.
HSL color Cylindrical-coordinate representation of color #FFC656: hue angle of 39.76º 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 #FFC656 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 86 | - |
| CMYK | 0 | 0.22 | 0.66 | 0 |
| HSL | 39.76º | 1% | 0.67% | - |
| HSV(B) | 39.76º | 0.66% | 1% | - |
| XYZ | 63.11 | 62.32 | 17.51 | - |
| YUV | 202.28 | 62.38 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 86 | 0 | 0.22 | 0.66 | 0 | 39.76 | 1 | 0.67 |
| Hex | FF | C6 | 56 | 0 | 16 | 42 | 0 | 28 | 64 | 43 |
| Octal | 377 | 306 | 126 | 0 | 26 | 102 | 0 | 50 | 144 | 103 |
| Binary | 11111111 | 11000110 | 1010110 | 0 | 10110 | 1000010 | 0 | 101000 | 1100100 | 1000011 |
Color Harmonies of #FFC656
Complementary color
Monochromatic Colors of #FFC656
Black with #FFC656
Text Example
Text Example
White with #FFC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC656; }
p { color: rgb(255,198,86); }
H1.HeaderClassName
{
color: #FFC656;
}
.AnyTagClassName
{
color: #FFC656;
}
</style>
background-color css
<style>
a { background-color: #FFC656; }
a { background-color: rgb(255,198,86); }
div.DivClassName
{
background-color: #FFC656;
}
.BgClassName
{
background-color: #FFC656;
}
</style>
border-color css
<style>
span { border-color: #FFC656; }
span { border-color: rgb(255,198,86); }
td.TdClassName
{
border-color: #FFC656;
}
.TagClassName
{
border-color: #FFC656;
}
</style>