Shades of Tacao #F7AD73
Tints of Tacao #F7AD73
RGB
CMYK
RGB Variations
Color information
#F7AD73 (or 0xF7AD73) is known color: Tacao. HEX triplet: F7, AD and 73. RGB value is (247,173,115). Sum of RGB (Red+Green+Blue) = 247+173+115=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AD73 is #08528C. Grayscale: #BCBCBC. Windows color (decimal): -545421 or 7581175. OLE color: 7581175.
HSL color Cylindrical-coordinate representation of color #F7AD73: hue angle of 26.36º 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 #F7AD73 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 115 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.03 |
| HSL | 26.36º | 0.89% | 0.71% | - |
| HSV(B) | 26.36º | 0.53% | 0.97% | - |
| XYZ | 56.4 | 50.9 | 23.07 | - |
| YUV | 188.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 115 | 0 | 0.30 | 0.53 | 0.03 | 26.36 | 0.89 | 0.71 |
| Hex | F7 | AD | 73 | 0 | 1E | 35 | 3 | 1A | 59 | 47 |
| Octal | 367 | 255 | 163 | 0 | 36 | 65 | 3 | 32 | 131 | 107 |
| Binary | 11110111 | 10101101 | 1110011 | 0 | 11110 | 110101 | 11 | 11010 | 1011001 | 1000111 |
Color Harmonies of #F7AD73
Complementary color
Monochromatic Colors of #F7AD73
Black with #F7AD73
Text Example
Text Example
White with #F7AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AD73; }
p { color: rgb(247,173,115); }
H1.HeaderClassName
{
color: #F7AD73;
}
.AnyTagClassName
{
color: #F7AD73;
}
</style>
background-color css
<style>
a { background-color: #F7AD73; }
a { background-color: rgb(247,173,115); }
div.DivClassName
{
background-color: #F7AD73;
}
.BgClassName
{
background-color: #F7AD73;
}
</style>
border-color css
<style>
span { border-color: #F7AD73; }
span { border-color: rgb(247,173,115); }
td.TdClassName
{
border-color: #F7AD73;
}
.TagClassName
{
border-color: #F7AD73;
}
</style>