Shades of Tacao #F3AD85
Tints of Tacao #F3AD85
RGB
CMYK
RGB Variations
Color information
#F3AD85 (or 0xF3AD85) is known color: Tacao. HEX triplet: F3, AD and 85. RGB value is (243,173,133). Sum of RGB (Red+Green+Blue) = 243+173+133=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AD85 is #0C527A. Grayscale: #BDBDBD. Windows color (decimal): -807547 or 8760819. OLE color: 8760819.
HSL color Cylindrical-coordinate representation of color #F3AD85: hue angle of 21.82º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3AD85 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 133 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.05 |
| HSL | 21.82º | 0.82% | 0.74% | - |
| HSV(B) | 21.82º | 0.45% | 0.95% | - |
| XYZ | 56.14 | 50.64 | 29.01 | - |
| YUV | 189.37 | 96.19 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 133 | 0 | 0.29 | 0.45 | 0.05 | 21.82 | 0.82 | 0.74 |
| Hex | F3 | AD | 85 | 0 | 1D | 2D | 5 | 16 | 52 | 4A |
| Octal | 363 | 255 | 205 | 0 | 35 | 55 | 5 | 26 | 122 | 112 |
| Binary | 11110011 | 10101101 | 10000101 | 0 | 11101 | 101101 | 101 | 10110 | 1010010 | 1001010 |
Color Harmonies of #F3AD85
Complementary color
Monochromatic Colors of #F3AD85
Black with #F3AD85
Text Example
Text Example
White with #F3AD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD85; }
p { color: rgb(243,173,133); }
H1.HeaderClassName
{
color: #F3AD85;
}
.AnyTagClassName
{
color: #F3AD85;
}
</style>
background-color css
<style>
a { background-color: #F3AD85; }
a { background-color: rgb(243,173,133); }
div.DivClassName
{
background-color: #F3AD85;
}
.BgClassName
{
background-color: #F3AD85;
}
</style>
border-color css
<style>
span { border-color: #F3AD85; }
span { border-color: rgb(243,173,133); }
td.TdClassName
{
border-color: #F3AD85;
}
.TagClassName
{
border-color: #F3AD85;
}
</style>