Shades of Tacao #F3AF74
Tints of Tacao #F3AF74
RGB
CMYK
RGB Variations
Color information
#F3AF74 (or 0xF3AF74) is known color: Tacao. HEX triplet: F3, AF and 74. RGB value is (243,175,116). Sum of RGB (Red+Green+Blue) = 243+175+116=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AF74 is #0C508B. Grayscale: #BCBCBC. Windows color (decimal): -807052 or 7647219. OLE color: 7647219.
HSL color Cylindrical-coordinate representation of color #F3AF74: hue angle of 27.87º 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 #F3AF74 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 116 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.05 |
| HSL | 27.87º | 0.84% | 0.7% | - |
| HSV(B) | 27.87º | 0.52% | 0.95% | - |
| XYZ | 55.44 | 50.98 | 23.44 | - |
| YUV | 188.61 | 87.03 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 116 | 0 | 0.28 | 0.52 | 0.05 | 27.87 | 0.84 | 0.7 |
| Hex | F3 | AF | 74 | 0 | 1C | 34 | 5 | 1C | 54 | 46 |
| Octal | 363 | 257 | 164 | 0 | 34 | 64 | 5 | 34 | 124 | 106 |
| Binary | 11110011 | 10101111 | 1110100 | 0 | 11100 | 110100 | 101 | 11100 | 1010100 | 1000110 |
Color Harmonies of #F3AF74
Complementary color
Monochromatic Colors of #F3AF74
Black with #F3AF74
Text Example
Text Example
White with #F3AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AF74; }
p { color: rgb(243,175,116); }
H1.HeaderClassName
{
color: #F3AF74;
}
.AnyTagClassName
{
color: #F3AF74;
}
</style>
background-color css
<style>
a { background-color: #F3AF74; }
a { background-color: rgb(243,175,116); }
div.DivClassName
{
background-color: #F3AF74;
}
.BgClassName
{
background-color: #F3AF74;
}
</style>
border-color css
<style>
span { border-color: #F3AF74; }
span { border-color: rgb(243,175,116); }
td.TdClassName
{
border-color: #F3AF74;
}
.TagClassName
{
border-color: #F3AF74;
}
</style>