Shades of Tacao #F2AF7E
Tints of Tacao #F2AF7E
RGB
CMYK
RGB Variations
Color information
#F2AF7E (or 0xF2AF7E) is known color: Tacao. HEX triplet: F2, AF and 7E. RGB value is (242,175,126). Sum of RGB (Red+Green+Blue) = 242+175+126=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF7E is #0D5081. Grayscale: #BDBDBD. Windows color (decimal): -872578 or 8302578. OLE color: 8302578.
HSL color Cylindrical-coordinate representation of color #F2AF7E: hue angle of 25.34º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2AF7E is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 126 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.05 |
| HSL | 25.34º | 0.82% | 0.72% | - |
| HSV(B) | 25.34º | 0.48% | 0.95% | - |
| XYZ | 55.71 | 51.04 | 26.65 | - |
| YUV | 189.45 | 92.2 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 126 | 0 | 0.28 | 0.48 | 0.05 | 25.34 | 0.82 | 0.72 |
| Hex | F2 | AF | 7E | 0 | 1C | 30 | 5 | 19 | 52 | 48 |
| Octal | 362 | 257 | 176 | 0 | 34 | 60 | 5 | 31 | 122 | 110 |
| Binary | 11110010 | 10101111 | 1111110 | 0 | 11100 | 110000 | 101 | 11001 | 1010010 | 1001000 |
Color Harmonies of #F2AF7E
Complementary color
Monochromatic Colors of #F2AF7E
Black with #F2AF7E
Text Example
Text Example
White with #F2AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF7E; }
p { color: rgb(242,175,126); }
H1.HeaderClassName
{
color: #F2AF7E;
}
.AnyTagClassName
{
color: #F2AF7E;
}
</style>
background-color css
<style>
a { background-color: #F2AF7E; }
a { background-color: rgb(242,175,126); }
div.DivClassName
{
background-color: #F2AF7E;
}
.BgClassName
{
background-color: #F2AF7E;
}
</style>
border-color css
<style>
span { border-color: #F2AF7E; }
span { border-color: rgb(242,175,126); }
td.TdClassName
{
border-color: #F2AF7E;
}
.TagClassName
{
border-color: #F2AF7E;
}
</style>