Shades of Golden Tainoi #FFBC57
Tints of Golden Tainoi #FFBC57
RGB
CMYK
RGB Variations
Color information
#FFBC57 (or 0xFFBC57) is known color: Golden Tainoi. HEX triplet: FF, BC and 57. RGB value is (255,188,87). Sum of RGB (Red+Green+Blue) = 255+188+87=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 87 (34.38% from 255 or 16.42% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC57 is #0043A8. Grayscale: #C4C4C4. Windows color (decimal): -17321 or 5750015. OLE color: 5750015.
HSL color Cylindrical-coordinate representation of color #FFBC57: hue angle of 36.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFBC57 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 87 | - |
| CMYK | 0 | 0.26 | 0.66 | 0 |
| HSL | 36.07º | 1% | 0.67% | - |
| HSV(B) | 36.07º | 0.66% | 1% | - |
| XYZ | 60.94 | 57.91 | 16.98 | - |
| YUV | 196.52 | 66.2 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 87 | 0 | 0.26 | 0.66 | 0 | 36.07 | 1 | 0.67 |
| Hex | FF | BC | 57 | 0 | 1A | 42 | 0 | 24 | 64 | 43 |
| Octal | 377 | 274 | 127 | 0 | 32 | 102 | 0 | 44 | 144 | 103 |
| Binary | 11111111 | 10111100 | 1010111 | 0 | 11010 | 1000010 | 0 | 100100 | 1100100 | 1000011 |
Color Harmonies of #FFBC57
Complementary color
Monochromatic Colors of #FFBC57
Black with #FFBC57
Text Example
Text Example
White with #FFBC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC57; }
p { color: rgb(255,188,87); }
H1.HeaderClassName
{
color: #FFBC57;
}
.AnyTagClassName
{
color: #FFBC57;
}
</style>
background-color css
<style>
a { background-color: #FFBC57; }
a { background-color: rgb(255,188,87); }
div.DivClassName
{
background-color: #FFBC57;
}
.BgClassName
{
background-color: #FFBC57;
}
</style>
border-color css
<style>
span { border-color: #FFBC57; }
span { border-color: rgb(255,188,87); }
td.TdClassName
{
border-color: #FFBC57;
}
.TagClassName
{
border-color: #FFBC57;
}
</style>