Shades of Tacao #F3AD74
Tints of Tacao #F3AD74
RGB
CMYK
RGB Variations
Color information
#F3AD74 (or 0xF3AD74) is known color: Tacao. HEX triplet: F3, AD and 74. RGB value is (243,173,116). Sum of RGB (Red+Green+Blue) = 243+173+116=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AD74 is #0C528B. Grayscale: #BBBBBB. Windows color (decimal): -807564 or 7646707. OLE color: 7646707.
HSL color Cylindrical-coordinate representation of color #F3AD74: hue angle of 26.93º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F3AD74 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 116 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.05 |
| HSL | 26.93º | 0.84% | 0.7% | - |
| HSV(B) | 26.93º | 0.52% | 0.95% | - |
| XYZ | 55.06 | 50.2 | 23.31 | - |
| YUV | 187.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 116 | 0 | 0.29 | 0.52 | 0.05 | 26.93 | 0.84 | 0.7 |
| Hex | F3 | AD | 74 | 0 | 1D | 34 | 5 | 1B | 54 | 46 |
| Octal | 363 | 255 | 164 | 0 | 35 | 64 | 5 | 33 | 124 | 106 |
| Binary | 11110011 | 10101101 | 1110100 | 0 | 11101 | 110100 | 101 | 11011 | 1010100 | 1000110 |
Color Harmonies of #F3AD74
Complementary color
Monochromatic Colors of #F3AD74
Black with #F3AD74
Text Example
Text Example
White with #F3AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD74; }
p { color: rgb(243,173,116); }
H1.HeaderClassName
{
color: #F3AD74;
}
.AnyTagClassName
{
color: #F3AD74;
}
</style>
background-color css
<style>
a { background-color: #F3AD74; }
a { background-color: rgb(243,173,116); }
div.DivClassName
{
background-color: #F3AD74;
}
.BgClassName
{
background-color: #F3AD74;
}
</style>
border-color css
<style>
span { border-color: #F3AD74; }
span { border-color: rgb(243,173,116); }
td.TdClassName
{
border-color: #F3AD74;
}
.TagClassName
{
border-color: #F3AD74;
}
</style>