Shades of Tacao #F6B085
Tints of Tacao #F6B085
RGB
CMYK
RGB Variations
Color information
#F6B085 (or 0xF6B085) is known color: Tacao. HEX triplet: F6, B0 and 85. RGB value is (246,176,133). Sum of RGB (Red+Green+Blue) = 246+176+133=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B085 is #094F7A. Grayscale: #C0C0C0. Windows color (decimal): -610171 or 8761590. OLE color: 8761590.
HSL color Cylindrical-coordinate representation of color #F6B085: hue angle of 22.83º 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 #F6B085 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 176 | 133 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.04 |
| HSL | 22.83º | 0.86% | 0.74% | - |
| HSV(B) | 22.83º | 0.46% | 0.96% | - |
| XYZ | 57.77 | 52.34 | 29.25 | - |
| YUV | 192.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 176 | 133 | 0 | 0.28 | 0.46 | 0.04 | 22.83 | 0.86 | 0.74 |
| Hex | F6 | B0 | 85 | 0 | 1C | 2E | 4 | 17 | 56 | 4A |
| Octal | 366 | 260 | 205 | 0 | 34 | 56 | 4 | 27 | 126 | 112 |
| Binary | 11110110 | 10110000 | 10000101 | 0 | 11100 | 101110 | 100 | 10111 | 1010110 | 1001010 |
Color Harmonies of #F6B085
Complementary color
Monochromatic Colors of #F6B085
Black with #F6B085
Text Example
Text Example
White with #F6B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B085; }
p { color: rgb(246,176,133); }
H1.HeaderClassName
{
color: #F6B085;
}
.AnyTagClassName
{
color: #F6B085;
}
</style>
background-color css
<style>
a { background-color: #F6B085; }
a { background-color: rgb(246,176,133); }
div.DivClassName
{
background-color: #F6B085;
}
.BgClassName
{
background-color: #F6B085;
}
</style>
border-color css
<style>
span { border-color: #F6B085; }
span { border-color: rgb(246,176,133); }
td.TdClassName
{
border-color: #F6B085;
}
.TagClassName
{
border-color: #F6B085;
}
</style>