Shades of Tacao #F7AA7A
Tints of Tacao #F7AA7A
RGB
CMYK
RGB Variations
Color information
#F7AA7A (or 0xF7AA7A) is known color: Tacao. HEX triplet: F7, AA and 7A. RGB value is (247,170,122). Sum of RGB (Red+Green+Blue) = 247+170+122=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AA7A is #085585. Grayscale: #BBBBBB. Windows color (decimal): -546182 or 8039159. OLE color: 8039159.
HSL color Cylindrical-coordinate representation of color #F7AA7A: hue angle of 23.04º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7AA7A is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 122 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.03 |
| HSL | 23.04º | 0.89% | 0.72% | - |
| HSV(B) | 23.04º | 0.51% | 0.97% | - |
| XYZ | 56.25 | 49.93 | 25.09 | - |
| YUV | 187.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 122 | 0 | 0.31 | 0.51 | 0.03 | 23.04 | 0.89 | 0.72 |
| Hex | F7 | AA | 7A | 0 | 1F | 33 | 3 | 17 | 59 | 48 |
| Octal | 367 | 252 | 172 | 0 | 37 | 63 | 3 | 27 | 131 | 110 |
| Binary | 11110111 | 10101010 | 1111010 | 0 | 11111 | 110011 | 11 | 10111 | 1011001 | 1001000 |
Color Harmonies of #F7AA7A
Complementary color
Monochromatic Colors of #F7AA7A
Black with #F7AA7A
Text Example
Text Example
White with #F7AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AA7A; }
p { color: rgb(247,170,122); }
H1.HeaderClassName
{
color: #F7AA7A;
}
.AnyTagClassName
{
color: #F7AA7A;
}
</style>
background-color css
<style>
a { background-color: #F7AA7A; }
a { background-color: rgb(247,170,122); }
div.DivClassName
{
background-color: #F7AA7A;
}
.BgClassName
{
background-color: #F7AA7A;
}
</style>
border-color css
<style>
span { border-color: #F7AA7A; }
span { border-color: rgb(247,170,122); }
td.TdClassName
{
border-color: #F7AA7A;
}
.TagClassName
{
border-color: #F7AA7A;
}
</style>