Shades of Vivid Tangerine #F89982
Tints of Vivid Tangerine #F89982
RGB
CMYK
RGB Variations
Color information
#F89982 (or 0xF89982) is known color: Vivid Tangerine. HEX triplet: F8, 99 and 82. RGB value is (248,153,130). Sum of RGB (Red+Green+Blue) = 248+153+130=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F89982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89982 is #07667D. Grayscale: #B2B2B2. Windows color (decimal): -484990 or 8559096. OLE color: 8559096.
HSL color Cylindrical-coordinate representation of color #F89982: hue angle of 11.69º 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 #F89982 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 130 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.03 |
| HSL | 11.69º | 0.89% | 0.74% | - |
| HSV(B) | 11.69º | 0.48% | 0.97% | - |
| XYZ | 54.13 | 44.35 | 26.83 | - |
| YUV | 178.78 | 100.47 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 130 | 0 | 0.38 | 0.48 | 0.03 | 11.69 | 0.89 | 0.74 |
| Hex | F8 | 99 | 82 | 0 | 26 | 30 | 3 | C | 59 | 4A |
| Octal | 370 | 231 | 202 | 0 | 46 | 60 | 3 | 14 | 131 | 112 |
| Binary | 11111000 | 10011001 | 10000010 | 0 | 100110 | 110000 | 11 | 1100 | 1011001 | 1001010 |
Color Harmonies of #F89982
Complementary color
Monochromatic Colors of #F89982
Black with #F89982
Text Example
Text Example
White with #F89982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89982; }
p { color: rgb(248,153,130); }
H1.HeaderClassName
{
color: #F89982;
}
.AnyTagClassName
{
color: #F89982;
}
</style>
background-color css
<style>
a { background-color: #F89982; }
a { background-color: rgb(248,153,130); }
div.DivClassName
{
background-color: #F89982;
}
.BgClassName
{
background-color: #F89982;
}
</style>
border-color css
<style>
span { border-color: #F89982; }
span { border-color: rgb(248,153,130); }
td.TdClassName
{
border-color: #F89982;
}
.TagClassName
{
border-color: #F89982;
}
</style>