Shades of Tacao #F5B172
Tints of Tacao #F5B172
RGB
CMYK
RGB Variations
Color information
#F5B172 (or 0xF5B172) is known color: Tacao. HEX triplet: F5, B1 and 72. RGB value is (245,177,114). Sum of RGB (Red+Green+Blue) = 245+177+114=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B172 is #0A4E8D. Grayscale: #BEBEBE. Windows color (decimal): -675470 or 7516661. OLE color: 7516661.
HSL color Cylindrical-coordinate representation of color #F5B172: hue angle of 28.85º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5B172 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 177 | 114 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.04 |
| HSL | 28.85º | 0.87% | 0.7% | - |
| HSV(B) | 28.85º | 0.53% | 0.96% | - |
| XYZ | 56.42 | 52.07 | 23 | - |
| YUV | 190.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 177 | 114 | 0 | 0.28 | 0.53 | 0.04 | 28.85 | 0.87 | 0.7 |
| Hex | F5 | B1 | 72 | 0 | 1C | 35 | 4 | 1D | 57 | 46 |
| Octal | 365 | 261 | 162 | 0 | 34 | 65 | 4 | 35 | 127 | 106 |
| Binary | 11110101 | 10110001 | 1110010 | 0 | 11100 | 110101 | 100 | 11101 | 1010111 | 1000110 |
Color Harmonies of #F5B172
Complementary color
Monochromatic Colors of #F5B172
Black with #F5B172
Text Example
Text Example
White with #F5B172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B172; }
p { color: rgb(245,177,114); }
H1.HeaderClassName
{
color: #F5B172;
}
.AnyTagClassName
{
color: #F5B172;
}
</style>
background-color css
<style>
a { background-color: #F5B172; }
a { background-color: rgb(245,177,114); }
div.DivClassName
{
background-color: #F5B172;
}
.BgClassName
{
background-color: #F5B172;
}
</style>
border-color css
<style>
span { border-color: #F5B172; }
span { border-color: rgb(245,177,114); }
td.TdClassName
{
border-color: #F5B172;
}
.TagClassName
{
border-color: #F5B172;
}
</style>