Shades of Tacao #F0A474
Tints of Tacao #F0A474
RGB
CMYK
RGB Variations
Color information
#F0A474 (or 0xF0A474) is known color: Tacao. HEX triplet: F0, A4 and 74. RGB value is (240,164,116). Sum of RGB (Red+Green+Blue) = 240+164+116=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A474 is #0F5B8B. Grayscale: #B5B5B5. Windows color (decimal): -1006476 or 7644400. OLE color: 7644400.
HSL color Cylindrical-coordinate representation of color #F0A474: hue angle of 23.23º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0A474 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 116 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.06 |
| HSL | 23.23º | 0.81% | 0.7% | - |
| HSV(B) | 23.23º | 0.52% | 0.94% | - |
| XYZ | 52.36 | 46.34 | 22.71 | - |
| YUV | 181.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 116 | 0 | 0.32 | 0.52 | 0.06 | 23.23 | 0.81 | 0.7 |
| Hex | F0 | A4 | 74 | 0 | 20 | 34 | 6 | 17 | 51 | 46 |
| Octal | 360 | 244 | 164 | 0 | 40 | 64 | 6 | 27 | 121 | 106 |
| Binary | 11110000 | 10100100 | 1110100 | 0 | 100000 | 110100 | 110 | 10111 | 1010001 | 1000110 |
Color Harmonies of #F0A474
Complementary color
Monochromatic Colors of #F0A474
Black with #F0A474
Text Example
Text Example
White with #F0A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A474; }
p { color: rgb(240,164,116); }
H1.HeaderClassName
{
color: #F0A474;
}
.AnyTagClassName
{
color: #F0A474;
}
</style>
background-color css
<style>
a { background-color: #F0A474; }
a { background-color: rgb(240,164,116); }
div.DivClassName
{
background-color: #F0A474;
}
.BgClassName
{
background-color: #F0A474;
}
</style>
border-color css
<style>
span { border-color: #F0A474; }
span { border-color: rgb(240,164,116); }
td.TdClassName
{
border-color: #F0A474;
}
.TagClassName
{
border-color: #F0A474;
}
</style>