Shades of Tacao #F7A982
Tints of Tacao #F7A982
RGB
CMYK
RGB Variations
Color information
#F7A982 (or 0xF7A982) is known color: Tacao. HEX triplet: F7, A9 and 82. RGB value is (247,169,130). Sum of RGB (Red+Green+Blue) = 247+169+130=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A982 is #08567D. Grayscale: #BCBCBC. Windows color (decimal): -546430 or 8563191. OLE color: 8563191.
HSL color Cylindrical-coordinate representation of color #F7A982: hue angle of 20º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7A982 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 169 | 130 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.03 |
| HSL | 20º | 0.88% | 0.74% | - |
| HSV(B) | 20º | 0.47% | 0.97% | - |
| XYZ | 56.58 | 49.76 | 27.74 | - |
| YUV | 187.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 169 | 130 | 0 | 0.32 | 0.47 | 0.03 | 20 | 0.88 | 0.74 |
| Hex | F7 | A9 | 82 | 0 | 20 | 2F | 3 | 14 | 58 | 4A |
| Octal | 367 | 251 | 202 | 0 | 40 | 57 | 3 | 24 | 130 | 112 |
| Binary | 11110111 | 10101001 | 10000010 | 0 | 100000 | 101111 | 11 | 10100 | 1011000 | 1001010 |
Color Harmonies of #F7A982
Complementary color
Monochromatic Colors of #F7A982
Black with #F7A982
Text Example
Text Example
White with #F7A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A982; }
p { color: rgb(247,169,130); }
H1.HeaderClassName
{
color: #F7A982;
}
.AnyTagClassName
{
color: #F7A982;
}
</style>
background-color css
<style>
a { background-color: #F7A982; }
a { background-color: rgb(247,169,130); }
div.DivClassName
{
background-color: #F7A982;
}
.BgClassName
{
background-color: #F7A982;
}
</style>
border-color css
<style>
span { border-color: #F7A982; }
span { border-color: rgb(247,169,130); }
td.TdClassName
{
border-color: #F7A982;
}
.TagClassName
{
border-color: #F7A982;
}
</style>