Shades of Tacao #F5B375
Tints of Tacao #F5B375
RGB
CMYK
RGB Variations
Color information
#F5B375 (or 0xF5B375) is known color: Tacao. HEX triplet: F5, B3 and 75. RGB value is (245,179,117). Sum of RGB (Red+Green+Blue) = 245+179+117=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B375 is #0A4C8A. Grayscale: #BFBFBF. Windows color (decimal): -674955 or 7713781. OLE color: 7713781.
HSL color Cylindrical-coordinate representation of color #F5B375: hue angle of 29.06º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5B375 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 179 | 117 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.04 |
| HSL | 29.06º | 0.86% | 0.71% | - |
| HSV(B) | 29.06º | 0.52% | 0.96% | - |
| XYZ | 56.99 | 52.94 | 24.04 | - |
| YUV | 191.67 | 85.87 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 117 | 0 | 0.27 | 0.52 | 0.04 | 29.06 | 0.86 | 0.71 |
| Hex | F5 | B3 | 75 | 0 | 1B | 34 | 4 | 1D | 56 | 47 |
| Octal | 365 | 263 | 165 | 0 | 33 | 64 | 4 | 35 | 126 | 107 |
| Binary | 11110101 | 10110011 | 1110101 | 0 | 11011 | 110100 | 100 | 11101 | 1010110 | 1000111 |
Color Harmonies of #F5B375
Complementary color
Monochromatic Colors of #F5B375
Black with #F5B375
Text Example
Text Example
White with #F5B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B375; }
p { color: rgb(245,179,117); }
H1.HeaderClassName
{
color: #F5B375;
}
.AnyTagClassName
{
color: #F5B375;
}
</style>
background-color css
<style>
a { background-color: #F5B375; }
a { background-color: rgb(245,179,117); }
div.DivClassName
{
background-color: #F5B375;
}
.BgClassName
{
background-color: #F5B375;
}
</style>
border-color css
<style>
span { border-color: #F5B375; }
span { border-color: rgb(245,179,117); }
td.TdClassName
{
border-color: #F5B375;
}
.TagClassName
{
border-color: #F5B375;
}
</style>