Shades of Golden Tainoi #FFBC5A
Tints of Golden Tainoi #FFBC5A
RGB
CMYK
RGB Variations
Color information
#FFBC5A (or 0xFFBC5A) is known color: Golden Tainoi. HEX triplet: FF, BC and 5A. RGB value is (255,188,90). Sum of RGB (Red+Green+Blue) = 255+188+90=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC5A is #0043A5. Grayscale: #C5C5C5. Windows color (decimal): -17318 or 5946623. OLE color: 5946623.
HSL color Cylindrical-coordinate representation of color #FFBC5A: hue angle of 35.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFBC5A is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 90 | - |
| CMYK | 0 | 0.26 | 0.65 | 0 |
| HSL | 35.64º | 1% | 0.68% | - |
| HSV(B) | 35.64º | 0.65% | 1% | - |
| XYZ | 61.07 | 57.96 | 17.64 | - |
| YUV | 196.86 | 67.7 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 90 | 0 | 0.26 | 0.65 | 0 | 35.64 | 1 | 0.68 |
| Hex | FF | BC | 5A | 0 | 1A | 41 | 0 | 24 | 64 | 44 |
| Octal | 377 | 274 | 132 | 0 | 32 | 101 | 0 | 44 | 144 | 104 |
| Binary | 11111111 | 10111100 | 1011010 | 0 | 11010 | 1000001 | 0 | 100100 | 1100100 | 1000100 |
Color Harmonies of #FFBC5A
Complementary color
Monochromatic Colors of #FFBC5A
Black with #FFBC5A
Text Example
Text Example
White with #FFBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC5A; }
p { color: rgb(255,188,90); }
H1.HeaderClassName
{
color: #FFBC5A;
}
.AnyTagClassName
{
color: #FFBC5A;
}
</style>
background-color css
<style>
a { background-color: #FFBC5A; }
a { background-color: rgb(255,188,90); }
div.DivClassName
{
background-color: #FFBC5A;
}
.BgClassName
{
background-color: #FFBC5A;
}
</style>
border-color css
<style>
span { border-color: #FFBC5A; }
span { border-color: rgb(255,188,90); }
td.TdClassName
{
border-color: #FFBC5A;
}
.TagClassName
{
border-color: #FFBC5A;
}
</style>