Shades of Tacao #F6A87E
Tints of Tacao #F6A87E
RGB
CMYK
RGB Variations
Color information
#F6A87E (or 0xF6A87E) is known color: Tacao. HEX triplet: F6, A8 and 7E. RGB value is (246,168,126). Sum of RGB (Red+Green+Blue) = 246+168+126=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A87E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A87E is #095781. Grayscale: #BABABA. Windows color (decimal): -612226 or 8300790. OLE color: 8300790.
HSL color Cylindrical-coordinate representation of color #F6A87E: hue angle of 21º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6A87E is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 126 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.04 |
| HSL | 21º | 0.87% | 0.73% | - |
| HSV(B) | 21º | 0.49% | 0.96% | - |
| XYZ | 55.77 | 49.1 | 26.28 | - |
| YUV | 186.53 | 93.84 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 126 | 0 | 0.32 | 0.49 | 0.04 | 21 | 0.87 | 0.73 |
| Hex | F6 | A8 | 7E | 0 | 20 | 31 | 4 | 15 | 57 | 49 |
| Octal | 366 | 250 | 176 | 0 | 40 | 61 | 4 | 25 | 127 | 111 |
| Binary | 11110110 | 10101000 | 1111110 | 0 | 100000 | 110001 | 100 | 10101 | 1010111 | 1001001 |
Color Harmonies of #F6A87E
Complementary color
Monochromatic Colors of #F6A87E
Black with #F6A87E
Text Example
Text Example
White with #F6A87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A87E; }
p { color: rgb(246,168,126); }
H1.HeaderClassName
{
color: #F6A87E;
}
.AnyTagClassName
{
color: #F6A87E;
}
</style>
background-color css
<style>
a { background-color: #F6A87E; }
a { background-color: rgb(246,168,126); }
div.DivClassName
{
background-color: #F6A87E;
}
.BgClassName
{
background-color: #F6A87E;
}
</style>
border-color css
<style>
span { border-color: #F6A87E; }
span { border-color: rgb(246,168,126); }
td.TdClassName
{
border-color: #F6A87E;
}
.TagClassName
{
border-color: #F6A87E;
}
</style>