Shades of Tacao #F7B07D
Tints of Tacao #F7B07D
RGB
CMYK
RGB Variations
Color information
#F7B07D (or 0xF7B07D) is known color: Tacao. HEX triplet: F7, B0 and 7D. RGB value is (247,176,125). Sum of RGB (Red+Green+Blue) = 247+176+125=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B07D is #084F82. Grayscale: #BFBFBF. Windows color (decimal): -544643 or 8237303. OLE color: 8237303.
HSL color Cylindrical-coordinate representation of color #F7B07D: hue angle of 25.08º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F7B07D is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 125 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.03 |
| HSL | 25.08º | 0.88% | 0.73% | - |
| HSV(B) | 25.08º | 0.49% | 0.97% | - |
| XYZ | 57.58 | 52.31 | 26.46 | - |
| YUV | 191.42 | 90.52 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 125 | 0 | 0.29 | 0.49 | 0.03 | 25.08 | 0.88 | 0.73 |
| Hex | F7 | B0 | 7D | 0 | 1D | 31 | 3 | 19 | 58 | 49 |
| Octal | 367 | 260 | 175 | 0 | 35 | 61 | 3 | 31 | 130 | 111 |
| Binary | 11110111 | 10110000 | 1111101 | 0 | 11101 | 110001 | 11 | 11001 | 1011000 | 1001001 |
Color Harmonies of #F7B07D
Complementary color
Monochromatic Colors of #F7B07D
Black with #F7B07D
Text Example
Text Example
White with #F7B07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B07D; }
p { color: rgb(247,176,125); }
H1.HeaderClassName
{
color: #F7B07D;
}
.AnyTagClassName
{
color: #F7B07D;
}
</style>
background-color css
<style>
a { background-color: #F7B07D; }
a { background-color: rgb(247,176,125); }
div.DivClassName
{
background-color: #F7B07D;
}
.BgClassName
{
background-color: #F7B07D;
}
</style>
border-color css
<style>
span { border-color: #F7B07D; }
span { border-color: rgb(247,176,125); }
td.TdClassName
{
border-color: #F7B07D;
}
.TagClassName
{
border-color: #F7B07D;
}
</style>