Shades of Golden Tainoi #FFC256
Tints of Golden Tainoi #FFC256
RGB
CMYK
RGB Variations
Color information
#FFC256 (or 0xFFC256) is known color: Golden Tainoi. HEX triplet: FF, C2 and 56. RGB value is (255,194,86). Sum of RGB (Red+Green+Blue) = 255+194+86=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC256 is #003DA9. Grayscale: #C8C8C8. Windows color (decimal): -15786 or 5686015. OLE color: 5686015.
HSL color Cylindrical-coordinate representation of color #FFC256: hue angle of 38.34º 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 #FFC256 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 86 | - |
| CMYK | 0 | 0.24 | 0.66 | 0 |
| HSL | 38.34º | 1% | 0.67% | - |
| HSV(B) | 38.34º | 0.66% | 1% | - |
| XYZ | 62.21 | 60.52 | 17.21 | - |
| YUV | 199.93 | 63.71 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 86 | 0 | 0.24 | 0.66 | 0 | 38.34 | 1 | 0.67 |
| Hex | FF | C2 | 56 | 0 | 18 | 42 | 0 | 26 | 64 | 43 |
| Octal | 377 | 302 | 126 | 0 | 30 | 102 | 0 | 46 | 144 | 103 |
| Binary | 11111111 | 11000010 | 1010110 | 0 | 11000 | 1000010 | 0 | 100110 | 1100100 | 1000011 |
Color Harmonies of #FFC256
Complementary color
Monochromatic Colors of #FFC256
Black with #FFC256
Text Example
Text Example
White with #FFC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC256; }
p { color: rgb(255,194,86); }
H1.HeaderClassName
{
color: #FFC256;
}
.AnyTagClassName
{
color: #FFC256;
}
</style>
background-color css
<style>
a { background-color: #FFC256; }
a { background-color: rgb(255,194,86); }
div.DivClassName
{
background-color: #FFC256;
}
.BgClassName
{
background-color: #FFC256;
}
</style>
border-color css
<style>
span { border-color: #FFC256; }
span { border-color: rgb(255,194,86); }
td.TdClassName
{
border-color: #FFC256;
}
.TagClassName
{
border-color: #FFC256;
}
</style>