Shades of Tacao #F5AF74
Tints of Tacao #F5AF74
RGB
CMYK
RGB Variations
Color information
#F5AF74 (or 0xF5AF74) is known color: Tacao. HEX triplet: F5, AF and 74. RGB value is (245,175,116). Sum of RGB (Red+Green+Blue) = 245+175+116=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF74 is #0A508B. Grayscale: #BDBDBD. Windows color (decimal): -675980 or 7647221. OLE color: 7647221.
HSL color Cylindrical-coordinate representation of color #F5AF74: hue angle of 27.44º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5AF74 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 116 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.04 |
| HSL | 27.44º | 0.87% | 0.71% | - |
| HSV(B) | 27.44º | 0.53% | 0.96% | - |
| XYZ | 56.14 | 51.33 | 23.47 | - |
| YUV | 189.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 116 | 0 | 0.29 | 0.53 | 0.04 | 27.44 | 0.87 | 0.71 |
| Hex | F5 | AF | 74 | 0 | 1D | 35 | 4 | 1B | 57 | 47 |
| Octal | 365 | 257 | 164 | 0 | 35 | 65 | 4 | 33 | 127 | 107 |
| Binary | 11110101 | 10101111 | 1110100 | 0 | 11101 | 110101 | 100 | 11011 | 1010111 | 1000111 |
Color Harmonies of #F5AF74
Complementary color
Monochromatic Colors of #F5AF74
Black with #F5AF74
Text Example
Text Example
White with #F5AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF74; }
p { color: rgb(245,175,116); }
H1.HeaderClassName
{
color: #F5AF74;
}
.AnyTagClassName
{
color: #F5AF74;
}
</style>
background-color css
<style>
a { background-color: #F5AF74; }
a { background-color: rgb(245,175,116); }
div.DivClassName
{
background-color: #F5AF74;
}
.BgClassName
{
background-color: #F5AF74;
}
</style>
border-color css
<style>
span { border-color: #F5AF74; }
span { border-color: rgb(245,175,116); }
td.TdClassName
{
border-color: #F5AF74;
}
.TagClassName
{
border-color: #F5AF74;
}
</style>