Shades of Tacao #F2AD82
Tints of Tacao #F2AD82
RGB
CMYK
RGB Variations
Color information
#F2AD82 (or 0xF2AD82) is known color: Tacao. HEX triplet: F2, AD and 82. RGB value is (242,173,130). Sum of RGB (Red+Green+Blue) = 242+173+130=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD82 is #0D527D. Grayscale: #BCBCBC. Windows color (decimal): -873086 or 8564210. OLE color: 8564210.
HSL color Cylindrical-coordinate representation of color #F2AD82: hue angle of 23.04º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2AD82 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 130 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.05 |
| HSL | 23.04º | 0.81% | 0.73% | - |
| HSV(B) | 23.04º | 0.46% | 0.95% | - |
| XYZ | 55.59 | 50.38 | 27.91 | - |
| YUV | 188.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 130 | 0 | 0.29 | 0.46 | 0.05 | 23.04 | 0.81 | 0.73 |
| Hex | F2 | AD | 82 | 0 | 1D | 2E | 5 | 17 | 51 | 49 |
| Octal | 362 | 255 | 202 | 0 | 35 | 56 | 5 | 27 | 121 | 111 |
| Binary | 11110010 | 10101101 | 10000010 | 0 | 11101 | 101110 | 101 | 10111 | 1010001 | 1001001 |
Color Harmonies of #F2AD82
Complementary color
Monochromatic Colors of #F2AD82
Black with #F2AD82
Text Example
Text Example
White with #F2AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD82; }
p { color: rgb(242,173,130); }
H1.HeaderClassName
{
color: #F2AD82;
}
.AnyTagClassName
{
color: #F2AD82;
}
</style>
background-color css
<style>
a { background-color: #F2AD82; }
a { background-color: rgb(242,173,130); }
div.DivClassName
{
background-color: #F2AD82;
}
.BgClassName
{
background-color: #F2AD82;
}
</style>
border-color css
<style>
span { border-color: #F2AD82; }
span { border-color: rgb(242,173,130); }
td.TdClassName
{
border-color: #F2AD82;
}
.TagClassName
{
border-color: #F2AD82;
}
</style>