Shades of Tacao #F5AB80
Tints of Tacao #F5AB80
RGB
CMYK
RGB Variations
Color information
#F5AB80 (or 0xF5AB80) is known color: Tacao. HEX triplet: F5, AB and 80. RGB value is (245,171,128). Sum of RGB (Red+Green+Blue) = 245+171+128=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AB80 is #0A547F. Grayscale: #BCBCBC. Windows color (decimal): -676992 or 8432629. OLE color: 8432629.
HSL color Cylindrical-coordinate representation of color #F5AB80: hue angle of 22.05º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5AB80 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 128 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.04 |
| HSL | 22.05º | 0.85% | 0.73% | - |
| HSV(B) | 22.05º | 0.48% | 0.96% | - |
| XYZ | 56.12 | 50.1 | 27.13 | - |
| YUV | 188.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 128 | 0 | 0.30 | 0.48 | 0.04 | 22.05 | 0.85 | 0.73 |
| Hex | F5 | AB | 80 | 0 | 1E | 30 | 4 | 16 | 55 | 49 |
| Octal | 365 | 253 | 200 | 0 | 36 | 60 | 4 | 26 | 125 | 111 |
| Binary | 11110101 | 10101011 | 10000000 | 0 | 11110 | 110000 | 100 | 10110 | 1010101 | 1001001 |
Color Harmonies of #F5AB80
Complementary color
Monochromatic Colors of #F5AB80
Black with #F5AB80
Text Example
Text Example
White with #F5AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AB80; }
p { color: rgb(245,171,128); }
H1.HeaderClassName
{
color: #F5AB80;
}
.AnyTagClassName
{
color: #F5AB80;
}
</style>
background-color css
<style>
a { background-color: #F5AB80; }
a { background-color: rgb(245,171,128); }
div.DivClassName
{
background-color: #F5AB80;
}
.BgClassName
{
background-color: #F5AB80;
}
</style>
border-color css
<style>
span { border-color: #F5AB80; }
span { border-color: rgb(245,171,128); }
td.TdClassName
{
border-color: #F5AB80;
}
.TagClassName
{
border-color: #F5AB80;
}
</style>