Shades of Vivid Tangerine #F89882
Tints of Vivid Tangerine #F89882
RGB
CMYK
RGB Variations
Color information
#F89882 (or 0xF89882) is known color: Vivid Tangerine. HEX triplet: F8, 98 and 82. RGB value is (248,152,130). Sum of RGB (Red+Green+Blue) = 248+152+130=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F89882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89882 is #07677D. Grayscale: #B2B2B2. Windows color (decimal): -485246 or 8558840. OLE color: 8558840.
HSL color Cylindrical-coordinate representation of color #F89882: hue angle of 11.19º degrees, saturation: 0.89, 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 #F89882 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 130 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.03 |
| HSL | 11.19º | 0.89% | 0.74% | - |
| HSV(B) | 11.19º | 0.48% | 0.97% | - |
| XYZ | 53.97 | 44.02 | 26.77 | - |
| YUV | 178.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 130 | 0 | 0.39 | 0.48 | 0.03 | 11.19 | 0.89 | 0.74 |
| Hex | F8 | 98 | 82 | 0 | 27 | 30 | 3 | B | 59 | 4A |
| Octal | 370 | 230 | 202 | 0 | 47 | 60 | 3 | 13 | 131 | 112 |
| Binary | 11111000 | 10011000 | 10000010 | 0 | 100111 | 110000 | 11 | 1011 | 1011001 | 1001010 |
Color Harmonies of #F89882
Complementary color
Monochromatic Colors of #F89882
Black with #F89882
Text Example
Text Example
White with #F89882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89882; }
p { color: rgb(248,152,130); }
H1.HeaderClassName
{
color: #F89882;
}
.AnyTagClassName
{
color: #F89882;
}
</style>
background-color css
<style>
a { background-color: #F89882; }
a { background-color: rgb(248,152,130); }
div.DivClassName
{
background-color: #F89882;
}
.BgClassName
{
background-color: #F89882;
}
</style>
border-color css
<style>
span { border-color: #F89882; }
span { border-color: rgb(248,152,130); }
td.TdClassName
{
border-color: #F89882;
}
.TagClassName
{
border-color: #F89882;
}
</style>