Shades of Golden Tainoi #FFBC45
Tints of Golden Tainoi #FFBC45
RGB
CMYK
RGB Variations
Color information
#FFBC45 (or 0xFFBC45) is known color: Golden Tainoi. HEX triplet: FF, BC and 45. RGB value is (255,188,69). Sum of RGB (Red+Green+Blue) = 255+188+69=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC45 is #0043BA. Grayscale: #C3C3C3. Windows color (decimal): -17339 or 4570367. OLE color: 4570367.
HSL color Cylindrical-coordinate representation of color #FFBC45: hue angle of 38.39º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFBC45 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 69 | - |
| CMYK | 0 | 0.26 | 0.73 | 0 |
| HSL | 38.39º | 1% | 0.64% | - |
| HSV(B) | 38.39º | 0.73% | 1% | - |
| XYZ | 60.3 | 57.66 | 13.58 | - |
| YUV | 194.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 69 | 0 | 0.26 | 0.73 | 0 | 38.39 | 1 | 0.64 |
| Hex | FF | BC | 45 | 0 | 1A | 49 | 0 | 26 | 64 | 40 |
| Octal | 377 | 274 | 105 | 0 | 32 | 111 | 0 | 46 | 144 | 100 |
| Binary | 11111111 | 10111100 | 1000101 | 0 | 11010 | 1001001 | 0 | 100110 | 1100100 | 1000000 |
Color Harmonies of #FFBC45
Complementary color
Monochromatic Colors of #FFBC45
Black with #FFBC45
Text Example
Text Example
White with #FFBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC45; }
p { color: rgb(255,188,69); }
H1.HeaderClassName
{
color: #FFBC45;
}
.AnyTagClassName
{
color: #FFBC45;
}
</style>
background-color css
<style>
a { background-color: #FFBC45; }
a { background-color: rgb(255,188,69); }
div.DivClassName
{
background-color: #FFBC45;
}
.BgClassName
{
background-color: #FFBC45;
}
</style>
border-color css
<style>
span { border-color: #FFBC45; }
span { border-color: rgb(255,188,69); }
td.TdClassName
{
border-color: #FFBC45;
}
.TagClassName
{
border-color: #FFBC45;
}
</style>