Shades of Vivid Tangerine #F89582
Tints of Vivid Tangerine #F89582
RGB
CMYK
RGB Variations
Color information
#F89582 (or 0xF89582) is known color: Vivid Tangerine. HEX triplet: F8, 95 and 82. RGB value is (248,149,130). Sum of RGB (Red+Green+Blue) = 248+149+130=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F89582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89582 is #076A7D. Grayscale: #B0B0B0. Windows color (decimal): -486014 or 8558072. OLE color: 8558072.
HSL color Cylindrical-coordinate representation of color #F89582: hue angle of 9.66º 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 #F89582 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 130 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.03 |
| HSL | 9.66º | 0.89% | 0.74% | - |
| HSV(B) | 9.66º | 0.48% | 0.97% | - |
| XYZ | 53.49 | 43.06 | 26.61 | - |
| YUV | 176.44 | 101.8 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 130 | 0 | 0.40 | 0.48 | 0.03 | 9.66 | 0.89 | 0.74 |
| Hex | F8 | 95 | 82 | 0 | 28 | 30 | 3 | A | 59 | 4A |
| Octal | 370 | 225 | 202 | 0 | 50 | 60 | 3 | 12 | 131 | 112 |
| Binary | 11111000 | 10010101 | 10000010 | 0 | 101000 | 110000 | 11 | 1010 | 1011001 | 1001010 |
Color Harmonies of #F89582
Complementary color
Monochromatic Colors of #F89582
Black with #F89582
Text Example
Text Example
White with #F89582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89582; }
p { color: rgb(248,149,130); }
H1.HeaderClassName
{
color: #F89582;
}
.AnyTagClassName
{
color: #F89582;
}
</style>
background-color css
<style>
a { background-color: #F89582; }
a { background-color: rgb(248,149,130); }
div.DivClassName
{
background-color: #F89582;
}
.BgClassName
{
background-color: #F89582;
}
</style>
border-color css
<style>
span { border-color: #F89582; }
span { border-color: rgb(248,149,130); }
td.TdClassName
{
border-color: #F89582;
}
.TagClassName
{
border-color: #F89582;
}
</style>