Shades of Vivid Tangerine #F5977D
Tints of Vivid Tangerine #F5977D
RGB
CMYK
RGB Variations
Color information
#F5977D (or 0xF5977D) is known color: Vivid Tangerine. HEX triplet: F5, 97 and 7D. RGB value is (245,151,125). Sum of RGB (Red+Green+Blue) = 245+151+125=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5977D is #0A6882. Grayscale: #B0B0B0. Windows color (decimal): -682115 or 8230901. OLE color: 8230901.
HSL color Cylindrical-coordinate representation of color #F5977D: hue angle of 13º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5977D is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 125 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.04 |
| HSL | 13º | 0.86% | 0.73% | - |
| HSV(B) | 13º | 0.49% | 0.96% | - |
| XYZ | 52.42 | 43.03 | 24.94 | - |
| YUV | 176.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 125 | 0 | 0.38 | 0.49 | 0.04 | 13 | 0.86 | 0.73 |
| Hex | F5 | 97 | 7D | 0 | 26 | 31 | 4 | D | 56 | 49 |
| Octal | 365 | 227 | 175 | 0 | 46 | 61 | 4 | 15 | 126 | 111 |
| Binary | 11110101 | 10010111 | 1111101 | 0 | 100110 | 110001 | 100 | 1101 | 1010110 | 1001001 |
Color Harmonies of #F5977D
Complementary color
Monochromatic Colors of #F5977D
Black with #F5977D
Text Example
Text Example
White with #F5977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5977D; }
p { color: rgb(245,151,125); }
H1.HeaderClassName
{
color: #F5977D;
}
.AnyTagClassName
{
color: #F5977D;
}
</style>
background-color css
<style>
a { background-color: #F5977D; }
a { background-color: rgb(245,151,125); }
div.DivClassName
{
background-color: #F5977D;
}
.BgClassName
{
background-color: #F5977D;
}
</style>
border-color css
<style>
span { border-color: #F5977D; }
span { border-color: rgb(245,151,125); }
td.TdClassName
{
border-color: #F5977D;
}
.TagClassName
{
border-color: #F5977D;
}
</style>