Shades of Tacao #F9AF7A
Tints of Tacao #F9AF7A
RGB
CMYK
RGB Variations
Color information
#F9AF7A (or 0xF9AF7A) is known color: Tacao. HEX triplet: F9, AF and 7A. RGB value is (249,175,122). Sum of RGB (Red+Green+Blue) = 249+175+122=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AF7A is #065085. Grayscale: #BFBFBF. Windows color (decimal): -413830 or 8040441. OLE color: 8040441.
HSL color Cylindrical-coordinate representation of color #F9AF7A: hue angle of 25.04º 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 #F9AF7A is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 122 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.02 |
| HSL | 25.04º | 0.91% | 0.73% | - |
| HSV(B) | 25.04º | 0.51% | 0.98% | - |
| XYZ | 57.91 | 52.2 | 25.44 | - |
| YUV | 191.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 122 | 0 | 0.30 | 0.51 | 0.02 | 25.04 | 0.91 | 0.73 |
| Hex | F9 | AF | 7A | 0 | 1E | 33 | 2 | 19 | 5B | 49 |
| Octal | 371 | 257 | 172 | 0 | 36 | 63 | 2 | 31 | 133 | 111 |
| Binary | 11111001 | 10101111 | 1111010 | 0 | 11110 | 110011 | 10 | 11001 | 1011011 | 1001001 |
Color Harmonies of #F9AF7A
Complementary color
Monochromatic Colors of #F9AF7A
Black with #F9AF7A
Text Example
Text Example
White with #F9AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF7A; }
p { color: rgb(249,175,122); }
H1.HeaderClassName
{
color: #F9AF7A;
}
.AnyTagClassName
{
color: #F9AF7A;
}
</style>
background-color css
<style>
a { background-color: #F9AF7A; }
a { background-color: rgb(249,175,122); }
div.DivClassName
{
background-color: #F9AF7A;
}
.BgClassName
{
background-color: #F9AF7A;
}
</style>
border-color css
<style>
span { border-color: #F9AF7A; }
span { border-color: rgb(249,175,122); }
td.TdClassName
{
border-color: #F9AF7A;
}
.TagClassName
{
border-color: #F9AF7A;
}
</style>