Shades of Golden Tainoi #FFBB4E
Tints of Golden Tainoi #FFBB4E
RGB
CMYK
RGB Variations
Color information
#FFBB4E (or 0xFFBB4E) is known color: Golden Tainoi. HEX triplet: FF, BB and 4E. RGB value is (255,187,78). Sum of RGB (Red+Green+Blue) = 255+187+78=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB4E is #0044B1. Grayscale: #C3C3C3. Windows color (decimal): -17586 or 5159935. OLE color: 5159935.
HSL color Cylindrical-coordinate representation of color #FFBB4E: hue angle of 36.95º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFBB4E is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 78 | - |
| CMYK | 0 | 0.27 | 0.69 | 0 |
| HSL | 36.95º | 1% | 0.65% | - |
| HSV(B) | 36.95º | 0.69% | 1% | - |
| XYZ | 60.39 | 57.35 | 15.09 | - |
| YUV | 194.91 | 62.03 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 78 | 0 | 0.27 | 0.69 | 0 | 36.95 | 1 | 0.65 |
| Hex | FF | BB | 4E | 0 | 1B | 45 | 0 | 25 | 64 | 41 |
| Octal | 377 | 273 | 116 | 0 | 33 | 105 | 0 | 45 | 144 | 101 |
| Binary | 11111111 | 10111011 | 1001110 | 0 | 11011 | 1000101 | 0 | 100101 | 1100100 | 1000001 |
Color Harmonies of #FFBB4E
Complementary color
Monochromatic Colors of #FFBB4E
Black with #FFBB4E
Text Example
Text Example
White with #FFBB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB4E; }
p { color: rgb(255,187,78); }
H1.HeaderClassName
{
color: #FFBB4E;
}
.AnyTagClassName
{
color: #FFBB4E;
}
</style>
background-color css
<style>
a { background-color: #FFBB4E; }
a { background-color: rgb(255,187,78); }
div.DivClassName
{
background-color: #FFBB4E;
}
.BgClassName
{
background-color: #FFBB4E;
}
</style>
border-color css
<style>
span { border-color: #FFBB4E; }
span { border-color: rgb(255,187,78); }
td.TdClassName
{
border-color: #FFBB4E;
}
.TagClassName
{
border-color: #FFBB4E;
}
</style>