Shades of Golden Tainoi #FFBC4D
Tints of Golden Tainoi #FFBC4D
RGB
CMYK
RGB Variations
Color information
#FFBC4D (or 0xFFBC4D) is known color: Golden Tainoi. HEX triplet: FF, BC and 4D. RGB value is (255,188,77). Sum of RGB (Red+Green+Blue) = 255+188+77=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC4D is #0043B2. Grayscale: #C3C3C3. Windows color (decimal): -17331 or 5094655. OLE color: 5094655.
HSL color Cylindrical-coordinate representation of color #FFBC4D: hue angle of 37.42º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFBC4D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 77 | - |
| CMYK | 0 | 0.26 | 0.70 | 0 |
| HSL | 37.42º | 1% | 0.65% | - |
| HSV(B) | 37.42º | 0.7% | 1% | - |
| XYZ | 60.56 | 57.76 | 14.98 | - |
| YUV | 195.38 | 61.2 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 77 | 0 | 0.26 | 0.70 | 0 | 37.42 | 1 | 0.65 |
| Hex | FF | BC | 4D | 0 | 1A | 46 | 0 | 25 | 64 | 41 |
| Octal | 377 | 274 | 115 | 0 | 32 | 106 | 0 | 45 | 144 | 101 |
| Binary | 11111111 | 10111100 | 1001101 | 0 | 11010 | 1000110 | 0 | 100101 | 1100100 | 1000001 |
Color Harmonies of #FFBC4D
Complementary color
Monochromatic Colors of #FFBC4D
Black with #FFBC4D
Text Example
Text Example
White with #FFBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC4D; }
p { color: rgb(255,188,77); }
H1.HeaderClassName
{
color: #FFBC4D;
}
.AnyTagClassName
{
color: #FFBC4D;
}
</style>
background-color css
<style>
a { background-color: #FFBC4D; }
a { background-color: rgb(255,188,77); }
div.DivClassName
{
background-color: #FFBC4D;
}
.BgClassName
{
background-color: #FFBC4D;
}
</style>
border-color css
<style>
span { border-color: #FFBC4D; }
span { border-color: rgb(255,188,77); }
td.TdClassName
{
border-color: #FFBC4D;
}
.TagClassName
{
border-color: #FFBC4D;
}
</style>