Shades of Tacao #F7A878
Tints of Tacao #F7A878
RGB
CMYK
RGB Variations
Color information
#F7A878 (or 0xF7A878) is known color: Tacao. HEX triplet: F7, A8 and 78. RGB value is (247,168,120). Sum of RGB (Red+Green+Blue) = 247+168+120=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A878 is #085787. Grayscale: #BABABA. Windows color (decimal): -546696 or 7907575. OLE color: 7907575.
HSL color Cylindrical-coordinate representation of color #F7A878: hue angle of 22.68º 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 #F7A878 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 120 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.03 |
| HSL | 22.68º | 0.89% | 0.72% | - |
| HSV(B) | 22.68º | 0.51% | 0.97% | - |
| XYZ | 55.75 | 49.14 | 24.32 | - |
| YUV | 186.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 120 | 0 | 0.32 | 0.51 | 0.03 | 22.68 | 0.89 | 0.72 |
| Hex | F7 | A8 | 78 | 0 | 20 | 33 | 3 | 17 | 59 | 48 |
| Octal | 367 | 250 | 170 | 0 | 40 | 63 | 3 | 27 | 131 | 110 |
| Binary | 11110111 | 10101000 | 1111000 | 0 | 100000 | 110011 | 11 | 10111 | 1011001 | 1001000 |
Color Harmonies of #F7A878
Complementary color
Monochromatic Colors of #F7A878
Black with #F7A878
Text Example
Text Example
White with #F7A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A878; }
p { color: rgb(247,168,120); }
H1.HeaderClassName
{
color: #F7A878;
}
.AnyTagClassName
{
color: #F7A878;
}
</style>
background-color css
<style>
a { background-color: #F7A878; }
a { background-color: rgb(247,168,120); }
div.DivClassName
{
background-color: #F7A878;
}
.BgClassName
{
background-color: #F7A878;
}
</style>
border-color css
<style>
span { border-color: #F7A878; }
span { border-color: rgb(247,168,120); }
td.TdClassName
{
border-color: #F7A878;
}
.TagClassName
{
border-color: #F7A878;
}
</style>