Shades of Golden Tainoi #FFBC56
Tints of Golden Tainoi #FFBC56
RGB
CMYK
RGB Variations
Color information
#FFBC56 (or 0xFFBC56) is known color: Golden Tainoi. HEX triplet: FF, BC and 56. RGB value is (255,188,86). Sum of RGB (Red+Green+Blue) = 255+188+86=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 86 (33.98% from 255 or 16.26% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC56 is #0043A9. Grayscale: #C4C4C4. Windows color (decimal): -17322 or 5684479. OLE color: 5684479.
HSL color Cylindrical-coordinate representation of color #FFBC56: hue angle of 36.21º 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 #FFBC56 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 86 | - |
| CMYK | 0 | 0.26 | 0.66 | 0 |
| HSL | 36.21º | 1% | 0.67% | - |
| HSV(B) | 36.21º | 0.66% | 1% | - |
| XYZ | 60.9 | 57.9 | 16.77 | - |
| YUV | 196.41 | 65.7 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 86 | 0 | 0.26 | 0.66 | 0 | 36.21 | 1 | 0.67 |
| Hex | FF | BC | 56 | 0 | 1A | 42 | 0 | 24 | 64 | 43 |
| Octal | 377 | 274 | 126 | 0 | 32 | 102 | 0 | 44 | 144 | 103 |
| Binary | 11111111 | 10111100 | 1010110 | 0 | 11010 | 1000010 | 0 | 100100 | 1100100 | 1000011 |
Color Harmonies of #FFBC56
Complementary color
Monochromatic Colors of #FFBC56
Black with #FFBC56
Text Example
Text Example
White with #FFBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC56; }
p { color: rgb(255,188,86); }
H1.HeaderClassName
{
color: #FFBC56;
}
.AnyTagClassName
{
color: #FFBC56;
}
</style>
background-color css
<style>
a { background-color: #FFBC56; }
a { background-color: rgb(255,188,86); }
div.DivClassName
{
background-color: #FFBC56;
}
.BgClassName
{
background-color: #FFBC56;
}
</style>
border-color css
<style>
span { border-color: #FFBC56; }
span { border-color: rgb(255,188,86); }
td.TdClassName
{
border-color: #FFBC56;
}
.TagClassName
{
border-color: #FFBC56;
}
</style>