Shades of Tacao #FAAF6E
Tints of Tacao #FAAF6E
RGB
CMYK
RGB Variations
Color information
#FAAF6E (or 0xFAAF6E) is known color: Tacao. HEX triplet: FA, AF and 6E. RGB value is (250,175,110). Sum of RGB (Red+Green+Blue) = 250+175+110=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF6E is #055091. Grayscale: #BEBEBE. Windows color (decimal): -348306 or 7254010. OLE color: 7254010.
HSL color Cylindrical-coordinate representation of color #FAAF6E: hue angle of 27.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAAF6E is Cyan = 0, Magento = 0.3, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 110 | - |
| CMYK | 0 | 0.3 | 0.56 | 0.02 |
| HSL | 27.86º | 0.93% | 0.71% | - |
| HSV(B) | 27.86º | 0.56% | 0.98% | - |
| XYZ | 57.57 | 52.11 | 21.78 | - |
| YUV | 190.02 | 82.85 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 110 | 0 | 0.3 | 0.56 | 0.02 | 27.86 | 0.93 | 0.71 |
| Hex | FA | AF | 6E | 0 | 1E | 38 | 2 | 1C | 5D | 47 |
| Octal | 372 | 257 | 156 | 0 | 36 | 70 | 2 | 34 | 135 | 107 |
| Binary | 11111010 | 10101111 | 1101110 | 0 | 11110 | 111000 | 10 | 11100 | 1011101 | 1000111 |
Color Harmonies of #FAAF6E
Complementary color
Monochromatic Colors of #FAAF6E
Black with #FAAF6E
Text Example
Text Example
White with #FAAF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF6E; }
p { color: rgb(250,175,110); }
H1.HeaderClassName
{
color: #FAAF6E;
}
.AnyTagClassName
{
color: #FAAF6E;
}
</style>
background-color css
<style>
a { background-color: #FAAF6E; }
a { background-color: rgb(250,175,110); }
div.DivClassName
{
background-color: #FAAF6E;
}
.BgClassName
{
background-color: #FAAF6E;
}
</style>
border-color css
<style>
span { border-color: #FAAF6E; }
span { border-color: rgb(250,175,110); }
td.TdClassName
{
border-color: #FAAF6E;
}
.TagClassName
{
border-color: #FAAF6E;
}
</style>