Shades of Tacao #F9AB7A
Tints of Tacao #F9AB7A
RGB
CMYK
RGB Variations
Color information
#F9AB7A (or 0xF9AB7A) is known color: Tacao. HEX triplet: F9, AB and 7A. RGB value is (249,171,122). Sum of RGB (Red+Green+Blue) = 249+171+122=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AB7A is #065485. Grayscale: #BDBDBD. Windows color (decimal): -414854 or 8039417. OLE color: 8039417.
HSL color Cylindrical-coordinate representation of color #F9AB7A: hue angle of 23.15º 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 #F9AB7A is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 171 | 122 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.02 |
| HSL | 23.15º | 0.91% | 0.73% | - |
| HSV(B) | 23.15º | 0.51% | 0.98% | - |
| XYZ | 57.14 | 50.67 | 25.18 | - |
| YUV | 188.74 | 90.34 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 171 | 122 | 0 | 0.31 | 0.51 | 0.02 | 23.15 | 0.91 | 0.73 |
| Hex | F9 | AB | 7A | 0 | 1F | 33 | 2 | 17 | 5B | 49 |
| Octal | 371 | 253 | 172 | 0 | 37 | 63 | 2 | 27 | 133 | 111 |
| Binary | 11111001 | 10101011 | 1111010 | 0 | 11111 | 110011 | 10 | 10111 | 1011011 | 1001001 |
Color Harmonies of #F9AB7A
Complementary color
Monochromatic Colors of #F9AB7A
Black with #F9AB7A
Text Example
Text Example
White with #F9AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AB7A; }
p { color: rgb(249,171,122); }
H1.HeaderClassName
{
color: #F9AB7A;
}
.AnyTagClassName
{
color: #F9AB7A;
}
</style>
background-color css
<style>
a { background-color: #F9AB7A; }
a { background-color: rgb(249,171,122); }
div.DivClassName
{
background-color: #F9AB7A;
}
.BgClassName
{
background-color: #F9AB7A;
}
</style>
border-color css
<style>
span { border-color: #F9AB7A; }
span { border-color: rgb(249,171,122); }
td.TdClassName
{
border-color: #F9AB7A;
}
.TagClassName
{
border-color: #F9AB7A;
}
</style>