Shades of Tacao #F2AD84
Tints of Tacao #F2AD84
RGB
CMYK
RGB Variations
Color information
#F2AD84 (or 0xF2AD84) is known color: Tacao. HEX triplet: F2, AD and 84. RGB value is (242,173,132). Sum of RGB (Red+Green+Blue) = 242+173+132=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD84 is #0D527B. Grayscale: #BDBDBD. Windows color (decimal): -873084 or 8695282. OLE color: 8695282.
HSL color Cylindrical-coordinate representation of color #F2AD84: hue angle of 22.36º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2AD84 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 132 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.05 |
| HSL | 22.36º | 0.81% | 0.73% | - |
| HSV(B) | 22.36º | 0.45% | 0.95% | - |
| XYZ | 55.73 | 50.43 | 28.63 | - |
| YUV | 188.96 | 95.86 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 132 | 0 | 0.29 | 0.45 | 0.05 | 22.36 | 0.81 | 0.73 |
| Hex | F2 | AD | 84 | 0 | 1D | 2D | 5 | 16 | 51 | 49 |
| Octal | 362 | 255 | 204 | 0 | 35 | 55 | 5 | 26 | 121 | 111 |
| Binary | 11110010 | 10101101 | 10000100 | 0 | 11101 | 101101 | 101 | 10110 | 1010001 | 1001001 |
Color Harmonies of #F2AD84
Complementary color
Monochromatic Colors of #F2AD84
Black with #F2AD84
Text Example
Text Example
White with #F2AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD84; }
p { color: rgb(242,173,132); }
H1.HeaderClassName
{
color: #F2AD84;
}
.AnyTagClassName
{
color: #F2AD84;
}
</style>
background-color css
<style>
a { background-color: #F2AD84; }
a { background-color: rgb(242,173,132); }
div.DivClassName
{
background-color: #F2AD84;
}
.BgClassName
{
background-color: #F2AD84;
}
</style>
border-color css
<style>
span { border-color: #F2AD84; }
span { border-color: rgb(242,173,132); }
td.TdClassName
{
border-color: #F2AD84;
}
.TagClassName
{
border-color: #F2AD84;
}
</style>