Shades of Golden Tainoi #FFBB50
Tints of Golden Tainoi #FFBB50
RGB
CMYK
RGB Variations
Color information
#FFBB50 (or 0xFFBB50) is known color: Golden Tainoi. HEX triplet: FF, BB and 50. RGB value is (255,187,80). Sum of RGB (Red+Green+Blue) = 255+187+80=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB50 is #0044AF. Grayscale: #C3C3C3. Windows color (decimal): -17584 or 5291007. OLE color: 5291007.
HSL color Cylindrical-coordinate representation of color #FFBB50: hue angle of 36.69º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFBB50 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 80 | - |
| CMYK | 0 | 0.27 | 0.69 | 0 |
| HSL | 36.69º | 1% | 0.66% | - |
| HSV(B) | 36.69º | 0.69% | 1% | - |
| XYZ | 60.46 | 57.38 | 15.48 | - |
| YUV | 195.13 | 63.03 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 80 | 0 | 0.27 | 0.69 | 0 | 36.69 | 1 | 0.66 |
| Hex | FF | BB | 50 | 0 | 1B | 45 | 0 | 25 | 64 | 42 |
| Octal | 377 | 273 | 120 | 0 | 33 | 105 | 0 | 45 | 144 | 102 |
| Binary | 11111111 | 10111011 | 1010000 | 0 | 11011 | 1000101 | 0 | 100101 | 1100100 | 1000010 |
Color Harmonies of #FFBB50
Complementary color
Monochromatic Colors of #FFBB50
Black with #FFBB50
Text Example
Text Example
White with #FFBB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB50; }
p { color: rgb(255,187,80); }
H1.HeaderClassName
{
color: #FFBB50;
}
.AnyTagClassName
{
color: #FFBB50;
}
</style>
background-color css
<style>
a { background-color: #FFBB50; }
a { background-color: rgb(255,187,80); }
div.DivClassName
{
background-color: #FFBB50;
}
.BgClassName
{
background-color: #FFBB50;
}
</style>
border-color css
<style>
span { border-color: #FFBB50; }
span { border-color: rgb(255,187,80); }
td.TdClassName
{
border-color: #FFBB50;
}
.TagClassName
{
border-color: #FFBB50;
}
</style>