Shades of Tacao #F7B375
Tints of Tacao #F7B375
RGB
CMYK
RGB Variations
Color information
#F7B375 (or 0xF7B375) is known color: Tacao. HEX triplet: F7, B3 and 75. RGB value is (247,179,117). Sum of RGB (Red+Green+Blue) = 247+179+117=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B375 is #084C8A. Grayscale: #C0C0C0. Windows color (decimal): -543883 or 7713783. OLE color: 7713783.
HSL color Cylindrical-coordinate representation of color #F7B375: hue angle of 28.62º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7B375 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 179 | 117 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.03 |
| HSL | 28.62º | 0.89% | 0.71% | - |
| HSV(B) | 28.62º | 0.53% | 0.97% | - |
| XYZ | 57.69 | 53.3 | 24.08 | - |
| YUV | 192.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 179 | 117 | 0 | 0.28 | 0.53 | 0.03 | 28.62 | 0.89 | 0.71 |
| Hex | F7 | B3 | 75 | 0 | 1C | 35 | 3 | 1D | 59 | 47 |
| Octal | 367 | 263 | 165 | 0 | 34 | 65 | 3 | 35 | 131 | 107 |
| Binary | 11110111 | 10110011 | 1110101 | 0 | 11100 | 110101 | 11 | 11101 | 1011001 | 1000111 |
Color Harmonies of #F7B375
Complementary color
Monochromatic Colors of #F7B375
Black with #F7B375
Text Example
Text Example
White with #F7B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B375; }
p { color: rgb(247,179,117); }
H1.HeaderClassName
{
color: #F7B375;
}
.AnyTagClassName
{
color: #F7B375;
}
</style>
background-color css
<style>
a { background-color: #F7B375; }
a { background-color: rgb(247,179,117); }
div.DivClassName
{
background-color: #F7B375;
}
.BgClassName
{
background-color: #F7B375;
}
</style>
border-color css
<style>
span { border-color: #F7B375; }
span { border-color: rgb(247,179,117); }
td.TdClassName
{
border-color: #F7B375;
}
.TagClassName
{
border-color: #F7B375;
}
</style>