Shades of Tacao #F2AF86
Tints of Tacao #F2AF86
RGB
CMYK
RGB Variations
Color information
#F2AF86 (or 0xF2AF86) is known color: Tacao. HEX triplet: F2, AF and 86. RGB value is (242,175,134). Sum of RGB (Red+Green+Blue) = 242+175+134=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF86 is #0D5079. Grayscale: #BEBEBE. Windows color (decimal): -872570 or 8826866. OLE color: 8826866.
HSL color Cylindrical-coordinate representation of color #F2AF86: hue angle of 22.78º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2AF86 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 134 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.05 |
| HSL | 22.78º | 0.81% | 0.74% | - |
| HSV(B) | 22.78º | 0.45% | 0.95% | - |
| XYZ | 56.25 | 51.26 | 29.48 | - |
| YUV | 190.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 134 | 0 | 0.28 | 0.45 | 0.05 | 22.78 | 0.81 | 0.74 |
| Hex | F2 | AF | 86 | 0 | 1C | 2D | 5 | 17 | 51 | 4A |
| Octal | 362 | 257 | 206 | 0 | 34 | 55 | 5 | 27 | 121 | 112 |
| Binary | 11110010 | 10101111 | 10000110 | 0 | 11100 | 101101 | 101 | 10111 | 1010001 | 1001010 |
Color Harmonies of #F2AF86
Complementary color
Monochromatic Colors of #F2AF86
Black with #F2AF86
Text Example
Text Example
White with #F2AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF86; }
p { color: rgb(242,175,134); }
H1.HeaderClassName
{
color: #F2AF86;
}
.AnyTagClassName
{
color: #F2AF86;
}
</style>
background-color css
<style>
a { background-color: #F2AF86; }
a { background-color: rgb(242,175,134); }
div.DivClassName
{
background-color: #F2AF86;
}
.BgClassName
{
background-color: #F2AF86;
}
</style>
border-color css
<style>
span { border-color: #F2AF86; }
span { border-color: rgb(242,175,134); }
td.TdClassName
{
border-color: #F2AF86;
}
.TagClassName
{
border-color: #F2AF86;
}
</style>