Shades of Tacao #F6AD6E
Tints of Tacao #F6AD6E
RGB
CMYK
RGB Variations
Color information
#F6AD6E (or 0xF6AD6E) is known color: Tacao. HEX triplet: F6, AD and 6E. RGB value is (246,173,110). Sum of RGB (Red+Green+Blue) = 246+173+110=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD6E is #095291. Grayscale: #BBBBBB. Windows color (decimal): -610962 or 7253494. OLE color: 7253494.
HSL color Cylindrical-coordinate representation of color #F6AD6E: hue angle of 27.79º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F6AD6E is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 110 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.04 |
| HSL | 27.79º | 0.88% | 0.7% | - |
| HSV(B) | 27.79º | 0.55% | 0.96% | - |
| XYZ | 55.76 | 50.61 | 21.58 | - |
| YUV | 187.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 110 | 0 | 0.30 | 0.55 | 0.04 | 27.79 | 0.88 | 0.7 |
| Hex | F6 | AD | 6E | 0 | 1E | 37 | 4 | 1C | 58 | 46 |
| Octal | 366 | 255 | 156 | 0 | 36 | 67 | 4 | 34 | 130 | 106 |
| Binary | 11110110 | 10101101 | 1101110 | 0 | 11110 | 110111 | 100 | 11100 | 1011000 | 1000110 |
Color Harmonies of #F6AD6E
Complementary color
Monochromatic Colors of #F6AD6E
Black with #F6AD6E
Text Example
Text Example
White with #F6AD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD6E; }
p { color: rgb(246,173,110); }
H1.HeaderClassName
{
color: #F6AD6E;
}
.AnyTagClassName
{
color: #F6AD6E;
}
</style>
background-color css
<style>
a { background-color: #F6AD6E; }
a { background-color: rgb(246,173,110); }
div.DivClassName
{
background-color: #F6AD6E;
}
.BgClassName
{
background-color: #F6AD6E;
}
</style>
border-color css
<style>
span { border-color: #F6AD6E; }
span { border-color: rgb(246,173,110); }
td.TdClassName
{
border-color: #F6AD6E;
}
.TagClassName
{
border-color: #F6AD6E;
}
</style>