Shades of Tacao #F2AC70
Tints of Tacao #F2AC70
RGB
CMYK
RGB Variations
Color information
#F2AC70 (or 0xF2AC70) is known color: Tacao. HEX triplet: F2, AC and 70. RGB value is (242,172,112). Sum of RGB (Red+Green+Blue) = 242+172+112=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AC70 is #0D538F. Grayscale: #BABABA. Windows color (decimal): -873360 or 7384306. OLE color: 7384306.
HSL color Cylindrical-coordinate representation of color #F2AC70: hue angle of 27.69º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2AC70 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 112 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.05 |
| HSL | 27.69º | 0.83% | 0.69% | - |
| HSV(B) | 27.69º | 0.54% | 0.95% | - |
| XYZ | 54.3 | 49.55 | 22.03 | - |
| YUV | 186.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 112 | 0 | 0.29 | 0.54 | 0.05 | 27.69 | 0.83 | 0.69 |
| Hex | F2 | AC | 70 | 0 | 1D | 36 | 5 | 1C | 53 | 45 |
| Octal | 362 | 254 | 160 | 0 | 35 | 66 | 5 | 34 | 123 | 105 |
| Binary | 11110010 | 10101100 | 1110000 | 0 | 11101 | 110110 | 101 | 11100 | 1010011 | 1000101 |
Color Harmonies of #F2AC70
Complementary color
Monochromatic Colors of #F2AC70
Black with #F2AC70
Text Example
Text Example
White with #F2AC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AC70; }
p { color: rgb(242,172,112); }
H1.HeaderClassName
{
color: #F2AC70;
}
.AnyTagClassName
{
color: #F2AC70;
}
</style>
background-color css
<style>
a { background-color: #F2AC70; }
a { background-color: rgb(242,172,112); }
div.DivClassName
{
background-color: #F2AC70;
}
.BgClassName
{
background-color: #F2AC70;
}
</style>
border-color css
<style>
span { border-color: #F2AC70; }
span { border-color: rgb(242,172,112); }
td.TdClassName
{
border-color: #F2AC70;
}
.TagClassName
{
border-color: #F2AC70;
}
</style>