Shades of Tacao #F5A872
Tints of Tacao #F5A872
RGB
CMYK
RGB Variations
Color information
#F5A872 (or 0xF5A872) is known color: Tacao. HEX triplet: F5, A8 and 72. RGB value is (245,168,114). Sum of RGB (Red+Green+Blue) = 245+168+114=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A872 is #0A578D. Grayscale: #B9B9B9. Windows color (decimal): -677774 or 7514357. OLE color: 7514357.
HSL color Cylindrical-coordinate representation of color #F5A872: hue angle of 24.73º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5A872 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 114 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.04 |
| HSL | 24.73º | 0.87% | 0.7% | - |
| HSV(B) | 24.73º | 0.53% | 0.96% | - |
| XYZ | 54.7 | 48.63 | 22.42 | - |
| YUV | 184.87 | 88.01 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 114 | 0 | 0.31 | 0.53 | 0.04 | 24.73 | 0.87 | 0.7 |
| Hex | F5 | A8 | 72 | 0 | 1F | 35 | 4 | 19 | 57 | 46 |
| Octal | 365 | 250 | 162 | 0 | 37 | 65 | 4 | 31 | 127 | 106 |
| Binary | 11110101 | 10101000 | 1110010 | 0 | 11111 | 110101 | 100 | 11001 | 1010111 | 1000110 |
Color Harmonies of #F5A872
Complementary color
Monochromatic Colors of #F5A872
Black with #F5A872
Text Example
Text Example
White with #F5A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A872; }
p { color: rgb(245,168,114); }
H1.HeaderClassName
{
color: #F5A872;
}
.AnyTagClassName
{
color: #F5A872;
}
</style>
background-color css
<style>
a { background-color: #F5A872; }
a { background-color: rgb(245,168,114); }
div.DivClassName
{
background-color: #F5A872;
}
.BgClassName
{
background-color: #F5A872;
}
</style>
border-color css
<style>
span { border-color: #F5A872; }
span { border-color: rgb(245,168,114); }
td.TdClassName
{
border-color: #F5A872;
}
.TagClassName
{
border-color: #F5A872;
}
</style>