Shades of Tacao #F0AB6C
Tints of Tacao #F0AB6C
RGB
CMYK
RGB Variations
Color information
#F0AB6C (or 0xF0AB6C) is known color: Tacao. HEX triplet: F0, AB and 6C. RGB value is (240,171,108). Sum of RGB (Red+Green+Blue) = 240+171+108=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB6C is #0F5493. Grayscale: #B8B8B8. Windows color (decimal): -1004692 or 7121904. OLE color: 7121904.
HSL color Cylindrical-coordinate representation of color #F0AB6C: hue angle of 28.64º 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 #F0AB6C is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 108 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.06 |
| HSL | 28.64º | 0.81% | 0.68% | - |
| HSV(B) | 28.64º | 0.55% | 0.94% | - |
| XYZ | 53.2 | 48.73 | 20.79 | - |
| YUV | 184.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 108 | 0 | 0.29 | 0.55 | 0.06 | 28.64 | 0.81 | 0.68 |
| Hex | F0 | AB | 6C | 0 | 1D | 37 | 6 | 1D | 51 | 44 |
| Octal | 360 | 253 | 154 | 0 | 35 | 67 | 6 | 35 | 121 | 104 |
| Binary | 11110000 | 10101011 | 1101100 | 0 | 11101 | 110111 | 110 | 11101 | 1010001 | 1000100 |
Color Harmonies of #F0AB6C
Complementary color
Monochromatic Colors of #F0AB6C
Black with #F0AB6C
Text Example
Text Example
White with #F0AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB6C; }
p { color: rgb(240,171,108); }
H1.HeaderClassName
{
color: #F0AB6C;
}
.AnyTagClassName
{
color: #F0AB6C;
}
</style>
background-color css
<style>
a { background-color: #F0AB6C; }
a { background-color: rgb(240,171,108); }
div.DivClassName
{
background-color: #F0AB6C;
}
.BgClassName
{
background-color: #F0AB6C;
}
</style>
border-color css
<style>
span { border-color: #F0AB6C; }
span { border-color: rgb(240,171,108); }
td.TdClassName
{
border-color: #F0AB6C;
}
.TagClassName
{
border-color: #F0AB6C;
}
</style>