Shades of Tacao #F5AD85
Tints of Tacao #F5AD85
RGB
CMYK
RGB Variations
Color information
#F5AD85 (or 0xF5AD85) is known color: Tacao. HEX triplet: F5, AD and 85. RGB value is (245,173,133). Sum of RGB (Red+Green+Blue) = 245+173+133=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AD85 is #0A527A. Grayscale: #BEBEBE. Windows color (decimal): -676475 or 8760821. OLE color: 8760821.
HSL color Cylindrical-coordinate representation of color #F5AD85: hue angle of 21.43º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5AD85 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 133 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.04 |
| HSL | 21.43º | 0.85% | 0.74% | - |
| HSV(B) | 21.43º | 0.46% | 0.96% | - |
| XYZ | 56.83 | 50.99 | 29.04 | - |
| YUV | 189.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 133 | 0 | 0.29 | 0.46 | 0.04 | 21.43 | 0.85 | 0.74 |
| Hex | F5 | AD | 85 | 0 | 1D | 2E | 4 | 15 | 55 | 4A |
| Octal | 365 | 255 | 205 | 0 | 35 | 56 | 4 | 25 | 125 | 112 |
| Binary | 11110101 | 10101101 | 10000101 | 0 | 11101 | 101110 | 100 | 10101 | 1010101 | 1001010 |
Color Harmonies of #F5AD85
Complementary color
Monochromatic Colors of #F5AD85
Black with #F5AD85
Text Example
Text Example
White with #F5AD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD85; }
p { color: rgb(245,173,133); }
H1.HeaderClassName
{
color: #F5AD85;
}
.AnyTagClassName
{
color: #F5AD85;
}
</style>
background-color css
<style>
a { background-color: #F5AD85; }
a { background-color: rgb(245,173,133); }
div.DivClassName
{
background-color: #F5AD85;
}
.BgClassName
{
background-color: #F5AD85;
}
</style>
border-color css
<style>
span { border-color: #F5AD85; }
span { border-color: rgb(245,173,133); }
td.TdClassName
{
border-color: #F5AD85;
}
.TagClassName
{
border-color: #F5AD85;
}
</style>