Shades of Vivid Tangerine #F89C80
Tints of Vivid Tangerine #F89C80
RGB
CMYK
RGB Variations
Color information
#F89C80 (or 0xF89C80) is known color: Vivid Tangerine. HEX triplet: F8, 9C and 80. RGB value is (248,156,128). Sum of RGB (Red+Green+Blue) = 248+156+128=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89C80 is #07637F. Grayscale: #B4B4B4. Windows color (decimal): -484224 or 8428792. OLE color: 8428792.
HSL color Cylindrical-coordinate representation of color #F89C80: hue angle of 14º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F89C80 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 128 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.03 |
| HSL | 14º | 0.9% | 0.74% | - |
| HSV(B) | 14º | 0.48% | 0.97% | - |
| XYZ | 54.5 | 45.29 | 26.29 | - |
| YUV | 180.32 | 98.48 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 128 | 0 | 0.37 | 0.48 | 0.03 | 14 | 0.9 | 0.74 |
| Hex | F8 | 9C | 80 | 0 | 25 | 30 | 3 | E | 5A | 4A |
| Octal | 370 | 234 | 200 | 0 | 45 | 60 | 3 | 16 | 132 | 112 |
| Binary | 11111000 | 10011100 | 10000000 | 0 | 100101 | 110000 | 11 | 1110 | 1011010 | 1001010 |
Color Harmonies of #F89C80
Complementary color
Monochromatic Colors of #F89C80
Black with #F89C80
Text Example
Text Example
White with #F89C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C80; }
p { color: rgb(248,156,128); }
H1.HeaderClassName
{
color: #F89C80;
}
.AnyTagClassName
{
color: #F89C80;
}
</style>
background-color css
<style>
a { background-color: #F89C80; }
a { background-color: rgb(248,156,128); }
div.DivClassName
{
background-color: #F89C80;
}
.BgClassName
{
background-color: #F89C80;
}
</style>
border-color css
<style>
span { border-color: #F89C80; }
span { border-color: rgb(248,156,128); }
td.TdClassName
{
border-color: #F89C80;
}
.TagClassName
{
border-color: #F89C80;
}
</style>