Shades of Tacao #F7B170
Tints of Tacao #F7B170
RGB
CMYK
RGB Variations
Color information
#F7B170 (or 0xF7B170) is known color: Tacao. HEX triplet: F7, B1 and 70. RGB value is (247,177,112). Sum of RGB (Red+Green+Blue) = 247+177+112=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B170 is #084E8F. Grayscale: #BEBEBE. Windows color (decimal): -544400 or 7385591. OLE color: 7385591.
HSL color Cylindrical-coordinate representation of color #F7B170: hue angle of 28.89º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7B170 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 112 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.03 |
| HSL | 28.89º | 0.89% | 0.7% | - |
| HSV(B) | 28.89º | 0.55% | 0.97% | - |
| XYZ | 57 | 52.39 | 22.44 | - |
| YUV | 190.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 112 | 0 | 0.28 | 0.55 | 0.03 | 28.89 | 0.89 | 0.7 |
| Hex | F7 | B1 | 70 | 0 | 1C | 37 | 3 | 1D | 59 | 46 |
| Octal | 367 | 261 | 160 | 0 | 34 | 67 | 3 | 35 | 131 | 106 |
| Binary | 11110111 | 10110001 | 1110000 | 0 | 11100 | 110111 | 11 | 11101 | 1011001 | 1000110 |
Color Harmonies of #F7B170
Complementary color
Monochromatic Colors of #F7B170
Black with #F7B170
Text Example
Text Example
White with #F7B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B170; }
p { color: rgb(247,177,112); }
H1.HeaderClassName
{
color: #F7B170;
}
.AnyTagClassName
{
color: #F7B170;
}
</style>
background-color css
<style>
a { background-color: #F7B170; }
a { background-color: rgb(247,177,112); }
div.DivClassName
{
background-color: #F7B170;
}
.BgClassName
{
background-color: #F7B170;
}
</style>
border-color css
<style>
span { border-color: #F7B170; }
span { border-color: rgb(247,177,112); }
td.TdClassName
{
border-color: #F7B170;
}
.TagClassName
{
border-color: #F7B170;
}
</style>