Shades of Tacao #F5B37D
Tints of Tacao #F5B37D
RGB
CMYK
RGB Variations
Color information
#F5B37D (or 0xF5B37D) is known color: Tacao. HEX triplet: F5, B3 and 7D. RGB value is (245,179,125). Sum of RGB (Red+Green+Blue) = 245+179+125=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B37D is #0A4C82. Grayscale: #C0C0C0. Windows color (decimal): -674947 or 8238069. OLE color: 8238069.
HSL color Cylindrical-coordinate representation of color #F5B37D: hue angle of 27º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5B37D is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 179 | 125 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.04 |
| HSL | 27º | 0.86% | 0.73% | - |
| HSV(B) | 27º | 0.49% | 0.96% | - |
| XYZ | 57.48 | 53.13 | 26.63 | - |
| YUV | 192.58 | 89.87 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 125 | 0 | 0.27 | 0.49 | 0.04 | 27 | 0.86 | 0.73 |
| Hex | F5 | B3 | 7D | 0 | 1B | 31 | 4 | 1B | 56 | 49 |
| Octal | 365 | 263 | 175 | 0 | 33 | 61 | 4 | 33 | 126 | 111 |
| Binary | 11110101 | 10110011 | 1111101 | 0 | 11011 | 110001 | 100 | 11011 | 1010110 | 1001001 |
Color Harmonies of #F5B37D
Complementary color
Monochromatic Colors of #F5B37D
Black with #F5B37D
Text Example
Text Example
White with #F5B37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B37D; }
p { color: rgb(245,179,125); }
H1.HeaderClassName
{
color: #F5B37D;
}
.AnyTagClassName
{
color: #F5B37D;
}
</style>
background-color css
<style>
a { background-color: #F5B37D; }
a { background-color: rgb(245,179,125); }
div.DivClassName
{
background-color: #F5B37D;
}
.BgClassName
{
background-color: #F5B37D;
}
</style>
border-color css
<style>
span { border-color: #F5B37D; }
span { border-color: rgb(245,179,125); }
td.TdClassName
{
border-color: #F5B37D;
}
.TagClassName
{
border-color: #F5B37D;
}
</style>