Shades of Tacao #F8AD73
Tints of Tacao #F8AD73
RGB
CMYK
RGB Variations
Color information
#F8AD73 (or 0xF8AD73) is known color: Tacao. HEX triplet: F8, AD and 73. RGB value is (248,173,115). Sum of RGB (Red+Green+Blue) = 248+173+115=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AD73 is #07528C. Grayscale: #BDBDBD. Windows color (decimal): -479885 or 7581176. OLE color: 7581176.
HSL color Cylindrical-coordinate representation of color #F8AD73: hue angle of 26.17º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8AD73 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 115 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.03 |
| HSL | 26.17º | 0.9% | 0.71% | - |
| HSV(B) | 26.17º | 0.54% | 0.97% | - |
| XYZ | 56.75 | 51.08 | 23.09 | - |
| YUV | 188.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 115 | 0 | 0.30 | 0.54 | 0.03 | 26.17 | 0.9 | 0.71 |
| Hex | F8 | AD | 73 | 0 | 1E | 36 | 3 | 1A | 5A | 47 |
| Octal | 370 | 255 | 163 | 0 | 36 | 66 | 3 | 32 | 132 | 107 |
| Binary | 11111000 | 10101101 | 1110011 | 0 | 11110 | 110110 | 11 | 11010 | 1011010 | 1000111 |
Color Harmonies of #F8AD73
Complementary color
Monochromatic Colors of #F8AD73
Black with #F8AD73
Text Example
Text Example
White with #F8AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AD73; }
p { color: rgb(248,173,115); }
H1.HeaderClassName
{
color: #F8AD73;
}
.AnyTagClassName
{
color: #F8AD73;
}
</style>
background-color css
<style>
a { background-color: #F8AD73; }
a { background-color: rgb(248,173,115); }
div.DivClassName
{
background-color: #F8AD73;
}
.BgClassName
{
background-color: #F8AD73;
}
</style>
border-color css
<style>
span { border-color: #F8AD73; }
span { border-color: rgb(248,173,115); }
td.TdClassName
{
border-color: #F8AD73;
}
.TagClassName
{
border-color: #F8AD73;
}
</style>