Shades of Tacao #F2AC6C
Tints of Tacao #F2AC6C
RGB
CMYK
RGB Variations
Color information
#F2AC6C (or 0xF2AC6C) is known color: Tacao. HEX triplet: F2, AC and 6C. RGB value is (242,172,108). Sum of RGB (Red+Green+Blue) = 242+172+108=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AC6C is #0D5393. Grayscale: #B9B9B9. Windows color (decimal): -873364 or 7122162. OLE color: 7122162.
HSL color Cylindrical-coordinate representation of color #F2AC6C: hue angle of 28.66º 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 #F2AC6C is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 108 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.05 |
| HSL | 28.66º | 0.84% | 0.69% | - |
| HSV(B) | 28.66º | 0.55% | 0.95% | - |
| XYZ | 54.08 | 49.47 | 20.88 | - |
| YUV | 185.63 | 84.19 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 108 | 0 | 0.29 | 0.55 | 0.05 | 28.66 | 0.84 | 0.69 |
| Hex | F2 | AC | 6C | 0 | 1D | 37 | 5 | 1D | 54 | 45 |
| Octal | 362 | 254 | 154 | 0 | 35 | 67 | 5 | 35 | 124 | 105 |
| Binary | 11110010 | 10101100 | 1101100 | 0 | 11101 | 110111 | 101 | 11101 | 1010100 | 1000101 |
Color Harmonies of #F2AC6C
Complementary color
Monochromatic Colors of #F2AC6C
Black with #F2AC6C
Text Example
Text Example
White with #F2AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AC6C; }
p { color: rgb(242,172,108); }
H1.HeaderClassName
{
color: #F2AC6C;
}
.AnyTagClassName
{
color: #F2AC6C;
}
</style>
background-color css
<style>
a { background-color: #F2AC6C; }
a { background-color: rgb(242,172,108); }
div.DivClassName
{
background-color: #F2AC6C;
}
.BgClassName
{
background-color: #F2AC6C;
}
</style>
border-color css
<style>
span { border-color: #F2AC6C; }
span { border-color: rgb(242,172,108); }
td.TdClassName
{
border-color: #F2AC6C;
}
.TagClassName
{
border-color: #F2AC6C;
}
</style>