Shades of Vivid Tangerine #F59E85
Tints of Vivid Tangerine #F59E85
RGB
CMYK
RGB Variations
Color information
#F59E85 (or 0xF59E85) is known color: Vivid Tangerine. HEX triplet: F5, 9E and 85. RGB value is (245,158,133). Sum of RGB (Red+Green+Blue) = 245+158+133=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F59E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59E85 is #0A617A. Grayscale: #B5B5B5. Windows color (decimal): -680315 or 8756981. OLE color: 8756981.
HSL color Cylindrical-coordinate representation of color #F59E85: hue angle of 13.39º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F59E85 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 133 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.04 |
| HSL | 13.39º | 0.85% | 0.74% | - |
| HSV(B) | 13.39º | 0.46% | 0.96% | - |
| XYZ | 54.12 | 45.56 | 28.13 | - |
| YUV | 181.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 133 | 0 | 0.36 | 0.46 | 0.04 | 13.39 | 0.85 | 0.74 |
| Hex | F5 | 9E | 85 | 0 | 24 | 2E | 4 | D | 55 | 4A |
| Octal | 365 | 236 | 205 | 0 | 44 | 56 | 4 | 15 | 125 | 112 |
| Binary | 11110101 | 10011110 | 10000101 | 0 | 100100 | 101110 | 100 | 1101 | 1010101 | 1001010 |
Color Harmonies of #F59E85
Complementary color
Monochromatic Colors of #F59E85
Black with #F59E85
Text Example
Text Example
White with #F59E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59E85; }
p { color: rgb(245,158,133); }
H1.HeaderClassName
{
color: #F59E85;
}
.AnyTagClassName
{
color: #F59E85;
}
</style>
background-color css
<style>
a { background-color: #F59E85; }
a { background-color: rgb(245,158,133); }
div.DivClassName
{
background-color: #F59E85;
}
.BgClassName
{
background-color: #F59E85;
}
</style>
border-color css
<style>
span { border-color: #F59E85; }
span { border-color: rgb(245,158,133); }
td.TdClassName
{
border-color: #F59E85;
}
.TagClassName
{
border-color: #F59E85;
}
</style>