Shades of Tacao #F5B083
Tints of Tacao #F5B083
RGB
CMYK
RGB Variations
Color information
#F5B083 (or 0xF5B083) is known color: Tacao. HEX triplet: F5, B0 and 83. RGB value is (245,176,131). Sum of RGB (Red+Green+Blue) = 245+176+131=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5B083 is #0A4F7C. Grayscale: #BFBFBF. Windows color (decimal): -675709 or 8630517. OLE color: 8630517.
HSL color Cylindrical-coordinate representation of color #F5B083: hue angle of 23.68º 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 #F5B083 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 131 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.04 |
| HSL | 23.68º | 0.85% | 0.74% | - |
| HSV(B) | 23.68º | 0.47% | 0.96% | - |
| XYZ | 57.28 | 52.1 | 28.51 | - |
| YUV | 191.5 | 93.86 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 131 | 0 | 0.28 | 0.47 | 0.04 | 23.68 | 0.85 | 0.74 |
| Hex | F5 | B0 | 83 | 0 | 1C | 2F | 4 | 18 | 55 | 4A |
| Octal | 365 | 260 | 203 | 0 | 34 | 57 | 4 | 30 | 125 | 112 |
| Binary | 11110101 | 10110000 | 10000011 | 0 | 11100 | 101111 | 100 | 11000 | 1010101 | 1001010 |
Color Harmonies of #F5B083
Complementary color
Monochromatic Colors of #F5B083
Black with #F5B083
Text Example
Text Example
White with #F5B083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B083; }
p { color: rgb(245,176,131); }
H1.HeaderClassName
{
color: #F5B083;
}
.AnyTagClassName
{
color: #F5B083;
}
</style>
background-color css
<style>
a { background-color: #F5B083; }
a { background-color: rgb(245,176,131); }
div.DivClassName
{
background-color: #F5B083;
}
.BgClassName
{
background-color: #F5B083;
}
</style>
border-color css
<style>
span { border-color: #F5B083; }
span { border-color: rgb(245,176,131); }
td.TdClassName
{
border-color: #F5B083;
}
.TagClassName
{
border-color: #F5B083;
}
</style>