Shades of Tacao #F1A876
Tints of Tacao #F1A876
RGB
CMYK
RGB Variations
Color information
#F1A876 (or 0xF1A876) is known color: Tacao. HEX triplet: F1, A8 and 76. RGB value is (241,168,118). Sum of RGB (Red+Green+Blue) = 241+168+118=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A876 is #0E5789. Grayscale: #B8B8B8. Windows color (decimal): -939914 or 7776497. OLE color: 7776497.
HSL color Cylindrical-coordinate representation of color #F1A876: hue angle of 24.39º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1A876 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 118 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.05 |
| HSL | 24.39º | 0.81% | 0.7% | - |
| HSV(B) | 24.39º | 0.51% | 0.95% | - |
| XYZ | 53.55 | 48.01 | 23.58 | - |
| YUV | 184.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 118 | 0 | 0.30 | 0.51 | 0.05 | 24.39 | 0.81 | 0.7 |
| Hex | F1 | A8 | 76 | 0 | 1E | 33 | 5 | 18 | 51 | 46 |
| Octal | 361 | 250 | 166 | 0 | 36 | 63 | 5 | 30 | 121 | 106 |
| Binary | 11110001 | 10101000 | 1110110 | 0 | 11110 | 110011 | 101 | 11000 | 1010001 | 1000110 |
Color Harmonies of #F1A876
Complementary color
Monochromatic Colors of #F1A876
Black with #F1A876
Text Example
Text Example
White with #F1A876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A876; }
p { color: rgb(241,168,118); }
H1.HeaderClassName
{
color: #F1A876;
}
.AnyTagClassName
{
color: #F1A876;
}
</style>
background-color css
<style>
a { background-color: #F1A876; }
a { background-color: rgb(241,168,118); }
div.DivClassName
{
background-color: #F1A876;
}
.BgClassName
{
background-color: #F1A876;
}
</style>
border-color css
<style>
span { border-color: #F1A876; }
span { border-color: rgb(241,168,118); }
td.TdClassName
{
border-color: #F1A876;
}
.TagClassName
{
border-color: #F1A876;
}
</style>