Shades of Tacao #F6B278
Tints of Tacao #F6B278
RGB
CMYK
RGB Variations
Color information
#F6B278 (or 0xF6B278) is known color: Tacao. HEX triplet: F6, B2 and 78. RGB value is (246,178,120). Sum of RGB (Red+Green+Blue) = 246+178+120=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B278 is #094D87. Grayscale: #C0C0C0. Windows color (decimal): -609672 or 7910134. OLE color: 7910134.
HSL color Cylindrical-coordinate representation of color #F6B278: hue angle of 27.62º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F6B278 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 178 | 120 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.04 |
| HSL | 27.62º | 0.88% | 0.72% | - |
| HSV(B) | 27.62º | 0.51% | 0.96% | - |
| XYZ | 57.32 | 52.79 | 24.94 | - |
| YUV | 191.72 | 87.53 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 178 | 120 | 0 | 0.28 | 0.51 | 0.04 | 27.62 | 0.88 | 0.72 |
| Hex | F6 | B2 | 78 | 0 | 1C | 33 | 4 | 1C | 58 | 48 |
| Octal | 366 | 262 | 170 | 0 | 34 | 63 | 4 | 34 | 130 | 110 |
| Binary | 11110110 | 10110010 | 1111000 | 0 | 11100 | 110011 | 100 | 11100 | 1011000 | 1001000 |
Color Harmonies of #F6B278
Complementary color
Monochromatic Colors of #F6B278
Black with #F6B278
Text Example
Text Example
White with #F6B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B278; }
p { color: rgb(246,178,120); }
H1.HeaderClassName
{
color: #F6B278;
}
.AnyTagClassName
{
color: #F6B278;
}
</style>
background-color css
<style>
a { background-color: #F6B278; }
a { background-color: rgb(246,178,120); }
div.DivClassName
{
background-color: #F6B278;
}
.BgClassName
{
background-color: #F6B278;
}
</style>
border-color css
<style>
span { border-color: #F6B278; }
span { border-color: rgb(246,178,120); }
td.TdClassName
{
border-color: #F6B278;
}
.TagClassName
{
border-color: #F6B278;
}
</style>