Shades of Tacao #F5AF6E
Tints of Tacao #F5AF6E
RGB
CMYK
RGB Variations
Color information
#F5AF6E (or 0xF5AF6E) is known color: Tacao. HEX triplet: F5, AF and 6E. RGB value is (245,175,110). Sum of RGB (Red+Green+Blue) = 245+175+110=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF6E is #0A5091. Grayscale: #BCBCBC. Windows color (decimal): -675986 or 7254005. OLE color: 7254005.
HSL color Cylindrical-coordinate representation of color #F5AF6E: hue angle of 28.89º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5AF6E is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 110 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.04 |
| HSL | 28.89º | 0.87% | 0.7% | - |
| HSV(B) | 28.89º | 0.55% | 0.96% | - |
| XYZ | 55.8 | 51.2 | 21.69 | - |
| YUV | 188.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 110 | 0 | 0.29 | 0.55 | 0.04 | 28.89 | 0.87 | 0.7 |
| Hex | F5 | AF | 6E | 0 | 1D | 37 | 4 | 1D | 57 | 46 |
| Octal | 365 | 257 | 156 | 0 | 35 | 67 | 4 | 35 | 127 | 106 |
| Binary | 11110101 | 10101111 | 1101110 | 0 | 11101 | 110111 | 100 | 11101 | 1010111 | 1000110 |
Color Harmonies of #F5AF6E
Complementary color
Monochromatic Colors of #F5AF6E
Black with #F5AF6E
Text Example
Text Example
White with #F5AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF6E; }
p { color: rgb(245,175,110); }
H1.HeaderClassName
{
color: #F5AF6E;
}
.AnyTagClassName
{
color: #F5AF6E;
}
</style>
background-color css
<style>
a { background-color: #F5AF6E; }
a { background-color: rgb(245,175,110); }
div.DivClassName
{
background-color: #F5AF6E;
}
.BgClassName
{
background-color: #F5AF6E;
}
</style>
border-color css
<style>
span { border-color: #F5AF6E; }
span { border-color: rgb(245,175,110); }
td.TdClassName
{
border-color: #F5AF6E;
}
.TagClassName
{
border-color: #F5AF6E;
}
</style>