Shades of Tacao #F5B487
Tints of Tacao #F5B487
RGB
CMYK
RGB Variations
Color information
#F5B487 (or 0xF5B487) is known color: Tacao. HEX triplet: F5, B4 and 87. RGB value is (245,180,135). Sum of RGB (Red+Green+Blue) = 245+180+135=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 135 (53.12% from 255 or 24.11% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B487 is #0A4B78. Grayscale: #C2C2C2. Windows color (decimal): -674681 or 8893685. OLE color: 8893685.
HSL color Cylindrical-coordinate representation of color #F5B487: hue angle of 24.55º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5B487 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 180 | 135 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.04 |
| HSL | 24.55º | 0.85% | 0.75% | - |
| HSV(B) | 24.55º | 0.45% | 0.96% | - |
| XYZ | 58.35 | 53.8 | 30.23 | - |
| YUV | 194.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 180 | 135 | 0 | 0.27 | 0.45 | 0.04 | 24.55 | 0.85 | 0.75 |
| Hex | F5 | B4 | 87 | 0 | 1B | 2D | 4 | 19 | 55 | 4B |
| Octal | 365 | 264 | 207 | 0 | 33 | 55 | 4 | 31 | 125 | 113 |
| Binary | 11110101 | 10110100 | 10000111 | 0 | 11011 | 101101 | 100 | 11001 | 1010101 | 1001011 |
Color Harmonies of #F5B487
Complementary color
Monochromatic Colors of #F5B487
Black with #F5B487
Text Example
Text Example
White with #F5B487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B487; }
p { color: rgb(245,180,135); }
H1.HeaderClassName
{
color: #F5B487;
}
.AnyTagClassName
{
color: #F5B487;
}
</style>
background-color css
<style>
a { background-color: #F5B487; }
a { background-color: rgb(245,180,135); }
div.DivClassName
{
background-color: #F5B487;
}
.BgClassName
{
background-color: #F5B487;
}
</style>
border-color css
<style>
span { border-color: #F5B487; }
span { border-color: rgb(245,180,135); }
td.TdClassName
{
border-color: #F5B487;
}
.TagClassName
{
border-color: #F5B487;
}
</style>