Shades of Golden Tainoi #FFBB48
Tints of Golden Tainoi #FFBB48
RGB
CMYK
RGB Variations
Color information
#FFBB48 (or 0xFFBB48) is known color: Golden Tainoi. HEX triplet: FF, BB and 48. RGB value is (255,187,72). Sum of RGB (Red+Green+Blue) = 255+187+72=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB48 is #0044B7. Grayscale: #C2C2C2. Windows color (decimal): -17592 or 4766719. OLE color: 4766719.
HSL color Cylindrical-coordinate representation of color #FFBB48: hue angle of 37.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFBB48 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 72 | - |
| CMYK | 0 | 0.27 | 0.72 | 0 |
| HSL | 37.7º | 1% | 0.64% | - |
| HSV(B) | 37.7º | 0.72% | 1% | - |
| XYZ | 60.18 | 57.27 | 14.01 | - |
| YUV | 194.22 | 59.03 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 72 | 0 | 0.27 | 0.72 | 0 | 37.7 | 1 | 0.64 |
| Hex | FF | BB | 48 | 0 | 1B | 48 | 0 | 26 | 64 | 40 |
| Octal | 377 | 273 | 110 | 0 | 33 | 110 | 0 | 46 | 144 | 100 |
| Binary | 11111111 | 10111011 | 1001000 | 0 | 11011 | 1001000 | 0 | 100110 | 1100100 | 1000000 |
Color Harmonies of #FFBB48
Complementary color
Monochromatic Colors of #FFBB48
Black with #FFBB48
Text Example
Text Example
White with #FFBB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB48; }
p { color: rgb(255,187,72); }
H1.HeaderClassName
{
color: #FFBB48;
}
.AnyTagClassName
{
color: #FFBB48;
}
</style>
background-color css
<style>
a { background-color: #FFBB48; }
a { background-color: rgb(255,187,72); }
div.DivClassName
{
background-color: #FFBB48;
}
.BgClassName
{
background-color: #FFBB48;
}
</style>
border-color css
<style>
span { border-color: #FFBB48; }
span { border-color: rgb(255,187,72); }
td.TdClassName
{
border-color: #FFBB48;
}
.TagClassName
{
border-color: #FFBB48;
}
</style>