Shades of Tacao #F8A97A
Tints of Tacao #F8A97A
RGB
CMYK
RGB Variations
Color information
#F8A97A (or 0xF8A97A) is known color: Tacao. HEX triplet: F8, A9 and 7A. RGB value is (248,169,122). Sum of RGB (Red+Green+Blue) = 248+169+122=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A97A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A97A is #075685. Grayscale: #BBBBBB. Windows color (decimal): -480902 or 8038904. OLE color: 8038904.
HSL color Cylindrical-coordinate representation of color #F8A97A: hue angle of 22.38º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8A97A is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 122 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.03 |
| HSL | 22.38º | 0.9% | 0.73% | - |
| HSV(B) | 22.38º | 0.51% | 0.97% | - |
| XYZ | 56.41 | 49.74 | 25.04 | - |
| YUV | 187.26 | 91.17 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 122 | 0 | 0.32 | 0.51 | 0.03 | 22.38 | 0.9 | 0.73 |
| Hex | F8 | A9 | 7A | 0 | 20 | 33 | 3 | 16 | 5A | 49 |
| Octal | 370 | 251 | 172 | 0 | 40 | 63 | 3 | 26 | 132 | 111 |
| Binary | 11111000 | 10101001 | 1111010 | 0 | 100000 | 110011 | 11 | 10110 | 1011010 | 1001001 |
Color Harmonies of #F8A97A
Complementary color
Monochromatic Colors of #F8A97A
Black with #F8A97A
Text Example
Text Example
White with #F8A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A97A; }
p { color: rgb(248,169,122); }
H1.HeaderClassName
{
color: #F8A97A;
}
.AnyTagClassName
{
color: #F8A97A;
}
</style>
background-color css
<style>
a { background-color: #F8A97A; }
a { background-color: rgb(248,169,122); }
div.DivClassName
{
background-color: #F8A97A;
}
.BgClassName
{
background-color: #F8A97A;
}
</style>
border-color css
<style>
span { border-color: #F8A97A; }
span { border-color: rgb(248,169,122); }
td.TdClassName
{
border-color: #F8A97A;
}
.TagClassName
{
border-color: #F8A97A;
}
</style>