Shades of Tacao #F9AD7D
Tints of Tacao #F9AD7D
RGB
CMYK
RGB Variations
Color information
#F9AD7D (or 0xF9AD7D) is known color: Tacao. HEX triplet: F9, AD and 7D. RGB value is (249,173,125). Sum of RGB (Red+Green+Blue) = 249+173+125=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AD7D is #065282. Grayscale: #BEBEBE. Windows color (decimal): -414339 or 8236537. OLE color: 8236537.
HSL color Cylindrical-coordinate representation of color #F9AD7D: hue angle of 23.23º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9AD7D is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 125 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.02 |
| HSL | 23.23º | 0.91% | 0.73% | - |
| HSV(B) | 23.23º | 0.5% | 0.98% | - |
| XYZ | 57.71 | 51.51 | 26.3 | - |
| YUV | 190.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 125 | 0 | 0.31 | 0.50 | 0.02 | 23.23 | 0.91 | 0.73 |
| Hex | F9 | AD | 7D | 0 | 1F | 32 | 2 | 17 | 5B | 49 |
| Octal | 371 | 255 | 175 | 0 | 37 | 62 | 2 | 27 | 133 | 111 |
| Binary | 11111001 | 10101101 | 1111101 | 0 | 11111 | 110010 | 10 | 10111 | 1011011 | 1001001 |
Color Harmonies of #F9AD7D
Complementary color
Monochromatic Colors of #F9AD7D
Black with #F9AD7D
Text Example
Text Example
White with #F9AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD7D; }
p { color: rgb(249,173,125); }
H1.HeaderClassName
{
color: #F9AD7D;
}
.AnyTagClassName
{
color: #F9AD7D;
}
</style>
background-color css
<style>
a { background-color: #F9AD7D; }
a { background-color: rgb(249,173,125); }
div.DivClassName
{
background-color: #F9AD7D;
}
.BgClassName
{
background-color: #F9AD7D;
}
</style>
border-color css
<style>
span { border-color: #F9AD7D; }
span { border-color: rgb(249,173,125); }
td.TdClassName
{
border-color: #F9AD7D;
}
.TagClassName
{
border-color: #F9AD7D;
}
</style>