Shades of Golden Tainoi #FFBC47
Tints of Golden Tainoi #FFBC47
RGB
CMYK
RGB Variations
Color information
#FFBC47 (or 0xFFBC47) is known color: Golden Tainoi. HEX triplet: FF, BC and 47. RGB value is (255,188,71). Sum of RGB (Red+Green+Blue) = 255+188+71=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 71 (28.12% from 255 or 13.81% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC47 is #0043B8. Grayscale: #C3C3C3. Windows color (decimal): -17337 or 4701439. OLE color: 4701439.
HSL color Cylindrical-coordinate representation of color #FFBC47: hue angle of 38.15º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFBC47 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 71 | - |
| CMYK | 0 | 0.26 | 0.72 | 0 |
| HSL | 38.15º | 1% | 0.64% | - |
| HSV(B) | 38.15º | 0.72% | 1% | - |
| XYZ | 60.36 | 57.68 | 13.91 | - |
| YUV | 194.7 | 58.2 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 71 | 0 | 0.26 | 0.72 | 0 | 38.15 | 1 | 0.64 |
| Hex | FF | BC | 47 | 0 | 1A | 48 | 0 | 26 | 64 | 40 |
| Octal | 377 | 274 | 107 | 0 | 32 | 110 | 0 | 46 | 144 | 100 |
| Binary | 11111111 | 10111100 | 1000111 | 0 | 11010 | 1001000 | 0 | 100110 | 1100100 | 1000000 |
Color Harmonies of #FFBC47
Complementary color
Monochromatic Colors of #FFBC47
Black with #FFBC47
Text Example
Text Example
White with #FFBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC47; }
p { color: rgb(255,188,71); }
H1.HeaderClassName
{
color: #FFBC47;
}
.AnyTagClassName
{
color: #FFBC47;
}
</style>
background-color css
<style>
a { background-color: #FFBC47; }
a { background-color: rgb(255,188,71); }
div.DivClassName
{
background-color: #FFBC47;
}
.BgClassName
{
background-color: #FFBC47;
}
</style>
border-color css
<style>
span { border-color: #FFBC47; }
span { border-color: rgb(255,188,71); }
td.TdClassName
{
border-color: #FFBC47;
}
.TagClassName
{
border-color: #FFBC47;
}
</style>