Shades of Tacao #F7B26D
Tints of Tacao #F7B26D
RGB
CMYK
RGB Variations
Color information
#F7B26D (or 0xF7B26D) is known color: Tacao. HEX triplet: F7, B2 and 6D. RGB value is (247,178,109). Sum of RGB (Red+Green+Blue) = 247+178+109=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B26D is #084D92. Grayscale: #BFBFBF. Windows color (decimal): -544147 or 7189239. OLE color: 7189239.
HSL color Cylindrical-coordinate representation of color #F7B26D: hue angle of 30º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7B26D is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 178 | 109 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.03 |
| HSL | 30º | 0.9% | 0.7% | - |
| HSV(B) | 30º | 0.56% | 0.97% | - |
| XYZ | 57.04 | 52.72 | 21.64 | - |
| YUV | 190.77 | 81.86 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 178 | 109 | 0 | 0.28 | 0.56 | 0.03 | 30 | 0.9 | 0.7 |
| Hex | F7 | B2 | 6D | 0 | 1C | 38 | 3 | 1E | 5A | 46 |
| Octal | 367 | 262 | 155 | 0 | 34 | 70 | 3 | 36 | 132 | 106 |
| Binary | 11110111 | 10110010 | 1101101 | 0 | 11100 | 111000 | 11 | 11110 | 1011010 | 1000110 |
Color Harmonies of #F7B26D
Complementary color
Monochromatic Colors of #F7B26D
Black with #F7B26D
Text Example
Text Example
White with #F7B26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B26D; }
p { color: rgb(247,178,109); }
H1.HeaderClassName
{
color: #F7B26D;
}
.AnyTagClassName
{
color: #F7B26D;
}
</style>
background-color css
<style>
a { background-color: #F7B26D; }
a { background-color: rgb(247,178,109); }
div.DivClassName
{
background-color: #F7B26D;
}
.BgClassName
{
background-color: #F7B26D;
}
</style>
border-color css
<style>
span { border-color: #F7B26D; }
span { border-color: rgb(247,178,109); }
td.TdClassName
{
border-color: #F7B26D;
}
.TagClassName
{
border-color: #F7B26D;
}
</style>