Shades of Tacao #F6B17D
Tints of Tacao #F6B17D
RGB
CMYK
RGB Variations
Color information
#F6B17D (or 0xF6B17D) is known color: Tacao. HEX triplet: F6, B1 and 7D. RGB value is (246,177,125). Sum of RGB (Red+Green+Blue) = 246+177+125=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B17D is #094E82. Grayscale: #BFBFBF. Windows color (decimal): -609923 or 8237558. OLE color: 8237558.
HSL color Cylindrical-coordinate representation of color #F6B17D: hue angle of 25.79º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6B17D is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 177 | 125 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.04 |
| HSL | 25.79º | 0.87% | 0.73% | - |
| HSV(B) | 25.79º | 0.49% | 0.96% | - |
| XYZ | 57.43 | 52.52 | 26.51 | - |
| YUV | 191.7 | 90.36 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 177 | 125 | 0 | 0.28 | 0.49 | 0.04 | 25.79 | 0.87 | 0.73 |
| Hex | F6 | B1 | 7D | 0 | 1C | 31 | 4 | 1A | 57 | 49 |
| Octal | 366 | 261 | 175 | 0 | 34 | 61 | 4 | 32 | 127 | 111 |
| Binary | 11110110 | 10110001 | 1111101 | 0 | 11100 | 110001 | 100 | 11010 | 1010111 | 1001001 |
Color Harmonies of #F6B17D
Complementary color
Monochromatic Colors of #F6B17D
Black with #F6B17D
Text Example
Text Example
White with #F6B17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B17D; }
p { color: rgb(246,177,125); }
H1.HeaderClassName
{
color: #F6B17D;
}
.AnyTagClassName
{
color: #F6B17D;
}
</style>
background-color css
<style>
a { background-color: #F6B17D; }
a { background-color: rgb(246,177,125); }
div.DivClassName
{
background-color: #F6B17D;
}
.BgClassName
{
background-color: #F6B17D;
}
</style>
border-color css
<style>
span { border-color: #F6B17D; }
span { border-color: rgb(246,177,125); }
td.TdClassName
{
border-color: #F6B17D;
}
.TagClassName
{
border-color: #F6B17D;
}
</style>