Shades of Tacao #F9AD7A
Tints of Tacao #F9AD7A
RGB
CMYK
RGB Variations
Color information
#F9AD7A (or 0xF9AD7A) is known color: Tacao. HEX triplet: F9, AD and 7A. RGB value is (249,173,122). Sum of RGB (Red+Green+Blue) = 249+173+122=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AD7A is #065285. Grayscale: #BEBEBE. Windows color (decimal): -414342 or 8039929. OLE color: 8039929.
HSL color Cylindrical-coordinate representation of color #F9AD7A: hue angle of 24.09º 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 #F9AD7A is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 122 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.02 |
| HSL | 24.09º | 0.91% | 0.73% | - |
| HSV(B) | 24.09º | 0.51% | 0.98% | - |
| XYZ | 57.52 | 51.43 | 25.31 | - |
| YUV | 189.91 | 89.68 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 122 | 0 | 0.31 | 0.51 | 0.02 | 24.09 | 0.91 | 0.73 |
| Hex | F9 | AD | 7A | 0 | 1F | 33 | 2 | 18 | 5B | 49 |
| Octal | 371 | 255 | 172 | 0 | 37 | 63 | 2 | 30 | 133 | 111 |
| Binary | 11111001 | 10101101 | 1111010 | 0 | 11111 | 110011 | 10 | 11000 | 1011011 | 1001001 |
Color Harmonies of #F9AD7A
Complementary color
Monochromatic Colors of #F9AD7A
Black with #F9AD7A
Text Example
Text Example
White with #F9AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD7A; }
p { color: rgb(249,173,122); }
H1.HeaderClassName
{
color: #F9AD7A;
}
.AnyTagClassName
{
color: #F9AD7A;
}
</style>
background-color css
<style>
a { background-color: #F9AD7A; }
a { background-color: rgb(249,173,122); }
div.DivClassName
{
background-color: #F9AD7A;
}
.BgClassName
{
background-color: #F9AD7A;
}
</style>
border-color css
<style>
span { border-color: #F9AD7A; }
span { border-color: rgb(249,173,122); }
td.TdClassName
{
border-color: #F9AD7A;
}
.TagClassName
{
border-color: #F9AD7A;
}
</style>