Shades of Vivid Tangerine #F89478
Tints of Vivid Tangerine #F89478
RGB
CMYK
RGB Variations
Color information
#F89478 (or 0xF89478) is known color: Vivid Tangerine. HEX triplet: F8, 94 and 78. RGB value is (248,148,120). Sum of RGB (Red+Green+Blue) = 248+148+120=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F89478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89478 is #076B87. Grayscale: #AEAEAE. Windows color (decimal): -486280 or 7902456. OLE color: 7902456.
HSL color Cylindrical-coordinate representation of color #F89478: hue angle of 13.12º 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 #F89478 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 120 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.03 |
| HSL | 13.13º | 0.9% | 0.72% | - |
| HSV(B) | 13.13º | 0.52% | 0.97% | - |
| XYZ | 52.69 | 42.49 | 23.19 | - |
| YUV | 174.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 120 | 0 | 0.40 | 0.52 | 0.03 | 13.13 | 0.9 | 0.72 |
| Hex | F8 | 94 | 78 | 0 | 28 | 34 | 3 | D | 5A | 48 |
| Octal | 370 | 224 | 170 | 0 | 50 | 64 | 3 | 15 | 132 | 110 |
| Binary | 11111000 | 10010100 | 1111000 | 0 | 101000 | 110100 | 11 | 1101 | 1011010 | 1001000 |
Color Harmonies of #F89478
Complementary color
Monochromatic Colors of #F89478
Black with #F89478
Text Example
Text Example
White with #F89478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89478; }
p { color: rgb(248,148,120); }
H1.HeaderClassName
{
color: #F89478;
}
.AnyTagClassName
{
color: #F89478;
}
</style>
background-color css
<style>
a { background-color: #F89478; }
a { background-color: rgb(248,148,120); }
div.DivClassName
{
background-color: #F89478;
}
.BgClassName
{
background-color: #F89478;
}
</style>
border-color css
<style>
span { border-color: #F89478; }
span { border-color: rgb(248,148,120); }
td.TdClassName
{
border-color: #F89478;
}
.TagClassName
{
border-color: #F89478;
}
</style>