Shades of Golden Tainoi #FFBC59
Tints of Golden Tainoi #FFBC59
RGB
CMYK
RGB Variations
Color information
#FFBC59 (or 0xFFBC59) is known color: Golden Tainoi. HEX triplet: FF, BC and 59. RGB value is (255,188,89). Sum of RGB (Red+Green+Blue) = 255+188+89=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 89 (35.16% from 255 or 16.73% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC59 is #0043A6. Grayscale: #C5C5C5. Windows color (decimal): -17319 or 5881087. OLE color: 5881087.
HSL color Cylindrical-coordinate representation of color #FFBC59: hue angle of 35.78º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFBC59 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 89 | - |
| CMYK | 0 | 0.26 | 0.65 | 0 |
| HSL | 35.78º | 1% | 0.67% | - |
| HSV(B) | 35.78º | 0.65% | 1% | - |
| XYZ | 61.03 | 57.95 | 17.42 | - |
| YUV | 196.75 | 67.2 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 89 | 0 | 0.26 | 0.65 | 0 | 35.78 | 1 | 0.67 |
| Hex | FF | BC | 59 | 0 | 1A | 41 | 0 | 24 | 64 | 43 |
| Octal | 377 | 274 | 131 | 0 | 32 | 101 | 0 | 44 | 144 | 103 |
| Binary | 11111111 | 10111100 | 1011001 | 0 | 11010 | 1000001 | 0 | 100100 | 1100100 | 1000011 |
Color Harmonies of #FFBC59
Complementary color
Monochromatic Colors of #FFBC59
Black with #FFBC59
Text Example
Text Example
White with #FFBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC59; }
p { color: rgb(255,188,89); }
H1.HeaderClassName
{
color: #FFBC59;
}
.AnyTagClassName
{
color: #FFBC59;
}
</style>
background-color css
<style>
a { background-color: #FFBC59; }
a { background-color: rgb(255,188,89); }
div.DivClassName
{
background-color: #FFBC59;
}
.BgClassName
{
background-color: #FFBC59;
}
</style>
border-color css
<style>
span { border-color: #FFBC59; }
span { border-color: rgb(255,188,89); }
td.TdClassName
{
border-color: #FFBC59;
}
.TagClassName
{
border-color: #FFBC59;
}
</style>