Shades of Tacao #F5A883
Tints of Tacao #F5A883
RGB
CMYK
RGB Variations
Color information
#F5A883 (or 0xF5A883) is known color: Tacao. HEX triplet: F5, A8 and 83. RGB value is (245,168,131). Sum of RGB (Red+Green+Blue) = 245+168+131=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A883 is #0A577C. Grayscale: #BBBBBB. Windows color (decimal): -677757 or 8628469. OLE color: 8628469.
HSL color Cylindrical-coordinate representation of color #F5A883: hue angle of 19.47º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5A883 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 131 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.04 |
| HSL | 19.47º | 0.85% | 0.74% | - |
| HSV(B) | 19.47º | 0.47% | 0.96% | - |
| XYZ | 55.76 | 49.06 | 28 | - |
| YUV | 186.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 131 | 0 | 0.31 | 0.47 | 0.04 | 19.47 | 0.85 | 0.74 |
| Hex | F5 | A8 | 83 | 0 | 1F | 2F | 4 | 13 | 55 | 4A |
| Octal | 365 | 250 | 203 | 0 | 37 | 57 | 4 | 23 | 125 | 112 |
| Binary | 11110101 | 10101000 | 10000011 | 0 | 11111 | 101111 | 100 | 10011 | 1010101 | 1001010 |
Color Harmonies of #F5A883
Complementary color
Monochromatic Colors of #F5A883
Black with #F5A883
Text Example
Text Example
White with #F5A883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A883; }
p { color: rgb(245,168,131); }
H1.HeaderClassName
{
color: #F5A883;
}
.AnyTagClassName
{
color: #F5A883;
}
</style>
background-color css
<style>
a { background-color: #F5A883; }
a { background-color: rgb(245,168,131); }
div.DivClassName
{
background-color: #F5A883;
}
.BgClassName
{
background-color: #F5A883;
}
</style>
border-color css
<style>
span { border-color: #F5A883; }
span { border-color: rgb(245,168,131); }
td.TdClassName
{
border-color: #F5A883;
}
.TagClassName
{
border-color: #F5A883;
}
</style>