Shades of Tacao #F0A871
Tints of Tacao #F0A871
RGB
CMYK
RGB Variations
Color information
#F0A871 (or 0xF0A871) is known color: Tacao. HEX triplet: F0, A8 and 71. RGB value is (240,168,113). Sum of RGB (Red+Green+Blue) = 240+168+113=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A871 is #0F578E. Grayscale: #B7B7B7. Windows color (decimal): -1005455 or 7448816. OLE color: 7448816.
HSL color Cylindrical-coordinate representation of color #F0A871: hue angle of 25.98º 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 #F0A871 is Cyan = 0, Magento = 0.3, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 113 | - |
| CMYK | 0 | 0.3 | 0.53 | 0.06 |
| HSL | 25.98º | 0.81% | 0.69% | - |
| HSV(B) | 25.98º | 0.53% | 0.94% | - |
| XYZ | 52.92 | 47.72 | 22.05 | - |
| YUV | 183.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 113 | 0 | 0.3 | 0.53 | 0.06 | 25.98 | 0.81 | 0.69 |
| Hex | F0 | A8 | 71 | 0 | 1E | 35 | 6 | 1A | 51 | 45 |
| Octal | 360 | 250 | 161 | 0 | 36 | 65 | 6 | 32 | 121 | 105 |
| Binary | 11110000 | 10101000 | 1110001 | 0 | 11110 | 110101 | 110 | 11010 | 1010001 | 1000101 |
Color Harmonies of #F0A871
Complementary color
Monochromatic Colors of #F0A871
Black with #F0A871
Text Example
Text Example
White with #F0A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A871; }
p { color: rgb(240,168,113); }
H1.HeaderClassName
{
color: #F0A871;
}
.AnyTagClassName
{
color: #F0A871;
}
</style>
background-color css
<style>
a { background-color: #F0A871; }
a { background-color: rgb(240,168,113); }
div.DivClassName
{
background-color: #F0A871;
}
.BgClassName
{
background-color: #F0A871;
}
</style>
border-color css
<style>
span { border-color: #F0A871; }
span { border-color: rgb(240,168,113); }
td.TdClassName
{
border-color: #F0A871;
}
.TagClassName
{
border-color: #F0A871;
}
</style>