Shades of Tacao #F2A87D
Tints of Tacao #F2A87D
RGB
CMYK
RGB Variations
Color information
#F2A87D (or 0xF2A87D) is known color: Tacao. HEX triplet: F2, A8 and 7D. RGB value is (242,168,125). Sum of RGB (Red+Green+Blue) = 242+168+125=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A87D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A87D is #0D5782. Grayscale: #B9B9B9. Windows color (decimal): -874371 or 8235250. OLE color: 8235250.
HSL color Cylindrical-coordinate representation of color #F2A87D: hue angle of 22.05º 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 #F2A87D is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 125 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.05 |
| HSL | 22.05º | 0.82% | 0.72% | - |
| HSV(B) | 22.05º | 0.48% | 0.95% | - |
| XYZ | 54.32 | 48.36 | 25.87 | - |
| YUV | 185.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 125 | 0 | 0.31 | 0.48 | 0.05 | 22.05 | 0.82 | 0.72 |
| Hex | F2 | A8 | 7D | 0 | 1F | 30 | 5 | 16 | 52 | 48 |
| Octal | 362 | 250 | 175 | 0 | 37 | 60 | 5 | 26 | 122 | 110 |
| Binary | 11110010 | 10101000 | 1111101 | 0 | 11111 | 110000 | 101 | 10110 | 1010010 | 1001000 |
Color Harmonies of #F2A87D
Complementary color
Monochromatic Colors of #F2A87D
Black with #F2A87D
Text Example
Text Example
White with #F2A87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A87D; }
p { color: rgb(242,168,125); }
H1.HeaderClassName
{
color: #F2A87D;
}
.AnyTagClassName
{
color: #F2A87D;
}
</style>
background-color css
<style>
a { background-color: #F2A87D; }
a { background-color: rgb(242,168,125); }
div.DivClassName
{
background-color: #F2A87D;
}
.BgClassName
{
background-color: #F2A87D;
}
</style>
border-color css
<style>
span { border-color: #F2A87D; }
span { border-color: rgb(242,168,125); }
td.TdClassName
{
border-color: #F2A87D;
}
.TagClassName
{
border-color: #F2A87D;
}
</style>