Shades of Golden Tainoi #FFC756
Tints of Golden Tainoi #FFC756
RGB
CMYK
RGB Variations
Color information
#FFC756 (or 0xFFC756) is known color: Golden Tainoi. HEX triplet: FF, C7 and 56. RGB value is (255,199,86). Sum of RGB (Red+Green+Blue) = 255+199+86=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 86 (33.98% from 255 or 15.93% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC756 is #0038A9. Grayscale: #CBCBCB. Windows color (decimal): -14506 or 5687295. OLE color: 5687295.
HSL color Cylindrical-coordinate representation of color #FFC756: hue angle of 40.12º 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 #FFC756 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 86 | - |
| CMYK | 0 | 0.22 | 0.66 | 0 |
| HSL | 40.12º | 1% | 0.67% | - |
| HSV(B) | 40.12º | 0.66% | 1% | - |
| XYZ | 63.34 | 62.78 | 17.58 | - |
| YUV | 202.86 | 62.05 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 86 | 0 | 0.22 | 0.66 | 0 | 40.12 | 1 | 0.67 |
| Hex | FF | C7 | 56 | 0 | 16 | 42 | 0 | 28 | 64 | 43 |
| Octal | 377 | 307 | 126 | 0 | 26 | 102 | 0 | 50 | 144 | 103 |
| Binary | 11111111 | 11000111 | 1010110 | 0 | 10110 | 1000010 | 0 | 101000 | 1100100 | 1000011 |
Color Harmonies of #FFC756
Complementary color
Monochromatic Colors of #FFC756
Black with #FFC756
Text Example
Text Example
White with #FFC756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC756; }
p { color: rgb(255,199,86); }
H1.HeaderClassName
{
color: #FFC756;
}
.AnyTagClassName
{
color: #FFC756;
}
</style>
background-color css
<style>
a { background-color: #FFC756; }
a { background-color: rgb(255,199,86); }
div.DivClassName
{
background-color: #FFC756;
}
.BgClassName
{
background-color: #FFC756;
}
</style>
border-color css
<style>
span { border-color: #FFC756; }
span { border-color: rgb(255,199,86); }
td.TdClassName
{
border-color: #FFC756;
}
.TagClassName
{
border-color: #FFC756;
}
</style>