Shades of Tacao #F0AC6C
Tints of Tacao #F0AC6C
RGB
CMYK
RGB Variations
Color information
#F0AC6C (or 0xF0AC6C) is known color: Tacao. HEX triplet: F0, AC and 6C. RGB value is (240,172,108). Sum of RGB (Red+Green+Blue) = 240+172+108=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC6C is #0F5393. Grayscale: #B9B9B9. Windows color (decimal): -1004436 or 7122160. OLE color: 7122160.
HSL color Cylindrical-coordinate representation of color #F0AC6C: hue angle of 29.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0AC6C is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 108 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.06 |
| HSL | 29.09º | 0.81% | 0.68% | - |
| HSV(B) | 29.09º | 0.55% | 0.94% | - |
| XYZ | 53.39 | 49.11 | 20.85 | - |
| YUV | 185.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 108 | 0 | 0.28 | 0.55 | 0.06 | 29.09 | 0.81 | 0.68 |
| Hex | F0 | AC | 6C | 0 | 1C | 37 | 6 | 1D | 51 | 44 |
| Octal | 360 | 254 | 154 | 0 | 34 | 67 | 6 | 35 | 121 | 104 |
| Binary | 11110000 | 10101100 | 1101100 | 0 | 11100 | 110111 | 110 | 11101 | 1010001 | 1000100 |
Color Harmonies of #F0AC6C
Complementary color
Monochromatic Colors of #F0AC6C
Black with #F0AC6C
Text Example
Text Example
White with #F0AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC6C; }
p { color: rgb(240,172,108); }
H1.HeaderClassName
{
color: #F0AC6C;
}
.AnyTagClassName
{
color: #F0AC6C;
}
</style>
background-color css
<style>
a { background-color: #F0AC6C; }
a { background-color: rgb(240,172,108); }
div.DivClassName
{
background-color: #F0AC6C;
}
.BgClassName
{
background-color: #F0AC6C;
}
</style>
border-color css
<style>
span { border-color: #F0AC6C; }
span { border-color: rgb(240,172,108); }
td.TdClassName
{
border-color: #F0AC6C;
}
.TagClassName
{
border-color: #F0AC6C;
}
</style>