Shades of Tacao #F5B071
Tints of Tacao #F5B071
RGB
CMYK
RGB Variations
Color information
#F5B071 (or 0xF5B071) is known color: Tacao. HEX triplet: F5, B0 and 71. RGB value is (245,176,113). Sum of RGB (Red+Green+Blue) = 245+176+113=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B071 is #0A4F8E. Grayscale: #BDBDBD. Windows color (decimal): -675727 or 7450869. OLE color: 7450869.
HSL color Cylindrical-coordinate representation of color #F5B071: hue angle of 28.64º 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 #F5B071 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 113 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.04 |
| HSL | 28.64º | 0.87% | 0.7% | - |
| HSV(B) | 28.64º | 0.54% | 0.96% | - |
| XYZ | 56.16 | 51.66 | 22.63 | - |
| YUV | 189.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 113 | 0 | 0.28 | 0.54 | 0.04 | 28.64 | 0.87 | 0.7 |
| Hex | F5 | B0 | 71 | 0 | 1C | 36 | 4 | 1D | 57 | 46 |
| Octal | 365 | 260 | 161 | 0 | 34 | 66 | 4 | 35 | 127 | 106 |
| Binary | 11110101 | 10110000 | 1110001 | 0 | 11100 | 110110 | 100 | 11101 | 1010111 | 1000110 |
Color Harmonies of #F5B071
Complementary color
Monochromatic Colors of #F5B071
Black with #F5B071
Text Example
Text Example
White with #F5B071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B071; }
p { color: rgb(245,176,113); }
H1.HeaderClassName
{
color: #F5B071;
}
.AnyTagClassName
{
color: #F5B071;
}
</style>
background-color css
<style>
a { background-color: #F5B071; }
a { background-color: rgb(245,176,113); }
div.DivClassName
{
background-color: #F5B071;
}
.BgClassName
{
background-color: #F5B071;
}
</style>
border-color css
<style>
span { border-color: #F5B071; }
span { border-color: rgb(245,176,113); }
td.TdClassName
{
border-color: #F5B071;
}
.TagClassName
{
border-color: #F5B071;
}
</style>