Shades of Tacao #F1A87D
Tints of Tacao #F1A87D
RGB
CMYK
RGB Variations
Color information
#F1A87D (or 0xF1A87D) is known color: Tacao. HEX triplet: F1, A8 and 7D. RGB value is (241,168,125). Sum of RGB (Red+Green+Blue) = 241+168+125=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A87D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A87D is #0E5782. Grayscale: #B9B9B9. Windows color (decimal): -939907 or 8235249. OLE color: 8235249.
HSL color Cylindrical-coordinate representation of color #F1A87D: hue angle of 22.24º degrees, saturation: 0.81, 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 #F1A87D is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 125 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.05 |
| HSL | 22.24º | 0.81% | 0.72% | - |
| HSV(B) | 22.24º | 0.48% | 0.95% | - |
| XYZ | 53.98 | 48.19 | 25.86 | - |
| YUV | 184.93 | 94.18 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 125 | 0 | 0.30 | 0.48 | 0.05 | 22.24 | 0.81 | 0.72 |
| Hex | F1 | A8 | 7D | 0 | 1E | 30 | 5 | 16 | 51 | 48 |
| Octal | 361 | 250 | 175 | 0 | 36 | 60 | 5 | 26 | 121 | 110 |
| Binary | 11110001 | 10101000 | 1111101 | 0 | 11110 | 110000 | 101 | 10110 | 1010001 | 1001000 |
Color Harmonies of #F1A87D
Complementary color
Monochromatic Colors of #F1A87D
Black with #F1A87D
Text Example
Text Example
White with #F1A87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A87D; }
p { color: rgb(241,168,125); }
H1.HeaderClassName
{
color: #F1A87D;
}
.AnyTagClassName
{
color: #F1A87D;
}
</style>
background-color css
<style>
a { background-color: #F1A87D; }
a { background-color: rgb(241,168,125); }
div.DivClassName
{
background-color: #F1A87D;
}
.BgClassName
{
background-color: #F1A87D;
}
</style>
border-color css
<style>
span { border-color: #F1A87D; }
span { border-color: rgb(241,168,125); }
td.TdClassName
{
border-color: #F1A87D;
}
.TagClassName
{
border-color: #F1A87D;
}
</style>