Shades of Tacao #F5AF84
Tints of Tacao #F5AF84
RGB
CMYK
RGB Variations
Color information
#F5AF84 (or 0xF5AF84) is known color: Tacao. HEX triplet: F5, AF and 84. RGB value is (245,175,132). Sum of RGB (Red+Green+Blue) = 245+175+132=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AF84 is #0A507B. Grayscale: #BFBFBF. Windows color (decimal): -675964 or 8695797. OLE color: 8695797.
HSL color Cylindrical-coordinate representation of color #F5AF84: hue angle of 22.83º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5AF84 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 132 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.04 |
| HSL | 22.83º | 0.85% | 0.74% | - |
| HSV(B) | 22.83º | 0.46% | 0.96% | - |
| XYZ | 57.15 | 51.74 | 28.8 | - |
| YUV | 191.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 132 | 0 | 0.29 | 0.46 | 0.04 | 22.83 | 0.85 | 0.74 |
| Hex | F5 | AF | 84 | 0 | 1D | 2E | 4 | 17 | 55 | 4A |
| Octal | 365 | 257 | 204 | 0 | 35 | 56 | 4 | 27 | 125 | 112 |
| Binary | 11110101 | 10101111 | 10000100 | 0 | 11101 | 101110 | 100 | 10111 | 1010101 | 1001010 |
Color Harmonies of #F5AF84
Complementary color
Monochromatic Colors of #F5AF84
Black with #F5AF84
Text Example
Text Example
White with #F5AF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF84; }
p { color: rgb(245,175,132); }
H1.HeaderClassName
{
color: #F5AF84;
}
.AnyTagClassName
{
color: #F5AF84;
}
</style>
background-color css
<style>
a { background-color: #F5AF84; }
a { background-color: rgb(245,175,132); }
div.DivClassName
{
background-color: #F5AF84;
}
.BgClassName
{
background-color: #F5AF84;
}
</style>
border-color css
<style>
span { border-color: #F5AF84; }
span { border-color: rgb(245,175,132); }
td.TdClassName
{
border-color: #F5AF84;
}
.TagClassName
{
border-color: #F5AF84;
}
</style>