Shades of Tacao #F0AC70
Tints of Tacao #F0AC70
RGB
CMYK
RGB Variations
Color information
#F0AC70 (or 0xF0AC70) is known color: Tacao. HEX triplet: F0, AC and 70. RGB value is (240,172,112). Sum of RGB (Red+Green+Blue) = 240+172+112=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC70 is #0F538F. Grayscale: #B9B9B9. Windows color (decimal): -1004432 or 7384304. OLE color: 7384304.
HSL color Cylindrical-coordinate representation of color #F0AC70: hue angle of 28.12º 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 #F0AC70 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 112 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.06 |
| HSL | 28.13º | 0.81% | 0.69% | - |
| HSV(B) | 28.13º | 0.53% | 0.94% | - |
| XYZ | 53.61 | 49.2 | 22 | - |
| YUV | 185.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 112 | 0 | 0.28 | 0.53 | 0.06 | 28.13 | 0.81 | 0.69 |
| Hex | F0 | AC | 70 | 0 | 1C | 35 | 6 | 1C | 51 | 45 |
| Octal | 360 | 254 | 160 | 0 | 34 | 65 | 6 | 34 | 121 | 105 |
| Binary | 11110000 | 10101100 | 1110000 | 0 | 11100 | 110101 | 110 | 11100 | 1010001 | 1000101 |
Color Harmonies of #F0AC70
Complementary color
Monochromatic Colors of #F0AC70
Black with #F0AC70
Text Example
Text Example
White with #F0AC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC70; }
p { color: rgb(240,172,112); }
H1.HeaderClassName
{
color: #F0AC70;
}
.AnyTagClassName
{
color: #F0AC70;
}
</style>
background-color css
<style>
a { background-color: #F0AC70; }
a { background-color: rgb(240,172,112); }
div.DivClassName
{
background-color: #F0AC70;
}
.BgClassName
{
background-color: #F0AC70;
}
</style>
border-color css
<style>
span { border-color: #F0AC70; }
span { border-color: rgb(240,172,112); }
td.TdClassName
{
border-color: #F0AC70;
}
.TagClassName
{
border-color: #F0AC70;
}
</style>