Shades of Tacao #F7AD78
Tints of Tacao #F7AD78
RGB
CMYK
RGB Variations
Color information
#F7AD78 (or 0xF7AD78) is known color: Tacao. HEX triplet: F7, AD and 78. RGB value is (247,173,120). Sum of RGB (Red+Green+Blue) = 247+173+120=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AD78 is #085287. Grayscale: #BDBDBD. Windows color (decimal): -545416 or 7908855. OLE color: 7908855.
HSL color Cylindrical-coordinate representation of color #F7AD78: hue angle of 25.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 #F7AD78 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 120 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.03 |
| HSL | 25.04º | 0.89% | 0.72% | - |
| HSV(B) | 25.04º | 0.51% | 0.97% | - |
| XYZ | 56.69 | 51.02 | 24.63 | - |
| YUV | 189.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 120 | 0 | 0.30 | 0.51 | 0.03 | 25.04 | 0.89 | 0.72 |
| Hex | F7 | AD | 78 | 0 | 1E | 33 | 3 | 19 | 59 | 48 |
| Octal | 367 | 255 | 170 | 0 | 36 | 63 | 3 | 31 | 131 | 110 |
| Binary | 11110111 | 10101101 | 1111000 | 0 | 11110 | 110011 | 11 | 11001 | 1011001 | 1001000 |
Color Harmonies of #F7AD78
Complementary color
Monochromatic Colors of #F7AD78
Black with #F7AD78
Text Example
Text Example
White with #F7AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AD78; }
p { color: rgb(247,173,120); }
H1.HeaderClassName
{
color: #F7AD78;
}
.AnyTagClassName
{
color: #F7AD78;
}
</style>
background-color css
<style>
a { background-color: #F7AD78; }
a { background-color: rgb(247,173,120); }
div.DivClassName
{
background-color: #F7AD78;
}
.BgClassName
{
background-color: #F7AD78;
}
</style>
border-color css
<style>
span { border-color: #F7AD78; }
span { border-color: rgb(247,173,120); }
td.TdClassName
{
border-color: #F7AD78;
}
.TagClassName
{
border-color: #F7AD78;
}
</style>