Shades of Tacao #F5B771
Tints of Tacao #F5B771
RGB
CMYK
RGB Variations
Color information
#F5B771 (or 0xF5B771) is known color: Tacao. HEX triplet: F5, B7 and 71. RGB value is (245,183,113). Sum of RGB (Red+Green+Blue) = 245+183+113=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B771 is #0A488E. Grayscale: #C1C1C1. Windows color (decimal): -673935 or 7452661. OLE color: 7452661.
HSL color Cylindrical-coordinate representation of color #F5B771: hue angle of 31.82º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5B771 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 183 | 113 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.04 |
| HSL | 31.82º | 0.87% | 0.7% | - |
| HSV(B) | 31.82º | 0.54% | 0.96% | - |
| XYZ | 57.57 | 54.47 | 23.1 | - |
| YUV | 193.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 183 | 113 | 0 | 0.25 | 0.54 | 0.04 | 31.82 | 0.87 | 0.7 |
| Hex | F5 | B7 | 71 | 0 | 19 | 36 | 4 | 20 | 57 | 46 |
| Octal | 365 | 267 | 161 | 0 | 31 | 66 | 4 | 40 | 127 | 106 |
| Binary | 11110101 | 10110111 | 1110001 | 0 | 11001 | 110110 | 100 | 100000 | 1010111 | 1000110 |
Color Harmonies of #F5B771
Complementary color
Monochromatic Colors of #F5B771
Black with #F5B771
Text Example
Text Example
White with #F5B771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B771; }
p { color: rgb(245,183,113); }
H1.HeaderClassName
{
color: #F5B771;
}
.AnyTagClassName
{
color: #F5B771;
}
</style>
background-color css
<style>
a { background-color: #F5B771; }
a { background-color: rgb(245,183,113); }
div.DivClassName
{
background-color: #F5B771;
}
.BgClassName
{
background-color: #F5B771;
}
</style>
border-color css
<style>
span { border-color: #F5B771; }
span { border-color: rgb(245,183,113); }
td.TdClassName
{
border-color: #F5B771;
}
.TagClassName
{
border-color: #F5B771;
}
</style>