Shades of Tacao #F5A884
Tints of Tacao #F5A884
RGB
CMYK
RGB Variations
Color information
#F5A884 (or 0xF5A884) is known color: Tacao. HEX triplet: F5, A8 and 84. RGB value is (245,168,132). Sum of RGB (Red+Green+Blue) = 245+168+132=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A884 is #0A577B. Grayscale: #BBBBBB. Windows color (decimal): -677756 or 8694005. OLE color: 8694005.
HSL color Cylindrical-coordinate representation of color #F5A884: hue angle of 19.12º 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 #F5A884 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 132 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.04 |
| HSL | 19.12º | 0.85% | 0.74% | - |
| HSV(B) | 19.12º | 0.46% | 0.96% | - |
| XYZ | 55.82 | 49.08 | 28.36 | - |
| YUV | 186.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 132 | 0 | 0.31 | 0.46 | 0.04 | 19.12 | 0.85 | 0.74 |
| Hex | F5 | A8 | 84 | 0 | 1F | 2E | 4 | 13 | 55 | 4A |
| Octal | 365 | 250 | 204 | 0 | 37 | 56 | 4 | 23 | 125 | 112 |
| Binary | 11110101 | 10101000 | 10000100 | 0 | 11111 | 101110 | 100 | 10011 | 1010101 | 1001010 |
Color Harmonies of #F5A884
Complementary color
Monochromatic Colors of #F5A884
Black with #F5A884
Text Example
Text Example
White with #F5A884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A884; }
p { color: rgb(245,168,132); }
H1.HeaderClassName
{
color: #F5A884;
}
.AnyTagClassName
{
color: #F5A884;
}
</style>
background-color css
<style>
a { background-color: #F5A884; }
a { background-color: rgb(245,168,132); }
div.DivClassName
{
background-color: #F5A884;
}
.BgClassName
{
background-color: #F5A884;
}
</style>
border-color css
<style>
span { border-color: #F5A884; }
span { border-color: rgb(245,168,132); }
td.TdClassName
{
border-color: #F5A884;
}
.TagClassName
{
border-color: #F5A884;
}
</style>