Shades of Tacao #F6B482
Tints of Tacao #F6B482
RGB
CMYK
RGB Variations
Color information
#F6B482 (or 0xF6B482) is known color: Tacao. HEX triplet: F6, B4 and 82. RGB value is (246,180,130). Sum of RGB (Red+Green+Blue) = 246+180+130=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B482 is #094B7D. Grayscale: #C2C2C2. Windows color (decimal): -609150 or 8566006. OLE color: 8566006.
HSL color Cylindrical-coordinate representation of color #F6B482: hue angle of 25.86º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6B482 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 180 | 130 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.04 |
| HSL | 25.86º | 0.87% | 0.74% | - |
| HSV(B) | 25.86º | 0.47% | 0.96% | - |
| XYZ | 58.36 | 53.85 | 28.44 | - |
| YUV | 194.03 | 91.87 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 180 | 130 | 0 | 0.27 | 0.47 | 0.04 | 25.86 | 0.87 | 0.74 |
| Hex | F6 | B4 | 82 | 0 | 1B | 2F | 4 | 1A | 57 | 4A |
| Octal | 366 | 264 | 202 | 0 | 33 | 57 | 4 | 32 | 127 | 112 |
| Binary | 11110110 | 10110100 | 10000010 | 0 | 11011 | 101111 | 100 | 11010 | 1010111 | 1001010 |
Color Harmonies of #F6B482
Complementary color
Monochromatic Colors of #F6B482
Black with #F6B482
Text Example
Text Example
White with #F6B482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B482; }
p { color: rgb(246,180,130); }
H1.HeaderClassName
{
color: #F6B482;
}
.AnyTagClassName
{
color: #F6B482;
}
</style>
background-color css
<style>
a { background-color: #F6B482; }
a { background-color: rgb(246,180,130); }
div.DivClassName
{
background-color: #F6B482;
}
.BgClassName
{
background-color: #F6B482;
}
</style>
border-color css
<style>
span { border-color: #F6B482; }
span { border-color: rgb(246,180,130); }
td.TdClassName
{
border-color: #F6B482;
}
.TagClassName
{
border-color: #F6B482;
}
</style>