Shades of Tacao #F6B06F
Tints of Tacao #F6B06F
RGB
CMYK
RGB Variations
Color information
#F6B06F (or 0xF6B06F) is known color: Tacao. HEX triplet: F6, B0 and 6F. RGB value is (246,176,111). Sum of RGB (Red+Green+Blue) = 246+176+111=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B06F is #094F90. Grayscale: #BDBDBD. Windows color (decimal): -610193 or 7319798. OLE color: 7319798.
HSL color Cylindrical-coordinate representation of color #F6B06F: hue angle of 28.89º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F6B06F is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 176 | 111 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.04 |
| HSL | 28.89º | 0.88% | 0.7% | - |
| HSV(B) | 28.89º | 0.55% | 0.96% | - |
| XYZ | 56.4 | 51.79 | 22.06 | - |
| YUV | 189.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 176 | 111 | 0 | 0.28 | 0.55 | 0.04 | 28.89 | 0.88 | 0.7 |
| Hex | F6 | B0 | 6F | 0 | 1C | 37 | 4 | 1D | 58 | 46 |
| Octal | 366 | 260 | 157 | 0 | 34 | 67 | 4 | 35 | 130 | 106 |
| Binary | 11110110 | 10110000 | 1101111 | 0 | 11100 | 110111 | 100 | 11101 | 1011000 | 1000110 |
Color Harmonies of #F6B06F
Complementary color
Monochromatic Colors of #F6B06F
Black with #F6B06F
Text Example
Text Example
White with #F6B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B06F; }
p { color: rgb(246,176,111); }
H1.HeaderClassName
{
color: #F6B06F;
}
.AnyTagClassName
{
color: #F6B06F;
}
</style>
background-color css
<style>
a { background-color: #F6B06F; }
a { background-color: rgb(246,176,111); }
div.DivClassName
{
background-color: #F6B06F;
}
.BgClassName
{
background-color: #F6B06F;
}
</style>
border-color css
<style>
span { border-color: #F6B06F; }
span { border-color: rgb(246,176,111); }
td.TdClassName
{
border-color: #F6B06F;
}
.TagClassName
{
border-color: #F6B06F;
}
</style>