Shades of Vivid Tangerine #F5977C
Tints of Vivid Tangerine #F5977C
RGB
CMYK
RGB Variations
Color information
#F5977C (or 0xF5977C) is known color: Vivid Tangerine. HEX triplet: F5, 97 and 7C. RGB value is (245,151,124). Sum of RGB (Red+Green+Blue) = 245+151+124=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5977C is #0A6883. Grayscale: #B0B0B0. Windows color (decimal): -682116 or 8165365. OLE color: 8165365.
HSL color Cylindrical-coordinate representation of color #F5977C: hue angle of 13.39º 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 #F5977C is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 124 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.04 |
| HSL | 13.39º | 0.86% | 0.72% | - |
| HSV(B) | 13.39º | 0.49% | 0.96% | - |
| XYZ | 52.36 | 43 | 24.61 | - |
| YUV | 176.03 | 98.64 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 124 | 0 | 0.38 | 0.49 | 0.04 | 13.39 | 0.86 | 0.72 |
| Hex | F5 | 97 | 7C | 0 | 26 | 31 | 4 | D | 56 | 48 |
| Octal | 365 | 227 | 174 | 0 | 46 | 61 | 4 | 15 | 126 | 110 |
| Binary | 11110101 | 10010111 | 1111100 | 0 | 100110 | 110001 | 100 | 1101 | 1010110 | 1001000 |
Color Harmonies of #F5977C
Complementary color
Monochromatic Colors of #F5977C
Black with #F5977C
Text Example
Text Example
White with #F5977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5977C; }
p { color: rgb(245,151,124); }
H1.HeaderClassName
{
color: #F5977C;
}
.AnyTagClassName
{
color: #F5977C;
}
</style>
background-color css
<style>
a { background-color: #F5977C; }
a { background-color: rgb(245,151,124); }
div.DivClassName
{
background-color: #F5977C;
}
.BgClassName
{
background-color: #F5977C;
}
</style>
border-color css
<style>
span { border-color: #F5977C; }
span { border-color: rgb(245,151,124); }
td.TdClassName
{
border-color: #F5977C;
}
.TagClassName
{
border-color: #F5977C;
}
</style>