Shades of Tacao #F3AD73
Tints of Tacao #F3AD73
RGB
CMYK
RGB Variations
Color information
#F3AD73 (or 0xF3AD73) is known color: Tacao. HEX triplet: F3, AD and 73. RGB value is (243,173,115). Sum of RGB (Red+Green+Blue) = 243+173+115=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AD73 is #0C528C. Grayscale: #BBBBBB. Windows color (decimal): -807565 or 7581171. OLE color: 7581171.
HSL color Cylindrical-coordinate representation of color #F3AD73: hue angle of 27.19º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F3AD73 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 115 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.05 |
| HSL | 27.19º | 0.84% | 0.7% | - |
| HSV(B) | 27.19º | 0.53% | 0.95% | - |
| XYZ | 55 | 50.18 | 23.01 | - |
| YUV | 187.32 | 87.19 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 115 | 0 | 0.29 | 0.53 | 0.05 | 27.19 | 0.84 | 0.7 |
| Hex | F3 | AD | 73 | 0 | 1D | 35 | 5 | 1B | 54 | 46 |
| Octal | 363 | 255 | 163 | 0 | 35 | 65 | 5 | 33 | 124 | 106 |
| Binary | 11110011 | 10101101 | 1110011 | 0 | 11101 | 110101 | 101 | 11011 | 1010100 | 1000110 |
Color Harmonies of #F3AD73
Complementary color
Monochromatic Colors of #F3AD73
Black with #F3AD73
Text Example
Text Example
White with #F3AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD73; }
p { color: rgb(243,173,115); }
H1.HeaderClassName
{
color: #F3AD73;
}
.AnyTagClassName
{
color: #F3AD73;
}
</style>
background-color css
<style>
a { background-color: #F3AD73; }
a { background-color: rgb(243,173,115); }
div.DivClassName
{
background-color: #F3AD73;
}
.BgClassName
{
background-color: #F3AD73;
}
</style>
border-color css
<style>
span { border-color: #F3AD73; }
span { border-color: rgb(243,173,115); }
td.TdClassName
{
border-color: #F3AD73;
}
.TagClassName
{
border-color: #F3AD73;
}
</style>