Shades of Tacao #F9A87A
Tints of Tacao #F9A87A
RGB
CMYK
RGB Variations
Color information
#F9A87A (or 0xF9A87A) is known color: Tacao. HEX triplet: F9, A8 and 7A. RGB value is (249,168,122). Sum of RGB (Red+Green+Blue) = 249+168+122=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A87A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A87A is #065785. Grayscale: #BBBBBB. Windows color (decimal): -415622 or 8038649. OLE color: 8038649.
HSL color Cylindrical-coordinate representation of color #F9A87A: hue angle of 21.73º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9A87A is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 122 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.02 |
| HSL | 21.73º | 0.91% | 0.73% | - |
| HSV(B) | 21.73º | 0.51% | 0.98% | - |
| XYZ | 56.58 | 49.55 | 24.99 | - |
| YUV | 186.98 | 91.34 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 122 | 0 | 0.33 | 0.51 | 0.02 | 21.73 | 0.91 | 0.73 |
| Hex | F9 | A8 | 7A | 0 | 21 | 33 | 2 | 16 | 5B | 49 |
| Octal | 371 | 250 | 172 | 0 | 41 | 63 | 2 | 26 | 133 | 111 |
| Binary | 11111001 | 10101000 | 1111010 | 0 | 100001 | 110011 | 10 | 10110 | 1011011 | 1001001 |
Color Harmonies of #F9A87A
Complementary color
Monochromatic Colors of #F9A87A
Black with #F9A87A
Text Example
Text Example
White with #F9A87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A87A; }
p { color: rgb(249,168,122); }
H1.HeaderClassName
{
color: #F9A87A;
}
.AnyTagClassName
{
color: #F9A87A;
}
</style>
background-color css
<style>
a { background-color: #F9A87A; }
a { background-color: rgb(249,168,122); }
div.DivClassName
{
background-color: #F9A87A;
}
.BgClassName
{
background-color: #F9A87A;
}
</style>
border-color css
<style>
span { border-color: #F9A87A; }
span { border-color: rgb(249,168,122); }
td.TdClassName
{
border-color: #F9A87A;
}
.TagClassName
{
border-color: #F9A87A;
}
</style>