Shades of Golden Tainoi #FFBB4A
Tints of Golden Tainoi #FFBB4A
RGB
CMYK
RGB Variations
Color information
#FFBB4A (or 0xFFBB4A) is known color: Golden Tainoi. HEX triplet: FF, BB and 4A. RGB value is (255,187,74). Sum of RGB (Red+Green+Blue) = 255+187+74=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB4A is #0044B5. Grayscale: #C2C2C2. Windows color (decimal): -17590 or 4897791. OLE color: 4897791.
HSL color Cylindrical-coordinate representation of color #FFBB4A: hue angle of 37.46º 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 #FFBB4A is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 74 | - |
| CMYK | 0 | 0.27 | 0.71 | 0 |
| HSL | 37.46º | 1% | 0.65% | - |
| HSV(B) | 37.46º | 0.71% | 1% | - |
| XYZ | 60.25 | 57.3 | 14.36 | - |
| YUV | 194.45 | 60.03 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 74 | 0 | 0.27 | 0.71 | 0 | 37.46 | 1 | 0.65 |
| Hex | FF | BB | 4A | 0 | 1B | 47 | 0 | 25 | 64 | 41 |
| Octal | 377 | 273 | 112 | 0 | 33 | 107 | 0 | 45 | 144 | 101 |
| Binary | 11111111 | 10111011 | 1001010 | 0 | 11011 | 1000111 | 0 | 100101 | 1100100 | 1000001 |
Color Harmonies of #FFBB4A
Complementary color
Monochromatic Colors of #FFBB4A
Black with #FFBB4A
Text Example
Text Example
White with #FFBB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB4A; }
p { color: rgb(255,187,74); }
H1.HeaderClassName
{
color: #FFBB4A;
}
.AnyTagClassName
{
color: #FFBB4A;
}
</style>
background-color css
<style>
a { background-color: #FFBB4A; }
a { background-color: rgb(255,187,74); }
div.DivClassName
{
background-color: #FFBB4A;
}
.BgClassName
{
background-color: #FFBB4A;
}
</style>
border-color css
<style>
span { border-color: #FFBB4A; }
span { border-color: rgb(255,187,74); }
td.TdClassName
{
border-color: #FFBB4A;
}
.TagClassName
{
border-color: #FFBB4A;
}
</style>