Shades of Tacao #F5A981
Tints of Tacao #F5A981
RGB
CMYK
RGB Variations
Color information
#F5A981 (or 0xF5A981) is known color: Tacao. HEX triplet: F5, A9 and 81. RGB value is (245,169,129). Sum of RGB (Red+Green+Blue) = 245+169+129=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A981 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A981 is #0A567E. Grayscale: #BBBBBB. Windows color (decimal): -677503 or 8497653. OLE color: 8497653.
HSL color Cylindrical-coordinate representation of color #F5A981: hue angle of 20.69º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5A981 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 169 | 129 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.04 |
| HSL | 20.69º | 0.85% | 0.73% | - |
| HSV(B) | 20.69º | 0.47% | 0.96% | - |
| XYZ | 55.81 | 49.37 | 27.36 | - |
| YUV | 187.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 169 | 129 | 0 | 0.31 | 0.47 | 0.04 | 20.69 | 0.85 | 0.73 |
| Hex | F5 | A9 | 81 | 0 | 1F | 2F | 4 | 15 | 55 | 49 |
| Octal | 365 | 251 | 201 | 0 | 37 | 57 | 4 | 25 | 125 | 111 |
| Binary | 11110101 | 10101001 | 10000001 | 0 | 11111 | 101111 | 100 | 10101 | 1010101 | 1001001 |
Color Harmonies of #F5A981
Complementary color
Monochromatic Colors of #F5A981
Black with #F5A981
Text Example
Text Example
White with #F5A981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A981; }
p { color: rgb(245,169,129); }
H1.HeaderClassName
{
color: #F5A981;
}
.AnyTagClassName
{
color: #F5A981;
}
</style>
background-color css
<style>
a { background-color: #F5A981; }
a { background-color: rgb(245,169,129); }
div.DivClassName
{
background-color: #F5A981;
}
.BgClassName
{
background-color: #F5A981;
}
</style>
border-color css
<style>
span { border-color: #F5A981; }
span { border-color: rgb(245,169,129); }
td.TdClassName
{
border-color: #F5A981;
}
.TagClassName
{
border-color: #F5A981;
}
</style>