Shades of Tacao #F8A975
Tints of Tacao #F8A975
RGB
CMYK
RGB Variations
Color information
#F8A975 (or 0xF8A975) is known color: Tacao. HEX triplet: F8, A9 and 75. RGB value is (248,169,117). Sum of RGB (Red+Green+Blue) = 248+169+117=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A975 is #07568A. Grayscale: #BABABA. Windows color (decimal): -480907 or 7711224. OLE color: 7711224.
HSL color Cylindrical-coordinate representation of color #F8A975: hue angle of 23.82º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8A975 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 117 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.03 |
| HSL | 23.82º | 0.9% | 0.72% | - |
| HSV(B) | 23.82º | 0.53% | 0.97% | - |
| XYZ | 56.11 | 49.62 | 23.45 | - |
| YUV | 186.69 | 88.67 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 117 | 0 | 0.32 | 0.53 | 0.03 | 23.82 | 0.9 | 0.72 |
| Hex | F8 | A9 | 75 | 0 | 20 | 35 | 3 | 18 | 5A | 48 |
| Octal | 370 | 251 | 165 | 0 | 40 | 65 | 3 | 30 | 132 | 110 |
| Binary | 11111000 | 10101001 | 1110101 | 0 | 100000 | 110101 | 11 | 11000 | 1011010 | 1001000 |
Color Harmonies of #F8A975
Complementary color
Monochromatic Colors of #F8A975
Black with #F8A975
Text Example
Text Example
White with #F8A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A975; }
p { color: rgb(248,169,117); }
H1.HeaderClassName
{
color: #F8A975;
}
.AnyTagClassName
{
color: #F8A975;
}
</style>
background-color css
<style>
a { background-color: #F8A975; }
a { background-color: rgb(248,169,117); }
div.DivClassName
{
background-color: #F8A975;
}
.BgClassName
{
background-color: #F8A975;
}
</style>
border-color css
<style>
span { border-color: #F8A975; }
span { border-color: rgb(248,169,117); }
td.TdClassName
{
border-color: #F8A975;
}
.TagClassName
{
border-color: #F8A975;
}
</style>