Shades of Tacao #F0AD73
Tints of Tacao #F0AD73
RGB
CMYK
RGB Variations
Color information
#F0AD73 (or 0xF0AD73) is known color: Tacao. HEX triplet: F0, AD and 73. RGB value is (240,173,115). Sum of RGB (Red+Green+Blue) = 240+173+115=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD73 is #0F528C. Grayscale: #BABABA. Windows color (decimal): -1004173 or 7581168. OLE color: 7581168.
HSL color Cylindrical-coordinate representation of color #F0AD73: hue angle of 27.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0AD73 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 115 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.06 |
| HSL | 27.84º | 0.81% | 0.7% | - |
| HSV(B) | 27.84º | 0.52% | 0.94% | - |
| XYZ | 53.97 | 49.65 | 22.96 | - |
| YUV | 186.42 | 87.7 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 115 | 0 | 0.28 | 0.52 | 0.06 | 27.84 | 0.81 | 0.7 |
| Hex | F0 | AD | 73 | 0 | 1C | 34 | 6 | 1C | 51 | 46 |
| Octal | 360 | 255 | 163 | 0 | 34 | 64 | 6 | 34 | 121 | 106 |
| Binary | 11110000 | 10101101 | 1110011 | 0 | 11100 | 110100 | 110 | 11100 | 1010001 | 1000110 |
Color Harmonies of #F0AD73
Complementary color
Monochromatic Colors of #F0AD73
Black with #F0AD73
Text Example
Text Example
White with #F0AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD73; }
p { color: rgb(240,173,115); }
H1.HeaderClassName
{
color: #F0AD73;
}
.AnyTagClassName
{
color: #F0AD73;
}
</style>
background-color css
<style>
a { background-color: #F0AD73; }
a { background-color: rgb(240,173,115); }
div.DivClassName
{
background-color: #F0AD73;
}
.BgClassName
{
background-color: #F0AD73;
}
</style>
border-color css
<style>
span { border-color: #F0AD73; }
span { border-color: rgb(240,173,115); }
td.TdClassName
{
border-color: #F0AD73;
}
.TagClassName
{
border-color: #F0AD73;
}
</style>