Shades of Golden Tainoi #FFC056
Tints of Golden Tainoi #FFC056
RGB
CMYK
RGB Variations
Color information
#FFC056 (or 0xFFC056) is known color: Golden Tainoi. HEX triplet: FF, C0 and 56. RGB value is (255,192,86). Sum of RGB (Red+Green+Blue) = 255+192+86=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC056 is #003FA9. Grayscale: #C7C7C7. Windows color (decimal): -16298 or 5685503. OLE color: 5685503.
HSL color Cylindrical-coordinate representation of color #FFC056: hue angle of 37.63º 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 #FFC056 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 86 | - |
| CMYK | 0 | 0.25 | 0.66 | 0 |
| HSL | 37.63º | 1% | 0.67% | - |
| HSV(B) | 37.63º | 0.66% | 1% | - |
| XYZ | 61.77 | 59.63 | 17.06 | - |
| YUV | 198.75 | 64.37 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 86 | 0 | 0.25 | 0.66 | 0 | 37.63 | 1 | 0.67 |
| Hex | FF | C0 | 56 | 0 | 19 | 42 | 0 | 26 | 64 | 43 |
| Octal | 377 | 300 | 126 | 0 | 31 | 102 | 0 | 46 | 144 | 103 |
| Binary | 11111111 | 11000000 | 1010110 | 0 | 11001 | 1000010 | 0 | 100110 | 1100100 | 1000011 |
Color Harmonies of #FFC056
Complementary color
Monochromatic Colors of #FFC056
Black with #FFC056
Text Example
Text Example
White with #FFC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC056; }
p { color: rgb(255,192,86); }
H1.HeaderClassName
{
color: #FFC056;
}
.AnyTagClassName
{
color: #FFC056;
}
</style>
background-color css
<style>
a { background-color: #FFC056; }
a { background-color: rgb(255,192,86); }
div.DivClassName
{
background-color: #FFC056;
}
.BgClassName
{
background-color: #FFC056;
}
</style>
border-color css
<style>
span { border-color: #FFC056; }
span { border-color: rgb(255,192,86); }
td.TdClassName
{
border-color: #FFC056;
}
.TagClassName
{
border-color: #FFC056;
}
</style>