Shades of Tacao #F5B678
Tints of Tacao #F5B678
RGB
CMYK
RGB Variations
Color information
#F5B678 (or 0xF5B678) is known color: Tacao. HEX triplet: F5, B6 and 78. RGB value is (245,182,120). Sum of RGB (Red+Green+Blue) = 245+182+120=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B678 is #0A4987. Grayscale: #C2C2C2. Windows color (decimal): -674184 or 7911157. OLE color: 7911157.
HSL color Cylindrical-coordinate representation of color #F5B678: hue angle of 29.76º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5B678 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 182 | 120 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.04 |
| HSL | 29.76º | 0.86% | 0.72% | - |
| HSV(B) | 29.76º | 0.51% | 0.96% | - |
| XYZ | 57.77 | 54.22 | 25.19 | - |
| YUV | 193.77 | 86.37 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 182 | 120 | 0 | 0.26 | 0.51 | 0.04 | 29.76 | 0.86 | 0.72 |
| Hex | F5 | B6 | 78 | 0 | 1A | 33 | 4 | 1E | 56 | 48 |
| Octal | 365 | 266 | 170 | 0 | 32 | 63 | 4 | 36 | 126 | 110 |
| Binary | 11110101 | 10110110 | 1111000 | 0 | 11010 | 110011 | 100 | 11110 | 1010110 | 1001000 |
Color Harmonies of #F5B678
Complementary color
Monochromatic Colors of #F5B678
Black with #F5B678
Text Example
Text Example
White with #F5B678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B678; }
p { color: rgb(245,182,120); }
H1.HeaderClassName
{
color: #F5B678;
}
.AnyTagClassName
{
color: #F5B678;
}
</style>
background-color css
<style>
a { background-color: #F5B678; }
a { background-color: rgb(245,182,120); }
div.DivClassName
{
background-color: #F5B678;
}
.BgClassName
{
background-color: #F5B678;
}
</style>
border-color css
<style>
span { border-color: #F5B678; }
span { border-color: rgb(245,182,120); }
td.TdClassName
{
border-color: #F5B678;
}
.TagClassName
{
border-color: #F5B678;
}
</style>