Shades of Golden Tainoi #FFBC5B
Tints of Golden Tainoi #FFBC5B
RGB
CMYK
RGB Variations
Color information
#FFBC5B (or 0xFFBC5B) is known color: Golden Tainoi. HEX triplet: FF, BC and 5B. RGB value is (255,188,91). Sum of RGB (Red+Green+Blue) = 255+188+91=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC5B is #0043A4. Grayscale: #C5C5C5. Windows color (decimal): -17317 or 6012159. OLE color: 6012159.
HSL color Cylindrical-coordinate representation of color #FFBC5B: hue angle of 35.49º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFBC5B is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 91 | - |
| CMYK | 0 | 0.26 | 0.64 | 0 |
| HSL | 35.49º | 1% | 0.68% | - |
| HSV(B) | 35.49º | 0.64% | 1% | - |
| XYZ | 61.11 | 57.98 | 17.87 | - |
| YUV | 196.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 91 | 0 | 0.26 | 0.64 | 0 | 35.49 | 1 | 0.68 |
| Hex | FF | BC | 5B | 0 | 1A | 40 | 0 | 23 | 64 | 44 |
| Octal | 377 | 274 | 133 | 0 | 32 | 100 | 0 | 43 | 144 | 104 |
| Binary | 11111111 | 10111100 | 1011011 | 0 | 11010 | 1000000 | 0 | 100011 | 1100100 | 1000100 |
Color Harmonies of #FFBC5B
Complementary color
Monochromatic Colors of #FFBC5B
Black with #FFBC5B
Text Example
Text Example
White with #FFBC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC5B; }
p { color: rgb(255,188,91); }
H1.HeaderClassName
{
color: #FFBC5B;
}
.AnyTagClassName
{
color: #FFBC5B;
}
</style>
background-color css
<style>
a { background-color: #FFBC5B; }
a { background-color: rgb(255,188,91); }
div.DivClassName
{
background-color: #FFBC5B;
}
.BgClassName
{
background-color: #FFBC5B;
}
</style>
border-color css
<style>
span { border-color: #FFBC5B; }
span { border-color: rgb(255,188,91); }
td.TdClassName
{
border-color: #FFBC5B;
}
.TagClassName
{
border-color: #FFBC5B;
}
</style>