Shades of Tacao #F2AB6D
Tints of Tacao #F2AB6D
RGB
CMYK
RGB Variations
Color information
#F2AB6D (or 0xF2AB6D) is known color: Tacao. HEX triplet: F2, AB and 6D. RGB value is (242,171,109). Sum of RGB (Red+Green+Blue) = 242+171+109=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB6D is #0D5492. Grayscale: #B9B9B9. Windows color (decimal): -873619 or 7187442. OLE color: 7187442.
HSL color Cylindrical-coordinate representation of color #F2AB6D: hue angle of 27.97º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2AB6D is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 109 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.05 |
| HSL | 27.97º | 0.84% | 0.69% | - |
| HSV(B) | 27.97º | 0.55% | 0.95% | - |
| XYZ | 53.94 | 49.11 | 21.1 | - |
| YUV | 185.16 | 85.02 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 109 | 0 | 0.29 | 0.55 | 0.05 | 27.97 | 0.84 | 0.69 |
| Hex | F2 | AB | 6D | 0 | 1D | 37 | 5 | 1C | 54 | 45 |
| Octal | 362 | 253 | 155 | 0 | 35 | 67 | 5 | 34 | 124 | 105 |
| Binary | 11110010 | 10101011 | 1101101 | 0 | 11101 | 110111 | 101 | 11100 | 1010100 | 1000101 |
Color Harmonies of #F2AB6D
Complementary color
Monochromatic Colors of #F2AB6D
Black with #F2AB6D
Text Example
Text Example
White with #F2AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB6D; }
p { color: rgb(242,171,109); }
H1.HeaderClassName
{
color: #F2AB6D;
}
.AnyTagClassName
{
color: #F2AB6D;
}
</style>
background-color css
<style>
a { background-color: #F2AB6D; }
a { background-color: rgb(242,171,109); }
div.DivClassName
{
background-color: #F2AB6D;
}
.BgClassName
{
background-color: #F2AB6D;
}
</style>
border-color css
<style>
span { border-color: #F2AB6D; }
span { border-color: rgb(242,171,109); }
td.TdClassName
{
border-color: #F2AB6D;
}
.TagClassName
{
border-color: #F2AB6D;
}
</style>