Shades of Tacao #F5AD7D
Tints of Tacao #F5AD7D
RGB
CMYK
RGB Variations
Color information
#F5AD7D (or 0xF5AD7D) is known color: Tacao. HEX triplet: F5, AD and 7D. RGB value is (245,173,125). Sum of RGB (Red+Green+Blue) = 245+173+125=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD7D is #0A5282. Grayscale: #BDBDBD. Windows color (decimal): -676483 or 8236533. OLE color: 8236533.
HSL color Cylindrical-coordinate representation of color #F5AD7D: hue angle of 24º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5AD7D is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 125 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.04 |
| HSL | 24º | 0.86% | 0.73% | - |
| HSV(B) | 24º | 0.49% | 0.96% | - |
| XYZ | 56.3 | 50.78 | 26.24 | - |
| YUV | 189.06 | 91.85 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 125 | 0 | 0.29 | 0.49 | 0.04 | 24 | 0.86 | 0.73 |
| Hex | F5 | AD | 7D | 0 | 1D | 31 | 4 | 18 | 56 | 49 |
| Octal | 365 | 255 | 175 | 0 | 35 | 61 | 4 | 30 | 126 | 111 |
| Binary | 11110101 | 10101101 | 1111101 | 0 | 11101 | 110001 | 100 | 11000 | 1010110 | 1001001 |
Color Harmonies of #F5AD7D
Complementary color
Monochromatic Colors of #F5AD7D
Black with #F5AD7D
Text Example
Text Example
White with #F5AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD7D; }
p { color: rgb(245,173,125); }
H1.HeaderClassName
{
color: #F5AD7D;
}
.AnyTagClassName
{
color: #F5AD7D;
}
</style>
background-color css
<style>
a { background-color: #F5AD7D; }
a { background-color: rgb(245,173,125); }
div.DivClassName
{
background-color: #F5AD7D;
}
.BgClassName
{
background-color: #F5AD7D;
}
</style>
border-color css
<style>
span { border-color: #F5AD7D; }
span { border-color: rgb(245,173,125); }
td.TdClassName
{
border-color: #F5AD7D;
}
.TagClassName
{
border-color: #F5AD7D;
}
</style>