Shades of Tacao #F9AF74
Tints of Tacao #F9AF74
RGB
CMYK
RGB Variations
Color information
#F9AF74 (or 0xF9AF74) is known color: Tacao. HEX triplet: F9, AF and 74. RGB value is (249,175,116). Sum of RGB (Red+Green+Blue) = 249+175+116=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AF74 is #06508B. Grayscale: #BEBEBE. Windows color (decimal): -413836 or 7647225. OLE color: 7647225.
HSL color Cylindrical-coordinate representation of color #F9AF74: hue angle of 26.62º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9AF74 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 116 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.02 |
| HSL | 26.62º | 0.92% | 0.72% | - |
| HSV(B) | 26.62º | 0.53% | 0.98% | - |
| XYZ | 57.55 | 52.06 | 23.54 | - |
| YUV | 190.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 116 | 0 | 0.30 | 0.53 | 0.02 | 26.62 | 0.92 | 0.72 |
| Hex | F9 | AF | 74 | 0 | 1E | 35 | 2 | 1B | 5C | 48 |
| Octal | 371 | 257 | 164 | 0 | 36 | 65 | 2 | 33 | 134 | 110 |
| Binary | 11111001 | 10101111 | 1110100 | 0 | 11110 | 110101 | 10 | 11011 | 1011100 | 1001000 |
Color Harmonies of #F9AF74
Complementary color
Monochromatic Colors of #F9AF74
Black with #F9AF74
Text Example
Text Example
White with #F9AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF74; }
p { color: rgb(249,175,116); }
H1.HeaderClassName
{
color: #F9AF74;
}
.AnyTagClassName
{
color: #F9AF74;
}
</style>
background-color css
<style>
a { background-color: #F9AF74; }
a { background-color: rgb(249,175,116); }
div.DivClassName
{
background-color: #F9AF74;
}
.BgClassName
{
background-color: #F9AF74;
}
</style>
border-color css
<style>
span { border-color: #F9AF74; }
span { border-color: rgb(249,175,116); }
td.TdClassName
{
border-color: #F9AF74;
}
.TagClassName
{
border-color: #F9AF74;
}
</style>