Shades of Tacao #F0AD72
Tints of Tacao #F0AD72
RGB
CMYK
RGB Variations
Color information
#F0AD72 (or 0xF0AD72) is known color: Tacao. HEX triplet: F0, AD and 72. RGB value is (240,173,114). Sum of RGB (Red+Green+Blue) = 240+173+114=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD72 is #0F528D. Grayscale: #BABABA. Windows color (decimal): -1004174 or 7515632. OLE color: 7515632.
HSL color Cylindrical-coordinate representation of color #F0AD72: hue angle of 28.1º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0AD72 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 114 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.06 |
| HSL | 28.1º | 0.81% | 0.69% | - |
| HSV(B) | 28.1º | 0.53% | 0.94% | - |
| XYZ | 53.92 | 49.63 | 22.66 | - |
| YUV | 186.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 114 | 0 | 0.28 | 0.52 | 0.06 | 28.1 | 0.81 | 0.69 |
| Hex | F0 | AD | 72 | 0 | 1C | 34 | 6 | 1C | 51 | 45 |
| Octal | 360 | 255 | 162 | 0 | 34 | 64 | 6 | 34 | 121 | 105 |
| Binary | 11110000 | 10101101 | 1110010 | 0 | 11100 | 110100 | 110 | 11100 | 1010001 | 1000101 |
Color Harmonies of #F0AD72
Complementary color
Monochromatic Colors of #F0AD72
Black with #F0AD72
Text Example
Text Example
White with #F0AD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD72; }
p { color: rgb(240,173,114); }
H1.HeaderClassName
{
color: #F0AD72;
}
.AnyTagClassName
{
color: #F0AD72;
}
</style>
background-color css
<style>
a { background-color: #F0AD72; }
a { background-color: rgb(240,173,114); }
div.DivClassName
{
background-color: #F0AD72;
}
.BgClassName
{
background-color: #F0AD72;
}
</style>
border-color css
<style>
span { border-color: #F0AD72; }
span { border-color: rgb(240,173,114); }
td.TdClassName
{
border-color: #F0AD72;
}
.TagClassName
{
border-color: #F0AD72;
}
</style>