Shades of Tacao #FAA978
Tints of Tacao #FAA978
RGB
CMYK
RGB Variations
Color information
#FAA978 (or 0xFAA978) is known color: Tacao. HEX triplet: FA, A9 and 78. RGB value is (250,169,120). Sum of RGB (Red+Green+Blue) = 250+169+120=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA978 is #055687. Grayscale: #BBBBBB. Windows color (decimal): -349832 or 7907834. OLE color: 7907834.
HSL color Cylindrical-coordinate representation of color #FAA978: hue angle of 22.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAA978 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 120 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.02 |
| HSL | 22.62º | 0.93% | 0.73% | - |
| HSV(B) | 22.62º | 0.52% | 0.98% | - |
| XYZ | 57 | 50.06 | 24.43 | - |
| YUV | 187.63 | 89.84 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 120 | 0 | 0.32 | 0.52 | 0.02 | 22.62 | 0.93 | 0.73 |
| Hex | FA | A9 | 78 | 0 | 20 | 34 | 2 | 17 | 5D | 49 |
| Octal | 372 | 251 | 170 | 0 | 40 | 64 | 2 | 27 | 135 | 111 |
| Binary | 11111010 | 10101001 | 1111000 | 0 | 100000 | 110100 | 10 | 10111 | 1011101 | 1001001 |
Color Harmonies of #FAA978
Complementary color
Monochromatic Colors of #FAA978
Black with #FAA978
Text Example
Text Example
White with #FAA978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA978; }
p { color: rgb(250,169,120); }
H1.HeaderClassName
{
color: #FAA978;
}
.AnyTagClassName
{
color: #FAA978;
}
</style>
background-color css
<style>
a { background-color: #FAA978; }
a { background-color: rgb(250,169,120); }
div.DivClassName
{
background-color: #FAA978;
}
.BgClassName
{
background-color: #FAA978;
}
</style>
border-color css
<style>
span { border-color: #FAA978; }
span { border-color: rgb(250,169,120); }
td.TdClassName
{
border-color: #FAA978;
}
.TagClassName
{
border-color: #FAA978;
}
</style>