Shades of Tacao #F7B080
Tints of Tacao #F7B080
RGB
CMYK
RGB Variations
Color information
#F7B080 (or 0xF7B080) is known color: Tacao. HEX triplet: F7, B0 and 80. RGB value is (247,176,128). Sum of RGB (Red+Green+Blue) = 247+176+128=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7B080 is #084F7F. Grayscale: #C0C0C0. Windows color (decimal): -544640 or 8433911. OLE color: 8433911.
HSL color Cylindrical-coordinate representation of color #F7B080: hue angle of 24.2º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7B080 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 128 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.03 |
| HSL | 24.2º | 0.88% | 0.74% | - |
| HSV(B) | 24.2º | 0.48% | 0.97% | - |
| XYZ | 57.78 | 52.38 | 27.49 | - |
| YUV | 191.76 | 92.02 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 128 | 0 | 0.29 | 0.48 | 0.03 | 24.2 | 0.88 | 0.74 |
| Hex | F7 | B0 | 80 | 0 | 1D | 30 | 3 | 18 | 58 | 4A |
| Octal | 367 | 260 | 200 | 0 | 35 | 60 | 3 | 30 | 130 | 112 |
| Binary | 11110111 | 10110000 | 10000000 | 0 | 11101 | 110000 | 11 | 11000 | 1011000 | 1001010 |
Color Harmonies of #F7B080
Complementary color
Monochromatic Colors of #F7B080
Black with #F7B080
Text Example
Text Example
White with #F7B080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B080; }
p { color: rgb(247,176,128); }
H1.HeaderClassName
{
color: #F7B080;
}
.AnyTagClassName
{
color: #F7B080;
}
</style>
background-color css
<style>
a { background-color: #F7B080; }
a { background-color: rgb(247,176,128); }
div.DivClassName
{
background-color: #F7B080;
}
.BgClassName
{
background-color: #F7B080;
}
</style>
border-color css
<style>
span { border-color: #F7B080; }
span { border-color: rgb(247,176,128); }
td.TdClassName
{
border-color: #F7B080;
}
.TagClassName
{
border-color: #F7B080;
}
</style>