Shades of Tacao #F5A878
Tints of Tacao #F5A878
RGB
CMYK
RGB Variations
Color information
#F5A878 (or 0xF5A878) is known color: Tacao. HEX triplet: F5, A8 and 78. RGB value is (245,168,120). Sum of RGB (Red+Green+Blue) = 245+168+120=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A878 is #0A5787. Grayscale: #B9B9B9. Windows color (decimal): -677768 or 7907573. OLE color: 7907573.
HSL color Cylindrical-coordinate representation of color #F5A878: hue angle of 23.04º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5A878 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 120 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.04 |
| HSL | 23.04º | 0.86% | 0.72% | - |
| HSV(B) | 23.04º | 0.51% | 0.96% | - |
| XYZ | 55.05 | 48.77 | 24.28 | - |
| YUV | 185.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 120 | 0 | 0.31 | 0.51 | 0.04 | 23.04 | 0.86 | 0.72 |
| Hex | F5 | A8 | 78 | 0 | 1F | 33 | 4 | 17 | 56 | 48 |
| Octal | 365 | 250 | 170 | 0 | 37 | 63 | 4 | 27 | 126 | 110 |
| Binary | 11110101 | 10101000 | 1111000 | 0 | 11111 | 110011 | 100 | 10111 | 1010110 | 1001000 |
Color Harmonies of #F5A878
Complementary color
Monochromatic Colors of #F5A878
Black with #F5A878
Text Example
Text Example
White with #F5A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A878; }
p { color: rgb(245,168,120); }
H1.HeaderClassName
{
color: #F5A878;
}
.AnyTagClassName
{
color: #F5A878;
}
</style>
background-color css
<style>
a { background-color: #F5A878; }
a { background-color: rgb(245,168,120); }
div.DivClassName
{
background-color: #F5A878;
}
.BgClassName
{
background-color: #F5A878;
}
</style>
border-color css
<style>
span { border-color: #F5A878; }
span { border-color: rgb(245,168,120); }
td.TdClassName
{
border-color: #F5A878;
}
.TagClassName
{
border-color: #F5A878;
}
</style>