Shades of Tacao #F0AF72
Tints of Tacao #F0AF72
RGB
CMYK
RGB Variations
Color information
#F0AF72 (or 0xF0AF72) is known color: Tacao. HEX triplet: F0, AF and 72. RGB value is (240,175,114). Sum of RGB (Red+Green+Blue) = 240+175+114=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF72 is #0F508D. Grayscale: #BBBBBB. Windows color (decimal): -1003662 or 7516144. OLE color: 7516144.
HSL color Cylindrical-coordinate representation of color #F0AF72: hue angle of 29.05º 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 #F0AF72 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 114 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.06 |
| HSL | 29.05º | 0.81% | 0.69% | - |
| HSV(B) | 29.05º | 0.53% | 0.94% | - |
| XYZ | 54.3 | 50.4 | 22.79 | - |
| YUV | 187.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 114 | 0 | 0.27 | 0.52 | 0.06 | 29.05 | 0.81 | 0.69 |
| Hex | F0 | AF | 72 | 0 | 1B | 34 | 6 | 1D | 51 | 45 |
| Octal | 360 | 257 | 162 | 0 | 33 | 64 | 6 | 35 | 121 | 105 |
| Binary | 11110000 | 10101111 | 1110010 | 0 | 11011 | 110100 | 110 | 11101 | 1010001 | 1000101 |
Color Harmonies of #F0AF72
Complementary color
Monochromatic Colors of #F0AF72
Black with #F0AF72
Text Example
Text Example
White with #F0AF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF72; }
p { color: rgb(240,175,114); }
H1.HeaderClassName
{
color: #F0AF72;
}
.AnyTagClassName
{
color: #F0AF72;
}
</style>
background-color css
<style>
a { background-color: #F0AF72; }
a { background-color: rgb(240,175,114); }
div.DivClassName
{
background-color: #F0AF72;
}
.BgClassName
{
background-color: #F0AF72;
}
</style>
border-color css
<style>
span { border-color: #F0AF72; }
span { border-color: rgb(240,175,114); }
td.TdClassName
{
border-color: #F0AF72;
}
.TagClassName
{
border-color: #F0AF72;
}
</style>