Shades of Tacao #F6A67C
Tints of Tacao #F6A67C
RGB
CMYK
RGB Variations
Color information
#F6A67C (or 0xF6A67C) is known color: Tacao. HEX triplet: F6, A6 and 7C. RGB value is (246,166,124). Sum of RGB (Red+Green+Blue) = 246+166+124=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A67C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A67C is #095983. Grayscale: #B9B9B9. Windows color (decimal): -612740 or 8169206. OLE color: 8169206.
HSL color Cylindrical-coordinate representation of color #F6A67C: hue angle of 20.66º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6A67C is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 166 | 124 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.04 |
| HSL | 20.66º | 0.87% | 0.73% | - |
| HSV(B) | 20.66º | 0.5% | 0.96% | - |
| XYZ | 55.28 | 48.32 | 25.48 | - |
| YUV | 185.13 | 93.5 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 166 | 124 | 0 | 0.33 | 0.50 | 0.04 | 20.66 | 0.87 | 0.73 |
| Hex | F6 | A6 | 7C | 0 | 21 | 32 | 4 | 15 | 57 | 49 |
| Octal | 366 | 246 | 174 | 0 | 41 | 62 | 4 | 25 | 127 | 111 |
| Binary | 11110110 | 10100110 | 1111100 | 0 | 100001 | 110010 | 100 | 10101 | 1010111 | 1001001 |
Color Harmonies of #F6A67C
Complementary color
Monochromatic Colors of #F6A67C
Black with #F6A67C
Text Example
Text Example
White with #F6A67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A67C; }
p { color: rgb(246,166,124); }
H1.HeaderClassName
{
color: #F6A67C;
}
.AnyTagClassName
{
color: #F6A67C;
}
</style>
background-color css
<style>
a { background-color: #F6A67C; }
a { background-color: rgb(246,166,124); }
div.DivClassName
{
background-color: #F6A67C;
}
.BgClassName
{
background-color: #F6A67C;
}
</style>
border-color css
<style>
span { border-color: #F6A67C; }
span { border-color: rgb(246,166,124); }
td.TdClassName
{
border-color: #F6A67C;
}
.TagClassName
{
border-color: #F6A67C;
}
</style>