Shades of Tacao #F6B17C
Tints of Tacao #F6B17C
RGB
CMYK
RGB Variations
Color information
#F6B17C (or 0xF6B17C) is known color: Tacao. HEX triplet: F6, B1 and 7C. RGB value is (246,177,124). Sum of RGB (Red+Green+Blue) = 246+177+124=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B17C is #094E83. Grayscale: #BFBFBF. Windows color (decimal): -609924 or 8172022. OLE color: 8172022.
HSL color Cylindrical-coordinate representation of color #F6B17C: hue angle of 26.07º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6B17C is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 177 | 124 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.04 |
| HSL | 26.07º | 0.87% | 0.73% | - |
| HSV(B) | 26.07º | 0.5% | 0.96% | - |
| XYZ | 57.37 | 52.49 | 26.18 | - |
| YUV | 191.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 177 | 124 | 0 | 0.28 | 0.50 | 0.04 | 26.07 | 0.87 | 0.73 |
| Hex | F6 | B1 | 7C | 0 | 1C | 32 | 4 | 1A | 57 | 49 |
| Octal | 366 | 261 | 174 | 0 | 34 | 62 | 4 | 32 | 127 | 111 |
| Binary | 11110110 | 10110001 | 1111100 | 0 | 11100 | 110010 | 100 | 11010 | 1010111 | 1001001 |
Color Harmonies of #F6B17C
Complementary color
Monochromatic Colors of #F6B17C
Black with #F6B17C
Text Example
Text Example
White with #F6B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B17C; }
p { color: rgb(246,177,124); }
H1.HeaderClassName
{
color: #F6B17C;
}
.AnyTagClassName
{
color: #F6B17C;
}
</style>
background-color css
<style>
a { background-color: #F6B17C; }
a { background-color: rgb(246,177,124); }
div.DivClassName
{
background-color: #F6B17C;
}
.BgClassName
{
background-color: #F6B17C;
}
</style>
border-color css
<style>
span { border-color: #F6B17C; }
span { border-color: rgb(246,177,124); }
td.TdClassName
{
border-color: #F6B17C;
}
.TagClassName
{
border-color: #F6B17C;
}
</style>