Shades of Golden Tainoi #FFBB49
Tints of Golden Tainoi #FFBB49
RGB
CMYK
RGB Variations
Color information
#FFBB49 (or 0xFFBB49) is known color: Golden Tainoi. HEX triplet: FF, BB and 49. RGB value is (255,187,73). Sum of RGB (Red+Green+Blue) = 255+187+73=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB49 is #0044B6. Grayscale: #C2C2C2. Windows color (decimal): -17591 or 4832255. OLE color: 4832255.
HSL color Cylindrical-coordinate representation of color #FFBB49: hue angle of 37.58º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFBB49 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 73 | - |
| CMYK | 0 | 0.27 | 0.71 | 0 |
| HSL | 37.58º | 1% | 0.64% | - |
| HSV(B) | 37.58º | 0.71% | 1% | - |
| XYZ | 60.21 | 57.28 | 14.19 | - |
| YUV | 194.34 | 59.53 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 73 | 0 | 0.27 | 0.71 | 0 | 37.58 | 1 | 0.64 |
| Hex | FF | BB | 49 | 0 | 1B | 47 | 0 | 26 | 64 | 40 |
| Octal | 377 | 273 | 111 | 0 | 33 | 107 | 0 | 46 | 144 | 100 |
| Binary | 11111111 | 10111011 | 1001001 | 0 | 11011 | 1000111 | 0 | 100110 | 1100100 | 1000000 |
Color Harmonies of #FFBB49
Complementary color
Monochromatic Colors of #FFBB49
Black with #FFBB49
Text Example
Text Example
White with #FFBB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB49; }
p { color: rgb(255,187,73); }
H1.HeaderClassName
{
color: #FFBB49;
}
.AnyTagClassName
{
color: #FFBB49;
}
</style>
background-color css
<style>
a { background-color: #FFBB49; }
a { background-color: rgb(255,187,73); }
div.DivClassName
{
background-color: #FFBB49;
}
.BgClassName
{
background-color: #FFBB49;
}
</style>
border-color css
<style>
span { border-color: #FFBB49; }
span { border-color: rgb(255,187,73); }
td.TdClassName
{
border-color: #FFBB49;
}
.TagClassName
{
border-color: #FFBB49;
}
</style>