Shades of Tacao #F5AB70
Tints of Tacao #F5AB70
RGB
CMYK
RGB Variations
Color information
#F5AB70 (or 0xF5AB70) is known color: Tacao. HEX triplet: F5, AB and 70. RGB value is (245,171,112). Sum of RGB (Red+Green+Blue) = 245+171+112=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AB70 is #0A548F. Grayscale: #BABABA. Windows color (decimal): -677008 or 7384053. OLE color: 7384053.
HSL color Cylindrical-coordinate representation of color #F5AB70: hue angle of 26.62º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5AB70 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 112 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.04 |
| HSL | 26.62º | 0.87% | 0.7% | - |
| HSV(B) | 26.62º | 0.54% | 0.96% | - |
| XYZ | 55.14 | 49.71 | 22.02 | - |
| YUV | 186.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 112 | 0 | 0.30 | 0.54 | 0.04 | 26.62 | 0.87 | 0.7 |
| Hex | F5 | AB | 70 | 0 | 1E | 36 | 4 | 1B | 57 | 46 |
| Octal | 365 | 253 | 160 | 0 | 36 | 66 | 4 | 33 | 127 | 106 |
| Binary | 11110101 | 10101011 | 1110000 | 0 | 11110 | 110110 | 100 | 11011 | 1010111 | 1000110 |
Color Harmonies of #F5AB70
Complementary color
Monochromatic Colors of #F5AB70
Black with #F5AB70
Text Example
Text Example
White with #F5AB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AB70; }
p { color: rgb(245,171,112); }
H1.HeaderClassName
{
color: #F5AB70;
}
.AnyTagClassName
{
color: #F5AB70;
}
</style>
background-color css
<style>
a { background-color: #F5AB70; }
a { background-color: rgb(245,171,112); }
div.DivClassName
{
background-color: #F5AB70;
}
.BgClassName
{
background-color: #F5AB70;
}
</style>
border-color css
<style>
span { border-color: #F5AB70; }
span { border-color: rgb(245,171,112); }
td.TdClassName
{
border-color: #F5AB70;
}
.TagClassName
{
border-color: #F5AB70;
}
</style>