Shades of Tacao #F6B282
Tints of Tacao #F6B282
RGB
CMYK
RGB Variations
Color information
#F6B282 (or 0xF6B282) is known color: Tacao. HEX triplet: F6, B2 and 82. RGB value is (246,178,130). Sum of RGB (Red+Green+Blue) = 246+178+130=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B282 is #094D7D. Grayscale: #C1C1C1. Windows color (decimal): -609662 or 8565494. OLE color: 8565494.
HSL color Cylindrical-coordinate representation of color #F6B282: hue angle of 24.83º 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 #F6B282 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 178 | 130 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.04 |
| HSL | 24.83º | 0.87% | 0.74% | - |
| HSV(B) | 24.83º | 0.47% | 0.96% | - |
| XYZ | 57.96 | 53.05 | 28.3 | - |
| YUV | 192.86 | 92.53 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 178 | 130 | 0 | 0.28 | 0.47 | 0.04 | 24.83 | 0.87 | 0.74 |
| Hex | F6 | B2 | 82 | 0 | 1C | 2F | 4 | 19 | 57 | 4A |
| Octal | 366 | 262 | 202 | 0 | 34 | 57 | 4 | 31 | 127 | 112 |
| Binary | 11110110 | 10110010 | 10000010 | 0 | 11100 | 101111 | 100 | 11001 | 1010111 | 1001010 |
Color Harmonies of #F6B282
Complementary color
Monochromatic Colors of #F6B282
Black with #F6B282
Text Example
Text Example
White with #F6B282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B282; }
p { color: rgb(246,178,130); }
H1.HeaderClassName
{
color: #F6B282;
}
.AnyTagClassName
{
color: #F6B282;
}
</style>
background-color css
<style>
a { background-color: #F6B282; }
a { background-color: rgb(246,178,130); }
div.DivClassName
{
background-color: #F6B282;
}
.BgClassName
{
background-color: #F6B282;
}
</style>
border-color css
<style>
span { border-color: #F6B282; }
span { border-color: rgb(246,178,130); }
td.TdClassName
{
border-color: #F6B282;
}
.TagClassName
{
border-color: #F6B282;
}
</style>