Shades of Tacao #F6B385
Tints of Tacao #F6B385
RGB
CMYK
RGB Variations
Color information
#F6B385 (or 0xF6B385) is known color: Tacao. HEX triplet: F6, B3 and 85. RGB value is (246,179,133). Sum of RGB (Red+Green+Blue) = 246+179+133=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B385 is #094C7A. Grayscale: #C2C2C2. Windows color (decimal): -609403 or 8762358. OLE color: 8762358.
HSL color Cylindrical-coordinate representation of color #F6B385: hue angle of 24.42º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6B385 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 179 | 133 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.04 |
| HSL | 24.42º | 0.86% | 0.74% | - |
| HSV(B) | 24.42º | 0.46% | 0.96% | - |
| XYZ | 58.36 | 53.53 | 29.45 | - |
| YUV | 193.79 | 93.7 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 179 | 133 | 0 | 0.27 | 0.46 | 0.04 | 24.42 | 0.86 | 0.74 |
| Hex | F6 | B3 | 85 | 0 | 1B | 2E | 4 | 18 | 56 | 4A |
| Octal | 366 | 263 | 205 | 0 | 33 | 56 | 4 | 30 | 126 | 112 |
| Binary | 11110110 | 10110011 | 10000101 | 0 | 11011 | 101110 | 100 | 11000 | 1010110 | 1001010 |
Color Harmonies of #F6B385
Complementary color
Monochromatic Colors of #F6B385
Black with #F6B385
Text Example
Text Example
White with #F6B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B385; }
p { color: rgb(246,179,133); }
H1.HeaderClassName
{
color: #F6B385;
}
.AnyTagClassName
{
color: #F6B385;
}
</style>
background-color css
<style>
a { background-color: #F6B385; }
a { background-color: rgb(246,179,133); }
div.DivClassName
{
background-color: #F6B385;
}
.BgClassName
{
background-color: #F6B385;
}
</style>
border-color css
<style>
span { border-color: #F6B385; }
span { border-color: rgb(246,179,133); }
td.TdClassName
{
border-color: #F6B385;
}
.TagClassName
{
border-color: #F6B385;
}
</style>