Shades of Vivid Tangerine #F89080
Tints of Vivid Tangerine #F89080
RGB
CMYK
RGB Variations
Color information
#F89080 (or 0xF89080) is known color: Vivid Tangerine. HEX triplet: F8, 90 and 80. RGB value is (248,144,128). Sum of RGB (Red+Green+Blue) = 248+144+128=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F89080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89080 is #076F7F. Grayscale: #ADADAD. Windows color (decimal): -487296 or 8425720. OLE color: 8425720.
HSL color Cylindrical-coordinate representation of color #F89080: hue angle of 8º 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 #F89080 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 128 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.03 |
| HSL | 8º | 0.9% | 0.74% | - |
| HSV(B) | 8º | 0.48% | 0.97% | - |
| XYZ | 52.58 | 41.46 | 25.65 | - |
| YUV | 173.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 128 | 0 | 0.42 | 0.48 | 0.03 | 8 | 0.9 | 0.74 |
| Hex | F8 | 90 | 80 | 0 | 2A | 30 | 3 | 8 | 5A | 4A |
| Octal | 370 | 220 | 200 | 0 | 52 | 60 | 3 | 10 | 132 | 112 |
| Binary | 11111000 | 10010000 | 10000000 | 0 | 101010 | 110000 | 11 | 1000 | 1011010 | 1001010 |
Color Harmonies of #F89080
Complementary color
Monochromatic Colors of #F89080
Black with #F89080
Text Example
Text Example
White with #F89080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89080; }
p { color: rgb(248,144,128); }
H1.HeaderClassName
{
color: #F89080;
}
.AnyTagClassName
{
color: #F89080;
}
</style>
background-color css
<style>
a { background-color: #F89080; }
a { background-color: rgb(248,144,128); }
div.DivClassName
{
background-color: #F89080;
}
.BgClassName
{
background-color: #F89080;
}
</style>
border-color css
<style>
span { border-color: #F89080; }
span { border-color: rgb(248,144,128); }
td.TdClassName
{
border-color: #F89080;
}
.TagClassName
{
border-color: #F89080;
}
</style>