Shades of Golden Tainoi #FFBB4D
Tints of Golden Tainoi #FFBB4D
RGB
CMYK
RGB Variations
Color information
#FFBB4D (or 0xFFBB4D) is known color: Golden Tainoi. HEX triplet: FF, BB and 4D. RGB value is (255,187,77). Sum of RGB (Red+Green+Blue) = 255+187+77=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB4D is #0044B2. Grayscale: #C3C3C3. Windows color (decimal): -17587 or 5094399. OLE color: 5094399.
HSL color Cylindrical-coordinate representation of color #FFBB4D: hue angle of 37.08º 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 #FFBB4D is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 77 | - |
| CMYK | 0 | 0.27 | 0.70 | 0 |
| HSL | 37.08º | 1% | 0.65% | - |
| HSV(B) | 37.08º | 0.7% | 1% | - |
| XYZ | 60.35 | 57.34 | 14.91 | - |
| YUV | 194.79 | 61.53 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 77 | 0 | 0.27 | 0.70 | 0 | 37.08 | 1 | 0.65 |
| Hex | FF | BB | 4D | 0 | 1B | 46 | 0 | 25 | 64 | 41 |
| Octal | 377 | 273 | 115 | 0 | 33 | 106 | 0 | 45 | 144 | 101 |
| Binary | 11111111 | 10111011 | 1001101 | 0 | 11011 | 1000110 | 0 | 100101 | 1100100 | 1000001 |
Color Harmonies of #FFBB4D
Complementary color
Monochromatic Colors of #FFBB4D
Black with #FFBB4D
Text Example
Text Example
White with #FFBB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB4D; }
p { color: rgb(255,187,77); }
H1.HeaderClassName
{
color: #FFBB4D;
}
.AnyTagClassName
{
color: #FFBB4D;
}
</style>
background-color css
<style>
a { background-color: #FFBB4D; }
a { background-color: rgb(255,187,77); }
div.DivClassName
{
background-color: #FFBB4D;
}
.BgClassName
{
background-color: #FFBB4D;
}
</style>
border-color css
<style>
span { border-color: #FFBB4D; }
span { border-color: rgb(255,187,77); }
td.TdClassName
{
border-color: #FFBB4D;
}
.TagClassName
{
border-color: #FFBB4D;
}
</style>