Shades of Vivid Tangerine #F89A80
Tints of Vivid Tangerine #F89A80
RGB
CMYK
RGB Variations
Color information
#F89A80 (or 0xF89A80) is known color: Vivid Tangerine. HEX triplet: F8, 9A and 80. RGB value is (248,154,128). Sum of RGB (Red+Green+Blue) = 248+154+128=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89A80 is #07657F. Grayscale: #B3B3B3. Windows color (decimal): -484736 or 8428280. OLE color: 8428280.
HSL color Cylindrical-coordinate representation of color #F89A80: hue angle of 13º 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 #F89A80 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 128 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.03 |
| HSL | 13º | 0.9% | 0.74% | - |
| HSV(B) | 13º | 0.48% | 0.97% | - |
| XYZ | 54.16 | 44.63 | 26.18 | - |
| YUV | 179.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 128 | 0 | 0.38 | 0.48 | 0.03 | 13 | 0.9 | 0.74 |
| Hex | F8 | 9A | 80 | 0 | 26 | 30 | 3 | D | 5A | 4A |
| Octal | 370 | 232 | 200 | 0 | 46 | 60 | 3 | 15 | 132 | 112 |
| Binary | 11111000 | 10011010 | 10000000 | 0 | 100110 | 110000 | 11 | 1101 | 1011010 | 1001010 |
Color Harmonies of #F89A80
Complementary color
Monochromatic Colors of #F89A80
Black with #F89A80
Text Example
Text Example
White with #F89A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A80; }
p { color: rgb(248,154,128); }
H1.HeaderClassName
{
color: #F89A80;
}
.AnyTagClassName
{
color: #F89A80;
}
</style>
background-color css
<style>
a { background-color: #F89A80; }
a { background-color: rgb(248,154,128); }
div.DivClassName
{
background-color: #F89A80;
}
.BgClassName
{
background-color: #F89A80;
}
</style>
border-color css
<style>
span { border-color: #F89A80; }
span { border-color: rgb(248,154,128); }
td.TdClassName
{
border-color: #F89A80;
}
.TagClassName
{
border-color: #F89A80;
}
</style>