Shades of Tacao #F6B378
Tints of Tacao #F6B378
RGB
CMYK
RGB Variations
Color information
#F6B378 (or 0xF6B378) is known color: Tacao. HEX triplet: F6, B3 and 78. RGB value is (246,179,120). Sum of RGB (Red+Green+Blue) = 246+179+120=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B378 is #094C87. Grayscale: #C0C0C0. Windows color (decimal): -609416 or 7910390. OLE color: 7910390.
HSL color Cylindrical-coordinate representation of color #F6B378: hue angle of 28.1º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F6B378 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 179 | 120 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.04 |
| HSL | 28.1º | 0.88% | 0.72% | - |
| HSV(B) | 28.1º | 0.51% | 0.96% | - |
| XYZ | 57.52 | 53.19 | 25 | - |
| YUV | 192.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 179 | 120 | 0 | 0.27 | 0.51 | 0.04 | 28.1 | 0.88 | 0.72 |
| Hex | F6 | B3 | 78 | 0 | 1B | 33 | 4 | 1C | 58 | 48 |
| Octal | 366 | 263 | 170 | 0 | 33 | 63 | 4 | 34 | 130 | 110 |
| Binary | 11110110 | 10110011 | 1111000 | 0 | 11011 | 110011 | 100 | 11100 | 1011000 | 1001000 |
Color Harmonies of #F6B378
Complementary color
Monochromatic Colors of #F6B378
Black with #F6B378
Text Example
Text Example
White with #F6B378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B378; }
p { color: rgb(246,179,120); }
H1.HeaderClassName
{
color: #F6B378;
}
.AnyTagClassName
{
color: #F6B378;
}
</style>
background-color css
<style>
a { background-color: #F6B378; }
a { background-color: rgb(246,179,120); }
div.DivClassName
{
background-color: #F6B378;
}
.BgClassName
{
background-color: #F6B378;
}
</style>
border-color css
<style>
span { border-color: #F6B378; }
span { border-color: rgb(246,179,120); }
td.TdClassName
{
border-color: #F6B378;
}
.TagClassName
{
border-color: #F6B378;
}
</style>