Shades of Golden Tainoi #FFBC5D
Tints of Golden Tainoi #FFBC5D
RGB
CMYK
RGB Variations
Color information
#FFBC5D (or 0xFFBC5D) is known color: Golden Tainoi. HEX triplet: FF, BC and 5D. RGB value is (255,188,93). Sum of RGB (Red+Green+Blue) = 255+188+93=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC5D is #0043A2. Grayscale: #C5C5C5. Windows color (decimal): -17315 or 6143231. OLE color: 6143231.
HSL color Cylindrical-coordinate representation of color #FFBC5D: hue angle of 35.19º 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 #FFBC5D is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 93 | - |
| CMYK | 0 | 0.26 | 0.64 | 0 |
| HSL | 35.19º | 1% | 0.68% | - |
| HSV(B) | 35.19º | 0.64% | 1% | - |
| XYZ | 61.2 | 58.02 | 18.33 | - |
| YUV | 197.2 | 69.2 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 93 | 0 | 0.26 | 0.64 | 0 | 35.19 | 1 | 0.68 |
| Hex | FF | BC | 5D | 0 | 1A | 40 | 0 | 23 | 64 | 44 |
| Octal | 377 | 274 | 135 | 0 | 32 | 100 | 0 | 43 | 144 | 104 |
| Binary | 11111111 | 10111100 | 1011101 | 0 | 11010 | 1000000 | 0 | 100011 | 1100100 | 1000100 |
Color Harmonies of #FFBC5D
Complementary color
Monochromatic Colors of #FFBC5D
Black with #FFBC5D
Text Example
Text Example
White with #FFBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC5D; }
p { color: rgb(255,188,93); }
H1.HeaderClassName
{
color: #FFBC5D;
}
.AnyTagClassName
{
color: #FFBC5D;
}
</style>
background-color css
<style>
a { background-color: #FFBC5D; }
a { background-color: rgb(255,188,93); }
div.DivClassName
{
background-color: #FFBC5D;
}
.BgClassName
{
background-color: #FFBC5D;
}
</style>
border-color css
<style>
span { border-color: #FFBC5D; }
span { border-color: rgb(255,188,93); }
td.TdClassName
{
border-color: #FFBC5D;
}
.TagClassName
{
border-color: #FFBC5D;
}
</style>