Shades of Golden Tainoi #F6BC56
Tints of Golden Tainoi #F6BC56
RGB
CMYK
RGB Variations
Color information
#F6BC56 (or 0xF6BC56) is known color: Golden Tainoi. HEX triplet: F6, BC and 56. RGB value is (246,188,86). Sum of RGB (Red+Green+Blue) = 246+188+86=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BC56 is #0943A9. Grayscale: #C2C2C2. Windows color (decimal): -607146 or 5684470. OLE color: 5684470.
HSL color Cylindrical-coordinate representation of color #F6BC56: hue angle of 38.25º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6BC56 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 86 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.04 |
| HSL | 38.25º | 0.9% | 0.65% | - |
| HSV(B) | 38.25º | 0.65% | 0.96% | - |
| XYZ | 57.67 | 56.23 | 16.62 | - |
| YUV | 193.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 86 | 0 | 0.24 | 0.65 | 0.04 | 38.25 | 0.9 | 0.65 |
| Hex | F6 | BC | 56 | 0 | 18 | 41 | 4 | 26 | 5A | 41 |
| Octal | 366 | 274 | 126 | 0 | 30 | 101 | 4 | 46 | 132 | 101 |
| Binary | 11110110 | 10111100 | 1010110 | 0 | 11000 | 1000001 | 100 | 100110 | 1011010 | 1000001 |
Color Harmonies of #F6BC56
Complementary color
Monochromatic Colors of #F6BC56
Black with #F6BC56
Text Example
Text Example
White with #F6BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BC56; }
p { color: rgb(246,188,86); }
H1.HeaderClassName
{
color: #F6BC56;
}
.AnyTagClassName
{
color: #F6BC56;
}
</style>
background-color css
<style>
a { background-color: #F6BC56; }
a { background-color: rgb(246,188,86); }
div.DivClassName
{
background-color: #F6BC56;
}
.BgClassName
{
background-color: #F6BC56;
}
</style>
border-color css
<style>
span { border-color: #F6BC56; }
span { border-color: rgb(246,188,86); }
td.TdClassName
{
border-color: #F6BC56;
}
.TagClassName
{
border-color: #F6BC56;
}
</style>