Shades of Golden Tainoi #FFBC5E
Tints of Golden Tainoi #FFBC5E
RGB
CMYK
RGB Variations
Color information
#FFBC5E (or 0xFFBC5E) is known color: Golden Tainoi. HEX triplet: FF, BC and 5E. RGB value is (255,188,94). Sum of RGB (Red+Green+Blue) = 255+188+94=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC5E is #0043A1. Grayscale: #C5C5C5. Windows color (decimal): -17314 or 6208767. OLE color: 6208767.
HSL color Cylindrical-coordinate representation of color #FFBC5E: hue angle of 35.03º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFBC5E is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 94 | - |
| CMYK | 0 | 0.26 | 0.63 | 0 |
| HSL | 35.03º | 1% | 0.68% | - |
| HSV(B) | 35.03º | 0.63% | 1% | - |
| XYZ | 61.24 | 58.03 | 18.56 | - |
| YUV | 197.32 | 69.7 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 94 | 0 | 0.26 | 0.63 | 0 | 35.03 | 1 | 0.68 |
| Hex | FF | BC | 5E | 0 | 1A | 3F | 0 | 23 | 64 | 44 |
| Octal | 377 | 274 | 136 | 0 | 32 | 77 | 0 | 43 | 144 | 104 |
| Binary | 11111111 | 10111100 | 1011110 | 0 | 11010 | 111111 | 0 | 100011 | 1100100 | 1000100 |
Color Harmonies of #FFBC5E
Complementary color
Monochromatic Colors of #FFBC5E
Black with #FFBC5E
Text Example
Text Example
White with #FFBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC5E; }
p { color: rgb(255,188,94); }
H1.HeaderClassName
{
color: #FFBC5E;
}
.AnyTagClassName
{
color: #FFBC5E;
}
</style>
background-color css
<style>
a { background-color: #FFBC5E; }
a { background-color: rgb(255,188,94); }
div.DivClassName
{
background-color: #FFBC5E;
}
.BgClassName
{
background-color: #FFBC5E;
}
</style>
border-color css
<style>
span { border-color: #FFBC5E; }
span { border-color: rgb(255,188,94); }
td.TdClassName
{
border-color: #FFBC5E;
}
.TagClassName
{
border-color: #FFBC5E;
}
</style>