Shades of Tacao #F5AF6D
Tints of Tacao #F5AF6D
RGB
CMYK
RGB Variations
Color information
#F5AF6D (or 0xF5AF6D) is known color: Tacao. HEX triplet: F5, AF and 6D. RGB value is (245,175,109). Sum of RGB (Red+Green+Blue) = 245+175+109=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF6D is #0A5092. Grayscale: #BCBCBC. Windows color (decimal): -675987 or 7188469. OLE color: 7188469.
HSL color Cylindrical-coordinate representation of color #F5AF6D: hue angle of 29.12º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5AF6D is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 109 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.04 |
| HSL | 29.12º | 0.87% | 0.69% | - |
| HSV(B) | 29.12º | 0.56% | 0.96% | - |
| XYZ | 55.75 | 51.18 | 21.41 | - |
| YUV | 188.41 | 83.19 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 109 | 0 | 0.29 | 0.56 | 0.04 | 29.12 | 0.87 | 0.69 |
| Hex | F5 | AF | 6D | 0 | 1D | 38 | 4 | 1D | 57 | 45 |
| Octal | 365 | 257 | 155 | 0 | 35 | 70 | 4 | 35 | 127 | 105 |
| Binary | 11110101 | 10101111 | 1101101 | 0 | 11101 | 111000 | 100 | 11101 | 1010111 | 1000101 |
Color Harmonies of #F5AF6D
Complementary color
Monochromatic Colors of #F5AF6D
Black with #F5AF6D
Text Example
Text Example
White with #F5AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF6D; }
p { color: rgb(245,175,109); }
H1.HeaderClassName
{
color: #F5AF6D;
}
.AnyTagClassName
{
color: #F5AF6D;
}
</style>
background-color css
<style>
a { background-color: #F5AF6D; }
a { background-color: rgb(245,175,109); }
div.DivClassName
{
background-color: #F5AF6D;
}
.BgClassName
{
background-color: #F5AF6D;
}
</style>
border-color css
<style>
span { border-color: #F5AF6D; }
span { border-color: rgb(245,175,109); }
td.TdClassName
{
border-color: #F5AF6D;
}
.TagClassName
{
border-color: #F5AF6D;
}
</style>