Shades of Tacao #F6AD74
Tints of Tacao #F6AD74
RGB
CMYK
RGB Variations
Color information
#F6AD74 (or 0xF6AD74) is known color: Tacao. HEX triplet: F6, AD and 74. RGB value is (246,173,116). Sum of RGB (Red+Green+Blue) = 246+173+116=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD74 is #09528B. Grayscale: #BCBCBC. Windows color (decimal): -610956 or 7646710. OLE color: 7646710.
HSL color Cylindrical-coordinate representation of color #F6AD74: hue angle of 26.31º 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 #F6AD74 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 116 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.04 |
| HSL | 26.31º | 0.88% | 0.71% | - |
| HSV(B) | 26.31º | 0.53% | 0.96% | - |
| XYZ | 56.1 | 50.74 | 23.36 | - |
| YUV | 188.33 | 87.18 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 116 | 0 | 0.30 | 0.53 | 0.04 | 26.31 | 0.88 | 0.71 |
| Hex | F6 | AD | 74 | 0 | 1E | 35 | 4 | 1A | 58 | 47 |
| Octal | 366 | 255 | 164 | 0 | 36 | 65 | 4 | 32 | 130 | 107 |
| Binary | 11110110 | 10101101 | 1110100 | 0 | 11110 | 110101 | 100 | 11010 | 1011000 | 1000111 |
Color Harmonies of #F6AD74
Complementary color
Monochromatic Colors of #F6AD74
Black with #F6AD74
Text Example
Text Example
White with #F6AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD74; }
p { color: rgb(246,173,116); }
H1.HeaderClassName
{
color: #F6AD74;
}
.AnyTagClassName
{
color: #F6AD74;
}
</style>
background-color css
<style>
a { background-color: #F6AD74; }
a { background-color: rgb(246,173,116); }
div.DivClassName
{
background-color: #F6AD74;
}
.BgClassName
{
background-color: #F6AD74;
}
</style>
border-color css
<style>
span { border-color: #F6AD74; }
span { border-color: rgb(246,173,116); }
td.TdClassName
{
border-color: #F6AD74;
}
.TagClassName
{
border-color: #F6AD74;
}
</style>