Shades of Vivid Tangerine #F5987C
Tints of Vivid Tangerine #F5987C
RGB
CMYK
RGB Variations
Color information
#F5987C (or 0xF5987C) is known color: Vivid Tangerine. HEX triplet: F5, 98 and 7C. RGB value is (245,152,124). Sum of RGB (Red+Green+Blue) = 245+152+124=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5987C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5987C is #0A6783. Grayscale: #B0B0B0. Windows color (decimal): -681860 or 8165621. OLE color: 8165621.
HSL color Cylindrical-coordinate representation of color #F5987C: hue angle of 13.88º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5987C is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 124 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.04 |
| HSL | 13.88º | 0.86% | 0.72% | - |
| HSV(B) | 13.88º | 0.49% | 0.96% | - |
| XYZ | 52.52 | 43.32 | 24.66 | - |
| YUV | 176.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 124 | 0 | 0.38 | 0.49 | 0.04 | 13.88 | 0.86 | 0.72 |
| Hex | F5 | 98 | 7C | 0 | 26 | 31 | 4 | E | 56 | 48 |
| Octal | 365 | 230 | 174 | 0 | 46 | 61 | 4 | 16 | 126 | 110 |
| Binary | 11110101 | 10011000 | 1111100 | 0 | 100110 | 110001 | 100 | 1110 | 1010110 | 1001000 |
Color Harmonies of #F5987C
Complementary color
Monochromatic Colors of #F5987C
Black with #F5987C
Text Example
Text Example
White with #F5987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5987C; }
p { color: rgb(245,152,124); }
H1.HeaderClassName
{
color: #F5987C;
}
.AnyTagClassName
{
color: #F5987C;
}
</style>
background-color css
<style>
a { background-color: #F5987C; }
a { background-color: rgb(245,152,124); }
div.DivClassName
{
background-color: #F5987C;
}
.BgClassName
{
background-color: #F5987C;
}
</style>
border-color css
<style>
span { border-color: #F5987C; }
span { border-color: rgb(245,152,124); }
td.TdClassName
{
border-color: #F5987C;
}
.TagClassName
{
border-color: #F5987C;
}
</style>