Shades of Tacao #F6A873
Tints of Tacao #F6A873
RGB
CMYK
RGB Variations
Color information
#F6A873 (or 0xF6A873) is known color: Tacao. HEX triplet: F6, A8 and 73. RGB value is (246,168,115). Sum of RGB (Red+Green+Blue) = 246+168+115=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A873 is #09578C. Grayscale: #B9B9B9. Windows color (decimal): -612237 or 7579894. OLE color: 7579894.
HSL color Cylindrical-coordinate representation of color #F6A873: hue angle of 24.27º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F6A873 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 115 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.04 |
| HSL | 24.27º | 0.88% | 0.71% | - |
| HSV(B) | 24.27º | 0.53% | 0.96% | - |
| XYZ | 55.1 | 48.84 | 22.74 | - |
| YUV | 185.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 115 | 0 | 0.32 | 0.53 | 0.04 | 24.27 | 0.88 | 0.71 |
| Hex | F6 | A8 | 73 | 0 | 20 | 35 | 4 | 18 | 58 | 47 |
| Octal | 366 | 250 | 163 | 0 | 40 | 65 | 4 | 30 | 130 | 107 |
| Binary | 11110110 | 10101000 | 1110011 | 0 | 100000 | 110101 | 100 | 11000 | 1011000 | 1000111 |
Color Harmonies of #F6A873
Complementary color
Monochromatic Colors of #F6A873
Black with #F6A873
Text Example
Text Example
White with #F6A873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A873; }
p { color: rgb(246,168,115); }
H1.HeaderClassName
{
color: #F6A873;
}
.AnyTagClassName
{
color: #F6A873;
}
</style>
background-color css
<style>
a { background-color: #F6A873; }
a { background-color: rgb(246,168,115); }
div.DivClassName
{
background-color: #F6A873;
}
.BgClassName
{
background-color: #F6A873;
}
</style>
border-color css
<style>
span { border-color: #F6A873; }
span { border-color: rgb(246,168,115); }
td.TdClassName
{
border-color: #F6A873;
}
.TagClassName
{
border-color: #F6A873;
}
</style>