Shades of Tacao #F0A47D
Tints of Tacao #F0A47D
RGB
CMYK
RGB Variations
Color information
#F0A47D (or 0xF0A47D) is known color: Tacao. HEX triplet: F0, A4 and 7D. RGB value is (240,164,125). Sum of RGB (Red+Green+Blue) = 240+164+125=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A47D is #0F5B82. Grayscale: #B6B6B6. Windows color (decimal): -1006467 or 8234224. OLE color: 8234224.
HSL color Cylindrical-coordinate representation of color #F0A47D: hue angle of 20.35º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0A47D is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 125 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.06 |
| HSL | 20.35º | 0.79% | 0.72% | - |
| HSV(B) | 20.35º | 0.48% | 0.94% | - |
| XYZ | 52.91 | 46.56 | 25.6 | - |
| YUV | 182.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 125 | 0 | 0.32 | 0.48 | 0.06 | 20.35 | 0.79 | 0.72 |
| Hex | F0 | A4 | 7D | 0 | 20 | 30 | 6 | 14 | 4F | 48 |
| Octal | 360 | 244 | 175 | 0 | 40 | 60 | 6 | 24 | 117 | 110 |
| Binary | 11110000 | 10100100 | 1111101 | 0 | 100000 | 110000 | 110 | 10100 | 1001111 | 1001000 |
Color Harmonies of #F0A47D
Complementary color
Monochromatic Colors of #F0A47D
Black with #F0A47D
Text Example
Text Example
White with #F0A47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A47D; }
p { color: rgb(240,164,125); }
H1.HeaderClassName
{
color: #F0A47D;
}
.AnyTagClassName
{
color: #F0A47D;
}
</style>
background-color css
<style>
a { background-color: #F0A47D; }
a { background-color: rgb(240,164,125); }
div.DivClassName
{
background-color: #F0A47D;
}
.BgClassName
{
background-color: #F0A47D;
}
</style>
border-color css
<style>
span { border-color: #F0A47D; }
span { border-color: rgb(240,164,125); }
td.TdClassName
{
border-color: #F0A47D;
}
.TagClassName
{
border-color: #F0A47D;
}
</style>