Shades of Tacao #F8AF73
Tints of Tacao #F8AF73
RGB
CMYK
RGB Variations
Color information
#F8AF73 (or 0xF8AF73) is known color: Tacao. HEX triplet: F8, AF and 73. RGB value is (248,175,115). Sum of RGB (Red+Green+Blue) = 248+175+115=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AF73 is #07508C. Grayscale: #BEBEBE. Windows color (decimal): -479373 or 7581688. OLE color: 7581688.
HSL color Cylindrical-coordinate representation of color #F8AF73: hue angle of 27.07º 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 #F8AF73 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 115 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.03 |
| HSL | 27.07º | 0.9% | 0.71% | - |
| HSV(B) | 27.07º | 0.54% | 0.97% | - |
| XYZ | 57.14 | 51.85 | 23.22 | - |
| YUV | 189.99 | 85.68 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 115 | 0 | 0.29 | 0.54 | 0.03 | 27.07 | 0.9 | 0.71 |
| Hex | F8 | AF | 73 | 0 | 1D | 36 | 3 | 1B | 5A | 47 |
| Octal | 370 | 257 | 163 | 0 | 35 | 66 | 3 | 33 | 132 | 107 |
| Binary | 11111000 | 10101111 | 1110011 | 0 | 11101 | 110110 | 11 | 11011 | 1011010 | 1000111 |
Color Harmonies of #F8AF73
Complementary color
Monochromatic Colors of #F8AF73
Black with #F8AF73
Text Example
Text Example
White with #F8AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF73; }
p { color: rgb(248,175,115); }
H1.HeaderClassName
{
color: #F8AF73;
}
.AnyTagClassName
{
color: #F8AF73;
}
</style>
background-color css
<style>
a { background-color: #F8AF73; }
a { background-color: rgb(248,175,115); }
div.DivClassName
{
background-color: #F8AF73;
}
.BgClassName
{
background-color: #F8AF73;
}
</style>
border-color css
<style>
span { border-color: #F8AF73; }
span { border-color: rgb(248,175,115); }
td.TdClassName
{
border-color: #F8AF73;
}
.TagClassName
{
border-color: #F8AF73;
}
</style>