Shades of Tacao #F8A878
Tints of Tacao #F8A878
RGB
CMYK
RGB Variations
Color information
#F8A878 (or 0xF8A878) is known color: Tacao. HEX triplet: F8, A8 and 78. RGB value is (248,168,120). Sum of RGB (Red+Green+Blue) = 248+168+120=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A878 is #075787. Grayscale: #BABABA. Windows color (decimal): -481160 or 7907576. OLE color: 7907576.
HSL color Cylindrical-coordinate representation of color #F8A878: hue angle of 22.5º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8A878 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 120 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.03 |
| HSL | 22.5º | 0.9% | 0.72% | - |
| HSV(B) | 22.5º | 0.52% | 0.97% | - |
| XYZ | 56.1 | 49.32 | 24.33 | - |
| YUV | 186.45 | 90.5 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 120 | 0 | 0.32 | 0.52 | 0.03 | 22.5 | 0.9 | 0.72 |
| Hex | F8 | A8 | 78 | 0 | 20 | 34 | 3 | 16 | 5A | 48 |
| Octal | 370 | 250 | 170 | 0 | 40 | 64 | 3 | 26 | 132 | 110 |
| Binary | 11111000 | 10101000 | 1111000 | 0 | 100000 | 110100 | 11 | 10110 | 1011010 | 1001000 |
Color Harmonies of #F8A878
Complementary color
Monochromatic Colors of #F8A878
Black with #F8A878
Text Example
Text Example
White with #F8A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A878; }
p { color: rgb(248,168,120); }
H1.HeaderClassName
{
color: #F8A878;
}
.AnyTagClassName
{
color: #F8A878;
}
</style>
background-color css
<style>
a { background-color: #F8A878; }
a { background-color: rgb(248,168,120); }
div.DivClassName
{
background-color: #F8A878;
}
.BgClassName
{
background-color: #F8A878;
}
</style>
border-color css
<style>
span { border-color: #F8A878; }
span { border-color: rgb(248,168,120); }
td.TdClassName
{
border-color: #F8A878;
}
.TagClassName
{
border-color: #F8A878;
}
</style>