Shades of Vivid Tangerine #F59E86
Tints of Vivid Tangerine #F59E86
RGB
CMYK
RGB Variations
Color information
#F59E86 (or 0xF59E86) is known color: Vivid Tangerine. HEX triplet: F5, 9E and 86. RGB value is (245,158,134). Sum of RGB (Red+Green+Blue) = 245+158+134=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F59E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59E86 is #0A6179. Grayscale: #B5B5B5. Windows color (decimal): -680314 or 8822517. OLE color: 8822517.
HSL color Cylindrical-coordinate representation of color #F59E86: hue angle of 12.97º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F59E86 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 134 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.04 |
| HSL | 12.97º | 0.85% | 0.74% | - |
| HSV(B) | 12.97º | 0.45% | 0.96% | - |
| XYZ | 54.19 | 45.59 | 28.5 | - |
| YUV | 181.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 134 | 0 | 0.36 | 0.45 | 0.04 | 12.97 | 0.85 | 0.74 |
| Hex | F5 | 9E | 86 | 0 | 24 | 2D | 4 | D | 55 | 4A |
| Octal | 365 | 236 | 206 | 0 | 44 | 55 | 4 | 15 | 125 | 112 |
| Binary | 11110101 | 10011110 | 10000110 | 0 | 100100 | 101101 | 100 | 1101 | 1010101 | 1001010 |
Color Harmonies of #F59E86
Complementary color
Monochromatic Colors of #F59E86
Black with #F59E86
Text Example
Text Example
White with #F59E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59E86; }
p { color: rgb(245,158,134); }
H1.HeaderClassName
{
color: #F59E86;
}
.AnyTagClassName
{
color: #F59E86;
}
</style>
background-color css
<style>
a { background-color: #F59E86; }
a { background-color: rgb(245,158,134); }
div.DivClassName
{
background-color: #F59E86;
}
.BgClassName
{
background-color: #F59E86;
}
</style>
border-color css
<style>
span { border-color: #F59E86; }
span { border-color: rgb(245,158,134); }
td.TdClassName
{
border-color: #F59E86;
}
.TagClassName
{
border-color: #F59E86;
}
</style>