Shades of Golden Tainoi #FFBB4C
Tints of Golden Tainoi #FFBB4C
RGB
CMYK
RGB Variations
Color information
#FFBB4C (or 0xFFBB4C) is known color: Golden Tainoi. HEX triplet: FF, BB and 4C. RGB value is (255,187,76). Sum of RGB (Red+Green+Blue) = 255+187+76=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB4C is #0044B3. Grayscale: #C3C3C3. Windows color (decimal): -17588 or 5028863. OLE color: 5028863.
HSL color Cylindrical-coordinate representation of color #FFBB4C: hue angle of 37.21º 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 #FFBB4C is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 76 | - |
| CMYK | 0 | 0.27 | 0.70 | 0 |
| HSL | 37.21º | 1% | 0.65% | - |
| HSV(B) | 37.21º | 0.7% | 1% | - |
| XYZ | 60.31 | 57.32 | 14.72 | - |
| YUV | 194.68 | 61.03 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 76 | 0 | 0.27 | 0.70 | 0 | 37.21 | 1 | 0.65 |
| Hex | FF | BB | 4C | 0 | 1B | 46 | 0 | 25 | 64 | 41 |
| Octal | 377 | 273 | 114 | 0 | 33 | 106 | 0 | 45 | 144 | 101 |
| Binary | 11111111 | 10111011 | 1001100 | 0 | 11011 | 1000110 | 0 | 100101 | 1100100 | 1000001 |
Color Harmonies of #FFBB4C
Complementary color
Monochromatic Colors of #FFBB4C
Black with #FFBB4C
Text Example
Text Example
White with #FFBB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB4C; }
p { color: rgb(255,187,76); }
H1.HeaderClassName
{
color: #FFBB4C;
}
.AnyTagClassName
{
color: #FFBB4C;
}
</style>
background-color css
<style>
a { background-color: #FFBB4C; }
a { background-color: rgb(255,187,76); }
div.DivClassName
{
background-color: #FFBB4C;
}
.BgClassName
{
background-color: #FFBB4C;
}
</style>
border-color css
<style>
span { border-color: #FFBB4C; }
span { border-color: rgb(255,187,76); }
td.TdClassName
{
border-color: #FFBB4C;
}
.TagClassName
{
border-color: #FFBB4C;
}
</style>