Shades of Tacao #F7AD7D
Tints of Tacao #F7AD7D
RGB
CMYK
RGB Variations
Color information
#F7AD7D (or 0xF7AD7D) is known color: Tacao. HEX triplet: F7, AD and 7D. RGB value is (247,173,125). Sum of RGB (Red+Green+Blue) = 247+173+125=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AD7D is #085282. Grayscale: #BDBDBD. Windows color (decimal): -545411 or 8236535. OLE color: 8236535.
HSL color Cylindrical-coordinate representation of color #F7AD7D: hue angle of 23.61º 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 #F7AD7D is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 125 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.03 |
| HSL | 23.61º | 0.88% | 0.73% | - |
| HSV(B) | 23.61º | 0.49% | 0.97% | - |
| XYZ | 57 | 51.14 | 26.27 | - |
| YUV | 189.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 125 | 0 | 0.30 | 0.49 | 0.03 | 23.61 | 0.88 | 0.73 |
| Hex | F7 | AD | 7D | 0 | 1E | 31 | 3 | 18 | 58 | 49 |
| Octal | 367 | 255 | 175 | 0 | 36 | 61 | 3 | 30 | 130 | 111 |
| Binary | 11110111 | 10101101 | 1111101 | 0 | 11110 | 110001 | 11 | 11000 | 1011000 | 1001001 |
Color Harmonies of #F7AD7D
Complementary color
Monochromatic Colors of #F7AD7D
Black with #F7AD7D
Text Example
Text Example
White with #F7AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AD7D; }
p { color: rgb(247,173,125); }
H1.HeaderClassName
{
color: #F7AD7D;
}
.AnyTagClassName
{
color: #F7AD7D;
}
</style>
background-color css
<style>
a { background-color: #F7AD7D; }
a { background-color: rgb(247,173,125); }
div.DivClassName
{
background-color: #F7AD7D;
}
.BgClassName
{
background-color: #F7AD7D;
}
</style>
border-color css
<style>
span { border-color: #F7AD7D; }
span { border-color: rgb(247,173,125); }
td.TdClassName
{
border-color: #F7AD7D;
}
.TagClassName
{
border-color: #F7AD7D;
}
</style>