Shades of Tacao #F5AD7B
Tints of Tacao #F5AD7B
RGB
CMYK
RGB Variations
Color information
#F5AD7B (or 0xF5AD7B) is known color: Tacao. HEX triplet: F5, AD and 7B. RGB value is (245,173,123). Sum of RGB (Red+Green+Blue) = 245+173+123=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD7B is #0A5284. Grayscale: #BDBDBD. Windows color (decimal): -676485 or 8105461. OLE color: 8105461.
HSL color Cylindrical-coordinate representation of color #F5AD7B: hue angle of 24.59º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5AD7B is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 123 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.04 |
| HSL | 24.59º | 0.86% | 0.72% | - |
| HSV(B) | 24.59º | 0.5% | 0.96% | - |
| XYZ | 56.17 | 50.73 | 25.57 | - |
| YUV | 188.83 | 90.85 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 123 | 0 | 0.29 | 0.50 | 0.04 | 24.59 | 0.86 | 0.72 |
| Hex | F5 | AD | 7B | 0 | 1D | 32 | 4 | 19 | 56 | 48 |
| Octal | 365 | 255 | 173 | 0 | 35 | 62 | 4 | 31 | 126 | 110 |
| Binary | 11110101 | 10101101 | 1111011 | 0 | 11101 | 110010 | 100 | 11001 | 1010110 | 1001000 |
Color Harmonies of #F5AD7B
Complementary color
Monochromatic Colors of #F5AD7B
Black with #F5AD7B
Text Example
Text Example
White with #F5AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD7B; }
p { color: rgb(245,173,123); }
H1.HeaderClassName
{
color: #F5AD7B;
}
.AnyTagClassName
{
color: #F5AD7B;
}
</style>
background-color css
<style>
a { background-color: #F5AD7B; }
a { background-color: rgb(245,173,123); }
div.DivClassName
{
background-color: #F5AD7B;
}
.BgClassName
{
background-color: #F5AD7B;
}
</style>
border-color css
<style>
span { border-color: #F5AD7B; }
span { border-color: rgb(245,173,123); }
td.TdClassName
{
border-color: #F5AD7B;
}
.TagClassName
{
border-color: #F5AD7B;
}
</style>