Shades of Tacao #F5AF83
Tints of Tacao #F5AF83
RGB
CMYK
RGB Variations
Color information
#F5AF83 (or 0xF5AF83) is known color: Tacao. HEX triplet: F5, AF and 83. RGB value is (245,175,131). Sum of RGB (Red+Green+Blue) = 245+175+131=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AF83 is #0A507C. Grayscale: #BFBFBF. Windows color (decimal): -675965 or 8630261. OLE color: 8630261.
HSL color Cylindrical-coordinate representation of color #F5AF83: hue angle of 23.16º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5AF83 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 131 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.04 |
| HSL | 23.16º | 0.85% | 0.74% | - |
| HSV(B) | 23.16º | 0.47% | 0.96% | - |
| XYZ | 57.08 | 51.71 | 28.45 | - |
| YUV | 190.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 131 | 0 | 0.29 | 0.47 | 0.04 | 23.16 | 0.85 | 0.74 |
| Hex | F5 | AF | 83 | 0 | 1D | 2F | 4 | 17 | 55 | 4A |
| Octal | 365 | 257 | 203 | 0 | 35 | 57 | 4 | 27 | 125 | 112 |
| Binary | 11110101 | 10101111 | 10000011 | 0 | 11101 | 101111 | 100 | 10111 | 1010101 | 1001010 |
Color Harmonies of #F5AF83
Complementary color
Monochromatic Colors of #F5AF83
Black with #F5AF83
Text Example
Text Example
White with #F5AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF83; }
p { color: rgb(245,175,131); }
H1.HeaderClassName
{
color: #F5AF83;
}
.AnyTagClassName
{
color: #F5AF83;
}
</style>
background-color css
<style>
a { background-color: #F5AF83; }
a { background-color: rgb(245,175,131); }
div.DivClassName
{
background-color: #F5AF83;
}
.BgClassName
{
background-color: #F5AF83;
}
</style>
border-color css
<style>
span { border-color: #F5AF83; }
span { border-color: rgb(245,175,131); }
td.TdClassName
{
border-color: #F5AF83;
}
.TagClassName
{
border-color: #F5AF83;
}
</style>