Shades of Tacao #F2AB76
Tints of Tacao #F2AB76
RGB
CMYK
RGB Variations
Color information
#F2AB76 (or 0xF2AB76) is known color: Tacao. HEX triplet: F2, AB and 76. RGB value is (242,171,118). Sum of RGB (Red+Green+Blue) = 242+171+118=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB76 is #0D5489. Grayscale: #BABABA. Windows color (decimal): -873610 or 7777266. OLE color: 7777266.
HSL color Cylindrical-coordinate representation of color #F2AB76: hue angle of 25.65º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2AB76 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 118 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.05 |
| HSL | 25.65º | 0.83% | 0.71% | - |
| HSV(B) | 25.65º | 0.51% | 0.95% | - |
| XYZ | 54.45 | 49.31 | 23.79 | - |
| YUV | 186.19 | 89.52 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 118 | 0 | 0.29 | 0.51 | 0.05 | 25.65 | 0.83 | 0.71 |
| Hex | F2 | AB | 76 | 0 | 1D | 33 | 5 | 1A | 53 | 47 |
| Octal | 362 | 253 | 166 | 0 | 35 | 63 | 5 | 32 | 123 | 107 |
| Binary | 11110010 | 10101011 | 1110110 | 0 | 11101 | 110011 | 101 | 11010 | 1010011 | 1000111 |
Color Harmonies of #F2AB76
Complementary color
Monochromatic Colors of #F2AB76
Black with #F2AB76
Text Example
Text Example
White with #F2AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB76; }
p { color: rgb(242,171,118); }
H1.HeaderClassName
{
color: #F2AB76;
}
.AnyTagClassName
{
color: #F2AB76;
}
</style>
background-color css
<style>
a { background-color: #F2AB76; }
a { background-color: rgb(242,171,118); }
div.DivClassName
{
background-color: #F2AB76;
}
.BgClassName
{
background-color: #F2AB76;
}
</style>
border-color css
<style>
span { border-color: #F2AB76; }
span { border-color: rgb(242,171,118); }
td.TdClassName
{
border-color: #F2AB76;
}
.TagClassName
{
border-color: #F2AB76;
}
</style>