Shades of Tacao #F2AF83
Tints of Tacao #F2AF83
RGB
CMYK
RGB Variations
Color information
#F2AF83 (or 0xF2AF83) is known color: Tacao. HEX triplet: F2, AF and 83. RGB value is (242,175,131). Sum of RGB (Red+Green+Blue) = 242+175+131=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF83 is #0D507C. Grayscale: #BEBEBE. Windows color (decimal): -872573 or 8630258. OLE color: 8630258.
HSL color Cylindrical-coordinate representation of color #F2AF83: hue angle of 23.78º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2AF83 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 131 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.05 |
| HSL | 23.78º | 0.81% | 0.73% | - |
| HSV(B) | 23.78º | 0.46% | 0.95% | - |
| XYZ | 56.04 | 51.18 | 28.4 | - |
| YUV | 190.02 | 94.7 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 131 | 0 | 0.28 | 0.46 | 0.05 | 23.78 | 0.81 | 0.73 |
| Hex | F2 | AF | 83 | 0 | 1C | 2E | 5 | 18 | 51 | 49 |
| Octal | 362 | 257 | 203 | 0 | 34 | 56 | 5 | 30 | 121 | 111 |
| Binary | 11110010 | 10101111 | 10000011 | 0 | 11100 | 101110 | 101 | 11000 | 1010001 | 1001001 |
Color Harmonies of #F2AF83
Complementary color
Monochromatic Colors of #F2AF83
Black with #F2AF83
Text Example
Text Example
White with #F2AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF83; }
p { color: rgb(242,175,131); }
H1.HeaderClassName
{
color: #F2AF83;
}
.AnyTagClassName
{
color: #F2AF83;
}
</style>
background-color css
<style>
a { background-color: #F2AF83; }
a { background-color: rgb(242,175,131); }
div.DivClassName
{
background-color: #F2AF83;
}
.BgClassName
{
background-color: #F2AF83;
}
</style>
border-color css
<style>
span { border-color: #F2AF83; }
span { border-color: rgb(242,175,131); }
td.TdClassName
{
border-color: #F2AF83;
}
.TagClassName
{
border-color: #F2AF83;
}
</style>