Shades of Tacao #F7A975
Tints of Tacao #F7A975
RGB
CMYK
RGB Variations
Color information
#F7A975 (or 0xF7A975) is known color: Tacao. HEX triplet: F7, A9 and 75. RGB value is (247,169,117). Sum of RGB (Red+Green+Blue) = 247+169+117=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A975 is #08568A. Grayscale: #BABABA. Windows color (decimal): -546443 or 7711223. OLE color: 7711223.
HSL color Cylindrical-coordinate representation of color #F7A975: hue angle of 24º 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 #F7A975 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 169 | 117 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.03 |
| HSL | 24º | 0.89% | 0.71% | - |
| HSV(B) | 24º | 0.53% | 0.97% | - |
| XYZ | 55.76 | 49.43 | 23.43 | - |
| YUV | 186.39 | 88.84 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 169 | 117 | 0 | 0.32 | 0.53 | 0.03 | 24 | 0.89 | 0.71 |
| Hex | F7 | A9 | 75 | 0 | 20 | 35 | 3 | 18 | 59 | 47 |
| Octal | 367 | 251 | 165 | 0 | 40 | 65 | 3 | 30 | 131 | 107 |
| Binary | 11110111 | 10101001 | 1110101 | 0 | 100000 | 110101 | 11 | 11000 | 1011001 | 1000111 |
Color Harmonies of #F7A975
Complementary color
Monochromatic Colors of #F7A975
Black with #F7A975
Text Example
Text Example
White with #F7A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A975; }
p { color: rgb(247,169,117); }
H1.HeaderClassName
{
color: #F7A975;
}
.AnyTagClassName
{
color: #F7A975;
}
</style>
background-color css
<style>
a { background-color: #F7A975; }
a { background-color: rgb(247,169,117); }
div.DivClassName
{
background-color: #F7A975;
}
.BgClassName
{
background-color: #F7A975;
}
</style>
border-color css
<style>
span { border-color: #F7A975; }
span { border-color: rgb(247,169,117); }
td.TdClassName
{
border-color: #F7A975;
}
.TagClassName
{
border-color: #F7A975;
}
</style>