Shades of Tacao #FBB373
Tints of Tacao #FBB373
RGB
CMYK
RGB Variations
Color information
#FBB373 (or 0xFBB373) is known color: Tacao. HEX triplet: FB, B3 and 73. RGB value is (251,179,115). Sum of RGB (Red+Green+Blue) = 251+179+115=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB373 is #044C8C. Grayscale: #C1C1C1. Windows color (decimal): -281741 or 7582715. OLE color: 7582715.
HSL color Cylindrical-coordinate representation of color #FBB373: hue angle of 28.24º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBB373 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 179 | 115 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.02 |
| HSL | 28.24º | 0.94% | 0.72% | - |
| HSV(B) | 28.24º | 0.54% | 0.98% | - |
| XYZ | 59 | 53.99 | 23.53 | - |
| YUV | 193.23 | 83.85 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 179 | 115 | 0 | 0.29 | 0.54 | 0.02 | 28.24 | 0.94 | 0.72 |
| Hex | FB | B3 | 73 | 0 | 1D | 36 | 2 | 1C | 5E | 48 |
| Octal | 373 | 263 | 163 | 0 | 35 | 66 | 2 | 34 | 136 | 110 |
| Binary | 11111011 | 10110011 | 1110011 | 0 | 11101 | 110110 | 10 | 11100 | 1011110 | 1001000 |
Color Harmonies of #FBB373
Complementary color
Monochromatic Colors of #FBB373
Black with #FBB373
Text Example
Text Example
White with #FBB373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB373; }
p { color: rgb(251,179,115); }
H1.HeaderClassName
{
color: #FBB373;
}
.AnyTagClassName
{
color: #FBB373;
}
</style>
background-color css
<style>
a { background-color: #FBB373; }
a { background-color: rgb(251,179,115); }
div.DivClassName
{
background-color: #FBB373;
}
.BgClassName
{
background-color: #FBB373;
}
</style>
border-color css
<style>
span { border-color: #FBB373; }
span { border-color: rgb(251,179,115); }
td.TdClassName
{
border-color: #FBB373;
}
.TagClassName
{
border-color: #FBB373;
}
</style>