Shades of Vivid Tangerine #F5957D
Tints of Vivid Tangerine #F5957D
RGB
CMYK
RGB Variations
Color information
#F5957D (or 0xF5957D) is known color: Vivid Tangerine. HEX triplet: F5, 95 and 7D. RGB value is (245,149,125). Sum of RGB (Red+Green+Blue) = 245+149+125=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F5957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5957D is #0A6A82. Grayscale: #AFAFAF. Windows color (decimal): -682627 or 8230389. OLE color: 8230389.
HSL color Cylindrical-coordinate representation of color #F5957D: hue angle of 12º 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 #F5957D is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 125 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.04 |
| HSL | 12º | 0.86% | 0.73% | - |
| HSV(B) | 12º | 0.49% | 0.96% | - |
| XYZ | 52.11 | 42.39 | 24.84 | - |
| YUV | 174.97 | 99.8 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 125 | 0 | 0.39 | 0.49 | 0.04 | 12 | 0.86 | 0.73 |
| Hex | F5 | 95 | 7D | 0 | 27 | 31 | 4 | C | 56 | 49 |
| Octal | 365 | 225 | 175 | 0 | 47 | 61 | 4 | 14 | 126 | 111 |
| Binary | 11110101 | 10010101 | 1111101 | 0 | 100111 | 110001 | 100 | 1100 | 1010110 | 1001001 |
Color Harmonies of #F5957D
Complementary color
Monochromatic Colors of #F5957D
Black with #F5957D
Text Example
Text Example
White with #F5957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5957D; }
p { color: rgb(245,149,125); }
H1.HeaderClassName
{
color: #F5957D;
}
.AnyTagClassName
{
color: #F5957D;
}
</style>
background-color css
<style>
a { background-color: #F5957D; }
a { background-color: rgb(245,149,125); }
div.DivClassName
{
background-color: #F5957D;
}
.BgClassName
{
background-color: #F5957D;
}
</style>
border-color css
<style>
span { border-color: #F5957D; }
span { border-color: rgb(245,149,125); }
td.TdClassName
{
border-color: #F5957D;
}
.TagClassName
{
border-color: #F5957D;
}
</style>