Shades of Tacao #F0AB71
Tints of Tacao #F0AB71
RGB
CMYK
RGB Variations
Color information
#F0AB71 (or 0xF0AB71) is known color: Tacao. HEX triplet: F0, AB and 71. RGB value is (240,171,113). Sum of RGB (Red+Green+Blue) = 240+171+113=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB71 is #0F548E. Grayscale: #B9B9B9. Windows color (decimal): -1004687 or 7449584. OLE color: 7449584.
HSL color Cylindrical-coordinate representation of color #F0AB71: hue angle of 27.4º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0AB71 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 113 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.06 |
| HSL | 27.4º | 0.81% | 0.69% | - |
| HSV(B) | 27.4º | 0.53% | 0.94% | - |
| XYZ | 53.48 | 48.84 | 22.23 | - |
| YUV | 185.02 | 87.36 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 113 | 0 | 0.29 | 0.53 | 0.06 | 27.4 | 0.81 | 0.69 |
| Hex | F0 | AB | 71 | 0 | 1D | 35 | 6 | 1B | 51 | 45 |
| Octal | 360 | 253 | 161 | 0 | 35 | 65 | 6 | 33 | 121 | 105 |
| Binary | 11110000 | 10101011 | 1110001 | 0 | 11101 | 110101 | 110 | 11011 | 1010001 | 1000101 |
Color Harmonies of #F0AB71
Complementary color
Monochromatic Colors of #F0AB71
Black with #F0AB71
Text Example
Text Example
White with #F0AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB71; }
p { color: rgb(240,171,113); }
H1.HeaderClassName
{
color: #F0AB71;
}
.AnyTagClassName
{
color: #F0AB71;
}
</style>
background-color css
<style>
a { background-color: #F0AB71; }
a { background-color: rgb(240,171,113); }
div.DivClassName
{
background-color: #F0AB71;
}
.BgClassName
{
background-color: #F0AB71;
}
</style>
border-color css
<style>
span { border-color: #F0AB71; }
span { border-color: rgb(240,171,113); }
td.TdClassName
{
border-color: #F0AB71;
}
.TagClassName
{
border-color: #F0AB71;
}
</style>