Shades of Golden Tainoi #FFBC4A
Tints of Golden Tainoi #FFBC4A
RGB
CMYK
RGB Variations
Color information
#FFBC4A (or 0xFFBC4A) is known color: Golden Tainoi. HEX triplet: FF, BC and 4A. RGB value is (255,188,74). Sum of RGB (Red+Green+Blue) = 255+188+74=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC4A is #0043B5. Grayscale: #C3C3C3. Windows color (decimal): -17334 or 4898047. OLE color: 4898047.
HSL color Cylindrical-coordinate representation of color #FFBC4A: hue angle of 37.79º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFBC4A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 74 | - |
| CMYK | 0 | 0.26 | 0.71 | 0 |
| HSL | 37.79º | 1% | 0.65% | - |
| HSV(B) | 37.79º | 0.71% | 1% | - |
| XYZ | 60.46 | 57.72 | 14.43 | - |
| YUV | 195.04 | 59.7 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 74 | 0 | 0.26 | 0.71 | 0 | 37.79 | 1 | 0.65 |
| Hex | FF | BC | 4A | 0 | 1A | 47 | 0 | 26 | 64 | 41 |
| Octal | 377 | 274 | 112 | 0 | 32 | 107 | 0 | 46 | 144 | 101 |
| Binary | 11111111 | 10111100 | 1001010 | 0 | 11010 | 1000111 | 0 | 100110 | 1100100 | 1000001 |
Color Harmonies of #FFBC4A
Complementary color
Monochromatic Colors of #FFBC4A
Black with #FFBC4A
Text Example
Text Example
White with #FFBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC4A; }
p { color: rgb(255,188,74); }
H1.HeaderClassName
{
color: #FFBC4A;
}
.AnyTagClassName
{
color: #FFBC4A;
}
</style>
background-color css
<style>
a { background-color: #FFBC4A; }
a { background-color: rgb(255,188,74); }
div.DivClassName
{
background-color: #FFBC4A;
}
.BgClassName
{
background-color: #FFBC4A;
}
</style>
border-color css
<style>
span { border-color: #FFBC4A; }
span { border-color: rgb(255,188,74); }
td.TdClassName
{
border-color: #FFBC4A;
}
.TagClassName
{
border-color: #FFBC4A;
}
</style>