Shades of Tacao #F6B384
Tints of Tacao #F6B384
RGB
CMYK
RGB Variations
Color information
#F6B384 (or 0xF6B384) is known color: Tacao. HEX triplet: F6, B3 and 84. RGB value is (246,179,132). Sum of RGB (Red+Green+Blue) = 246+179+132=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B384 is #094C7B. Grayscale: #C1C1C1. Windows color (decimal): -609404 or 8696822. OLE color: 8696822.
HSL color Cylindrical-coordinate representation of color #F6B384: hue angle of 24.74º 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 #F6B384 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 179 | 132 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.04 |
| HSL | 24.74º | 0.86% | 0.74% | - |
| HSV(B) | 24.74º | 0.46% | 0.96% | - |
| XYZ | 58.29 | 53.5 | 29.08 | - |
| YUV | 193.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 179 | 132 | 0 | 0.27 | 0.46 | 0.04 | 24.74 | 0.86 | 0.74 |
| Hex | F6 | B3 | 84 | 0 | 1B | 2E | 4 | 19 | 56 | 4A |
| Octal | 366 | 263 | 204 | 0 | 33 | 56 | 4 | 31 | 126 | 112 |
| Binary | 11110110 | 10110011 | 10000100 | 0 | 11011 | 101110 | 100 | 11001 | 1010110 | 1001010 |
Color Harmonies of #F6B384
Complementary color
Monochromatic Colors of #F6B384
Black with #F6B384
Text Example
Text Example
White with #F6B384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B384; }
p { color: rgb(246,179,132); }
H1.HeaderClassName
{
color: #F6B384;
}
.AnyTagClassName
{
color: #F6B384;
}
</style>
background-color css
<style>
a { background-color: #F6B384; }
a { background-color: rgb(246,179,132); }
div.DivClassName
{
background-color: #F6B384;
}
.BgClassName
{
background-color: #F6B384;
}
</style>
border-color css
<style>
span { border-color: #F6B384; }
span { border-color: rgb(246,179,132); }
td.TdClassName
{
border-color: #F6B384;
}
.TagClassName
{
border-color: #F6B384;
}
</style>