Shades of Tacao #F3A882
Tints of Tacao #F3A882
RGB
CMYK
RGB Variations
Color information
#F3A882 (or 0xF3A882) is known color: Tacao. HEX triplet: F3, A8 and 82. RGB value is (243,168,130). Sum of RGB (Red+Green+Blue) = 243+168+130=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A882 is #0C577D. Grayscale: #BABABA. Windows color (decimal): -808830 or 8562931. OLE color: 8562931.
HSL color Cylindrical-coordinate representation of color #F3A882: hue angle of 20.18º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3A882 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 130 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.05 |
| HSL | 20.18º | 0.82% | 0.73% | - |
| HSV(B) | 20.18º | 0.47% | 0.95% | - |
| XYZ | 54.99 | 48.67 | 27.62 | - |
| YUV | 186.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 130 | 0 | 0.31 | 0.47 | 0.05 | 20.18 | 0.82 | 0.73 |
| Hex | F3 | A8 | 82 | 0 | 1F | 2F | 5 | 14 | 52 | 49 |
| Octal | 363 | 250 | 202 | 0 | 37 | 57 | 5 | 24 | 122 | 111 |
| Binary | 11110011 | 10101000 | 10000010 | 0 | 11111 | 101111 | 101 | 10100 | 1010010 | 1001001 |
Color Harmonies of #F3A882
Complementary color
Monochromatic Colors of #F3A882
Black with #F3A882
Text Example
Text Example
White with #F3A882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A882; }
p { color: rgb(243,168,130); }
H1.HeaderClassName
{
color: #F3A882;
}
.AnyTagClassName
{
color: #F3A882;
}
</style>
background-color css
<style>
a { background-color: #F3A882; }
a { background-color: rgb(243,168,130); }
div.DivClassName
{
background-color: #F3A882;
}
.BgClassName
{
background-color: #F3A882;
}
</style>
border-color css
<style>
span { border-color: #F3A882; }
span { border-color: rgb(243,168,130); }
td.TdClassName
{
border-color: #F3A882;
}
.TagClassName
{
border-color: #F3A882;
}
</style>