Shades of Tacao #F9A97A
Tints of Tacao #F9A97A
RGB
CMYK
RGB Variations
Color information
#F9A97A (or 0xF9A97A) is known color: Tacao. HEX triplet: F9, A9 and 7A. RGB value is (249,169,122). Sum of RGB (Red+Green+Blue) = 249+169+122=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A97A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A97A is #065685. Grayscale: #BBBBBB. Windows color (decimal): -415366 or 8038905. OLE color: 8038905.
HSL color Cylindrical-coordinate representation of color #F9A97A: hue angle of 22.2º 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 #F9A97A is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 169 | 122 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.02 |
| HSL | 22.2º | 0.91% | 0.73% | - |
| HSV(B) | 22.2º | 0.51% | 0.98% | - |
| XYZ | 56.77 | 49.92 | 25.06 | - |
| YUV | 187.56 | 91 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 169 | 122 | 0 | 0.32 | 0.51 | 0.02 | 22.2 | 0.91 | 0.73 |
| Hex | F9 | A9 | 7A | 0 | 20 | 33 | 2 | 16 | 5B | 49 |
| Octal | 371 | 251 | 172 | 0 | 40 | 63 | 2 | 26 | 133 | 111 |
| Binary | 11111001 | 10101001 | 1111010 | 0 | 100000 | 110011 | 10 | 10110 | 1011011 | 1001001 |
Color Harmonies of #F9A97A
Complementary color
Monochromatic Colors of #F9A97A
Black with #F9A97A
Text Example
Text Example
White with #F9A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A97A; }
p { color: rgb(249,169,122); }
H1.HeaderClassName
{
color: #F9A97A;
}
.AnyTagClassName
{
color: #F9A97A;
}
</style>
background-color css
<style>
a { background-color: #F9A97A; }
a { background-color: rgb(249,169,122); }
div.DivClassName
{
background-color: #F9A97A;
}
.BgClassName
{
background-color: #F9A97A;
}
</style>
border-color css
<style>
span { border-color: #F9A97A; }
span { border-color: rgb(249,169,122); }
td.TdClassName
{
border-color: #F9A97A;
}
.TagClassName
{
border-color: #F9A97A;
}
</style>