Shades of Tacao #F6B372
Tints of Tacao #F6B372
RGB
CMYK
RGB Variations
Color information
#F6B372 (or 0xF6B372) is known color: Tacao. HEX triplet: F6, B3 and 72. RGB value is (246,179,114). Sum of RGB (Red+Green+Blue) = 246+179+114=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B372 is #094C8D. Grayscale: #BFBFBF. Windows color (decimal): -609422 or 7517174. OLE color: 7517174.
HSL color Cylindrical-coordinate representation of color #F6B372: hue angle of 29.55º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6B372 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 179 | 114 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.04 |
| HSL | 29.55º | 0.88% | 0.71% | - |
| HSV(B) | 29.55º | 0.54% | 0.96% | - |
| XYZ | 57.16 | 53.05 | 23.15 | - |
| YUV | 191.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 179 | 114 | 0 | 0.27 | 0.54 | 0.04 | 29.55 | 0.88 | 0.71 |
| Hex | F6 | B3 | 72 | 0 | 1B | 36 | 4 | 1E | 58 | 47 |
| Octal | 366 | 263 | 162 | 0 | 33 | 66 | 4 | 36 | 130 | 107 |
| Binary | 11110110 | 10110011 | 1110010 | 0 | 11011 | 110110 | 100 | 11110 | 1011000 | 1000111 |
Color Harmonies of #F6B372
Complementary color
Monochromatic Colors of #F6B372
Black with #F6B372
Text Example
Text Example
White with #F6B372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B372; }
p { color: rgb(246,179,114); }
H1.HeaderClassName
{
color: #F6B372;
}
.AnyTagClassName
{
color: #F6B372;
}
</style>
background-color css
<style>
a { background-color: #F6B372; }
a { background-color: rgb(246,179,114); }
div.DivClassName
{
background-color: #F6B372;
}
.BgClassName
{
background-color: #F6B372;
}
</style>
border-color css
<style>
span { border-color: #F6B372; }
span { border-color: rgb(246,179,114); }
td.TdClassName
{
border-color: #F6B372;
}
.TagClassName
{
border-color: #F6B372;
}
</style>