Shades of Tacao #F0AB6D
Tints of Tacao #F0AB6D
RGB
CMYK
RGB Variations
Color information
#F0AB6D (or 0xF0AB6D) is known color: Tacao. HEX triplet: F0, AB and 6D. RGB value is (240,171,109). Sum of RGB (Red+Green+Blue) = 240+171+109=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB6D is #0F5492. Grayscale: #B8B8B8. Windows color (decimal): -1004691 or 7187440. OLE color: 7187440.
HSL color Cylindrical-coordinate representation of color #F0AB6D: hue angle of 28.4º 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 #F0AB6D is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 109 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.06 |
| HSL | 28.4º | 0.81% | 0.68% | - |
| HSV(B) | 28.4º | 0.55% | 0.94% | - |
| XYZ | 53.26 | 48.76 | 21.07 | - |
| YUV | 184.56 | 85.36 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 109 | 0 | 0.29 | 0.55 | 0.06 | 28.4 | 0.81 | 0.68 |
| Hex | F0 | AB | 6D | 0 | 1D | 37 | 6 | 1C | 51 | 44 |
| Octal | 360 | 253 | 155 | 0 | 35 | 67 | 6 | 34 | 121 | 104 |
| Binary | 11110000 | 10101011 | 1101101 | 0 | 11101 | 110111 | 110 | 11100 | 1010001 | 1000100 |
Color Harmonies of #F0AB6D
Complementary color
Monochromatic Colors of #F0AB6D
Black with #F0AB6D
Text Example
Text Example
White with #F0AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB6D; }
p { color: rgb(240,171,109); }
H1.HeaderClassName
{
color: #F0AB6D;
}
.AnyTagClassName
{
color: #F0AB6D;
}
</style>
background-color css
<style>
a { background-color: #F0AB6D; }
a { background-color: rgb(240,171,109); }
div.DivClassName
{
background-color: #F0AB6D;
}
.BgClassName
{
background-color: #F0AB6D;
}
</style>
border-color css
<style>
span { border-color: #F0AB6D; }
span { border-color: rgb(240,171,109); }
td.TdClassName
{
border-color: #F0AB6D;
}
.TagClassName
{
border-color: #F0AB6D;
}
</style>