Shades of Tacao #F8A77A
Tints of Tacao #F8A77A
RGB
CMYK
RGB Variations
Color information
#F8A77A (or 0xF8A77A) is known color: Tacao. HEX triplet: F8, A7 and 7A. RGB value is (248,167,122). Sum of RGB (Red+Green+Blue) = 248+167+122=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A77A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A77A is #075885. Grayscale: #BABABA. Windows color (decimal): -481414 or 8038392. OLE color: 8038392.
HSL color Cylindrical-coordinate representation of color #F8A77A: hue angle of 21.43º 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 #F8A77A is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 167 | 122 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.03 |
| HSL | 21.43º | 0.9% | 0.73% | - |
| HSV(B) | 21.43º | 0.51% | 0.97% | - |
| XYZ | 56.04 | 49 | 24.92 | - |
| YUV | 186.09 | 91.84 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 167 | 122 | 0 | 0.33 | 0.51 | 0.03 | 21.43 | 0.9 | 0.73 |
| Hex | F8 | A7 | 7A | 0 | 21 | 33 | 3 | 15 | 5A | 49 |
| Octal | 370 | 247 | 172 | 0 | 41 | 63 | 3 | 25 | 132 | 111 |
| Binary | 11111000 | 10100111 | 1111010 | 0 | 100001 | 110011 | 11 | 10101 | 1011010 | 1001001 |
Color Harmonies of #F8A77A
Complementary color
Monochromatic Colors of #F8A77A
Black with #F8A77A
Text Example
Text Example
White with #F8A77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A77A; }
p { color: rgb(248,167,122); }
H1.HeaderClassName
{
color: #F8A77A;
}
.AnyTagClassName
{
color: #F8A77A;
}
</style>
background-color css
<style>
a { background-color: #F8A77A; }
a { background-color: rgb(248,167,122); }
div.DivClassName
{
background-color: #F8A77A;
}
.BgClassName
{
background-color: #F8A77A;
}
</style>
border-color css
<style>
span { border-color: #F8A77A; }
span { border-color: rgb(248,167,122); }
td.TdClassName
{
border-color: #F8A77A;
}
.TagClassName
{
border-color: #F8A77A;
}
</style>