Shades of Tacao #F7B17D
Tints of Tacao #F7B17D
RGB
CMYK
RGB Variations
Color information
#F7B17D (or 0xF7B17D) is known color: Tacao. HEX triplet: F7, B1 and 7D. RGB value is (247,177,125). Sum of RGB (Red+Green+Blue) = 247+177+125=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B17D is #084E82. Grayscale: #C0C0C0. Windows color (decimal): -544387 or 8237559. OLE color: 8237559.
HSL color Cylindrical-coordinate representation of color #F7B17D: hue angle of 25.57º 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 #F7B17D is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 125 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.03 |
| HSL | 25.57º | 0.88% | 0.73% | - |
| HSV(B) | 25.57º | 0.49% | 0.97% | - |
| XYZ | 57.78 | 52.7 | 26.53 | - |
| YUV | 192 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 125 | 0 | 0.28 | 0.49 | 0.03 | 25.57 | 0.88 | 0.73 |
| Hex | F7 | B1 | 7D | 0 | 1C | 31 | 3 | 1A | 58 | 49 |
| Octal | 367 | 261 | 175 | 0 | 34 | 61 | 3 | 32 | 130 | 111 |
| Binary | 11110111 | 10110001 | 1111101 | 0 | 11100 | 110001 | 11 | 11010 | 1011000 | 1001001 |
Color Harmonies of #F7B17D
Complementary color
Monochromatic Colors of #F7B17D
Black with #F7B17D
Text Example
Text Example
White with #F7B17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B17D; }
p { color: rgb(247,177,125); }
H1.HeaderClassName
{
color: #F7B17D;
}
.AnyTagClassName
{
color: #F7B17D;
}
</style>
background-color css
<style>
a { background-color: #F7B17D; }
a { background-color: rgb(247,177,125); }
div.DivClassName
{
background-color: #F7B17D;
}
.BgClassName
{
background-color: #F7B17D;
}
</style>
border-color css
<style>
span { border-color: #F7B17D; }
span { border-color: rgb(247,177,125); }
td.TdClassName
{
border-color: #F7B17D;
}
.TagClassName
{
border-color: #F7B17D;
}
</style>