Shades of Tacao #F5B080
Tints of Tacao #F5B080
RGB
CMYK
RGB Variations
Color information
#F5B080 (or 0xF5B080) is known color: Tacao. HEX triplet: F5, B0 and 80. RGB value is (245,176,128). Sum of RGB (Red+Green+Blue) = 245+176+128=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5B080 is #0A4F7F. Grayscale: #BFBFBF. Windows color (decimal): -675712 or 8433909. OLE color: 8433909.
HSL color Cylindrical-coordinate representation of color #F5B080: hue angle of 24.62º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5B080 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 128 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.04 |
| HSL | 24.62º | 0.85% | 0.73% | - |
| HSV(B) | 24.62º | 0.48% | 0.96% | - |
| XYZ | 57.08 | 52.02 | 27.45 | - |
| YUV | 191.16 | 92.36 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 128 | 0 | 0.28 | 0.48 | 0.04 | 24.62 | 0.85 | 0.73 |
| Hex | F5 | B0 | 80 | 0 | 1C | 30 | 4 | 19 | 55 | 49 |
| Octal | 365 | 260 | 200 | 0 | 34 | 60 | 4 | 31 | 125 | 111 |
| Binary | 11110101 | 10110000 | 10000000 | 0 | 11100 | 110000 | 100 | 11001 | 1010101 | 1001001 |
Color Harmonies of #F5B080
Complementary color
Monochromatic Colors of #F5B080
Black with #F5B080
Text Example
Text Example
White with #F5B080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B080; }
p { color: rgb(245,176,128); }
H1.HeaderClassName
{
color: #F5B080;
}
.AnyTagClassName
{
color: #F5B080;
}
</style>
background-color css
<style>
a { background-color: #F5B080; }
a { background-color: rgb(245,176,128); }
div.DivClassName
{
background-color: #F5B080;
}
.BgClassName
{
background-color: #F5B080;
}
</style>
border-color css
<style>
span { border-color: #F5B080; }
span { border-color: rgb(245,176,128); }
td.TdClassName
{
border-color: #F5B080;
}
.TagClassName
{
border-color: #F5B080;
}
</style>