Shades of Tacao #F2AF87
Tints of Tacao #F2AF87
RGB
CMYK
RGB Variations
Color information
#F2AF87 (or 0xF2AF87) is known color: Tacao. HEX triplet: F2, AF and 87. RGB value is (242,175,135). Sum of RGB (Red+Green+Blue) = 242+175+135=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 135 (53.12% from 255 or 24.46% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF87 is #0D5078. Grayscale: #BEBEBE. Windows color (decimal): -872569 or 8892402. OLE color: 8892402.
HSL color Cylindrical-coordinate representation of color #F2AF87: hue angle of 22.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2AF87 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 135 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.05 |
| HSL | 22.43º | 0.8% | 0.74% | - |
| HSV(B) | 22.43º | 0.44% | 0.95% | - |
| XYZ | 56.32 | 51.29 | 29.85 | - |
| YUV | 190.47 | 96.7 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 135 | 0 | 0.28 | 0.44 | 0.05 | 22.43 | 0.8 | 0.74 |
| Hex | F2 | AF | 87 | 0 | 1C | 2C | 5 | 16 | 50 | 4A |
| Octal | 362 | 257 | 207 | 0 | 34 | 54 | 5 | 26 | 120 | 112 |
| Binary | 11110010 | 10101111 | 10000111 | 0 | 11100 | 101100 | 101 | 10110 | 1010000 | 1001010 |
Color Harmonies of #F2AF87
Complementary color
Monochromatic Colors of #F2AF87
Black with #F2AF87
Text Example
Text Example
White with #F2AF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF87; }
p { color: rgb(242,175,135); }
H1.HeaderClassName
{
color: #F2AF87;
}
.AnyTagClassName
{
color: #F2AF87;
}
</style>
background-color css
<style>
a { background-color: #F2AF87; }
a { background-color: rgb(242,175,135); }
div.DivClassName
{
background-color: #F2AF87;
}
.BgClassName
{
background-color: #F2AF87;
}
</style>
border-color css
<style>
span { border-color: #F2AF87; }
span { border-color: rgb(242,175,135); }
td.TdClassName
{
border-color: #F2AF87;
}
.TagClassName
{
border-color: #F2AF87;
}
</style>