Shades of Tacao #F5AD74
Tints of Tacao #F5AD74
RGB
CMYK
RGB Variations
Color information
#F5AD74 (or 0xF5AD74) is known color: Tacao. HEX triplet: F5, AD and 74. RGB value is (245,173,116). Sum of RGB (Red+Green+Blue) = 245+173+116=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD74 is #0A528B. Grayscale: #BCBCBC. Windows color (decimal): -676492 or 7646709. OLE color: 7646709.
HSL color Cylindrical-coordinate representation of color #F5AD74: hue angle of 26.51º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5AD74 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 116 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.04 |
| HSL | 26.51º | 0.87% | 0.71% | - |
| HSV(B) | 26.51º | 0.53% | 0.96% | - |
| XYZ | 55.75 | 50.56 | 23.34 | - |
| YUV | 188.03 | 87.35 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 116 | 0 | 0.29 | 0.53 | 0.04 | 26.51 | 0.87 | 0.71 |
| Hex | F5 | AD | 74 | 0 | 1D | 35 | 4 | 1B | 57 | 47 |
| Octal | 365 | 255 | 164 | 0 | 35 | 65 | 4 | 33 | 127 | 107 |
| Binary | 11110101 | 10101101 | 1110100 | 0 | 11101 | 110101 | 100 | 11011 | 1010111 | 1000111 |
Color Harmonies of #F5AD74
Complementary color
Monochromatic Colors of #F5AD74
Black with #F5AD74
Text Example
Text Example
White with #F5AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD74; }
p { color: rgb(245,173,116); }
H1.HeaderClassName
{
color: #F5AD74;
}
.AnyTagClassName
{
color: #F5AD74;
}
</style>
background-color css
<style>
a { background-color: #F5AD74; }
a { background-color: rgb(245,173,116); }
div.DivClassName
{
background-color: #F5AD74;
}
.BgClassName
{
background-color: #F5AD74;
}
</style>
border-color css
<style>
span { border-color: #F5AD74; }
span { border-color: rgb(245,173,116); }
td.TdClassName
{
border-color: #F5AD74;
}
.TagClassName
{
border-color: #F5AD74;
}
</style>