Shades of Tacao #F6B373
Tints of Tacao #F6B373
RGB
CMYK
RGB Variations
Color information
#F6B373 (or 0xF6B373) is known color: Tacao. HEX triplet: F6, B3 and 73. RGB value is (246,179,115). Sum of RGB (Red+Green+Blue) = 246+179+115=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B373 is #094C8C. Grayscale: #C0C0C0. Windows color (decimal): -609421 or 7582710. OLE color: 7582710.
HSL color Cylindrical-coordinate representation of color #F6B373: hue angle of 29.31º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F6B373 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 179 | 115 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.04 |
| HSL | 29.31º | 0.88% | 0.71% | - |
| HSV(B) | 29.31º | 0.53% | 0.96% | - |
| XYZ | 57.22 | 53.07 | 23.45 | - |
| YUV | 191.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 179 | 115 | 0 | 0.27 | 0.53 | 0.04 | 29.31 | 0.88 | 0.71 |
| Hex | F6 | B3 | 73 | 0 | 1B | 35 | 4 | 1D | 58 | 47 |
| Octal | 366 | 263 | 163 | 0 | 33 | 65 | 4 | 35 | 130 | 107 |
| Binary | 11110110 | 10110011 | 1110011 | 0 | 11011 | 110101 | 100 | 11101 | 1011000 | 1000111 |
Color Harmonies of #F6B373
Complementary color
Monochromatic Colors of #F6B373
Black with #F6B373
Text Example
Text Example
White with #F6B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B373; }
p { color: rgb(246,179,115); }
H1.HeaderClassName
{
color: #F6B373;
}
.AnyTagClassName
{
color: #F6B373;
}
</style>
background-color css
<style>
a { background-color: #F6B373; }
a { background-color: rgb(246,179,115); }
div.DivClassName
{
background-color: #F6B373;
}
.BgClassName
{
background-color: #F6B373;
}
</style>
border-color css
<style>
span { border-color: #F6B373; }
span { border-color: rgb(246,179,115); }
td.TdClassName
{
border-color: #F6B373;
}
.TagClassName
{
border-color: #F6B373;
}
</style>