Shades of Golden Tainoi #FFBB51
Tints of Golden Tainoi #FFBB51
RGB
CMYK
RGB Variations
Color information
#FFBB51 (or 0xFFBB51) is known color: Golden Tainoi. HEX triplet: FF, BB and 51. RGB value is (255,187,81). Sum of RGB (Red+Green+Blue) = 255+187+81=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB51 is #0044AE. Grayscale: #C3C3C3. Windows color (decimal): -17583 or 5356543. OLE color: 5356543.
HSL color Cylindrical-coordinate representation of color #FFBB51: hue angle of 36.55º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFBB51 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 81 | - |
| CMYK | 0 | 0.27 | 0.68 | 0 |
| HSL | 36.55º | 1% | 0.66% | - |
| HSV(B) | 36.55º | 0.68% | 1% | - |
| XYZ | 60.5 | 57.39 | 15.67 | - |
| YUV | 195.25 | 63.53 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 81 | 0 | 0.27 | 0.68 | 0 | 36.55 | 1 | 0.66 |
| Hex | FF | BB | 51 | 0 | 1B | 44 | 0 | 25 | 64 | 42 |
| Octal | 377 | 273 | 121 | 0 | 33 | 104 | 0 | 45 | 144 | 102 |
| Binary | 11111111 | 10111011 | 1010001 | 0 | 11011 | 1000100 | 0 | 100101 | 1100100 | 1000010 |
Color Harmonies of #FFBB51
Complementary color
Monochromatic Colors of #FFBB51
Black with #FFBB51
Text Example
Text Example
White with #FFBB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB51; }
p { color: rgb(255,187,81); }
H1.HeaderClassName
{
color: #FFBB51;
}
.AnyTagClassName
{
color: #FFBB51;
}
</style>
background-color css
<style>
a { background-color: #FFBB51; }
a { background-color: rgb(255,187,81); }
div.DivClassName
{
background-color: #FFBB51;
}
.BgClassName
{
background-color: #FFBB51;
}
</style>
border-color css
<style>
span { border-color: #FFBB51; }
span { border-color: rgb(255,187,81); }
td.TdClassName
{
border-color: #FFBB51;
}
.TagClassName
{
border-color: #FFBB51;
}
</style>