Shades of Golden Tainoi #FFBC55
Tints of Golden Tainoi #FFBC55
RGB
CMYK
RGB Variations
Color information
#FFBC55 (or 0xFFBC55) is known color: Golden Tainoi. HEX triplet: FF, BC and 55. RGB value is (255,188,85). Sum of RGB (Red+Green+Blue) = 255+188+85=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC55 is #0043AA. Grayscale: #C4C4C4. Windows color (decimal): -17323 or 5618943. OLE color: 5618943.
HSL color Cylindrical-coordinate representation of color #FFBC55: hue angle of 36.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFBC55 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 85 | - |
| CMYK | 0 | 0.26 | 0.67 | 0 |
| HSL | 36.35º | 1% | 0.67% | - |
| HSV(B) | 36.35º | 0.67% | 1% | - |
| XYZ | 60.86 | 57.88 | 16.56 | - |
| YUV | 196.29 | 65.2 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 85 | 0 | 0.26 | 0.67 | 0 | 36.35 | 1 | 0.67 |
| Hex | FF | BC | 55 | 0 | 1A | 43 | 0 | 24 | 64 | 43 |
| Octal | 377 | 274 | 125 | 0 | 32 | 103 | 0 | 44 | 144 | 103 |
| Binary | 11111111 | 10111100 | 1010101 | 0 | 11010 | 1000011 | 0 | 100100 | 1100100 | 1000011 |
Color Harmonies of #FFBC55
Complementary color
Monochromatic Colors of #FFBC55
Black with #FFBC55
Text Example
Text Example
White with #FFBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC55; }
p { color: rgb(255,188,85); }
H1.HeaderClassName
{
color: #FFBC55;
}
.AnyTagClassName
{
color: #FFBC55;
}
</style>
background-color css
<style>
a { background-color: #FFBC55; }
a { background-color: rgb(255,188,85); }
div.DivClassName
{
background-color: #FFBC55;
}
.BgClassName
{
background-color: #FFBC55;
}
</style>
border-color css
<style>
span { border-color: #FFBC55; }
span { border-color: rgb(255,188,85); }
td.TdClassName
{
border-color: #FFBC55;
}
.TagClassName
{
border-color: #FFBC55;
}
</style>