Shades of Vivid Tangerine #F5977B
Tints of Vivid Tangerine #F5977B
RGB
CMYK
RGB Variations
Color information
#F5977B (or 0xF5977B) is known color: Vivid Tangerine. HEX triplet: F5, 97 and 7B. RGB value is (245,151,123). Sum of RGB (Red+Green+Blue) = 245+151+123=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F5977B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5977B is #0A6884. Grayscale: #B0B0B0. Windows color (decimal): -682117 or 8099829. OLE color: 8099829.
HSL color Cylindrical-coordinate representation of color #F5977B: hue angle of 13.77º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5977B is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 123 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.04 |
| HSL | 13.77º | 0.86% | 0.72% | - |
| HSV(B) | 13.77º | 0.5% | 0.96% | - |
| XYZ | 52.3 | 42.98 | 24.28 | - |
| YUV | 175.91 | 98.14 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 123 | 0 | 0.38 | 0.50 | 0.04 | 13.77 | 0.86 | 0.72 |
| Hex | F5 | 97 | 7B | 0 | 26 | 32 | 4 | E | 56 | 48 |
| Octal | 365 | 227 | 173 | 0 | 46 | 62 | 4 | 16 | 126 | 110 |
| Binary | 11110101 | 10010111 | 1111011 | 0 | 100110 | 110010 | 100 | 1110 | 1010110 | 1001000 |
Color Harmonies of #F5977B
Complementary color
Monochromatic Colors of #F5977B
Black with #F5977B
Text Example
Text Example
White with #F5977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5977B; }
p { color: rgb(245,151,123); }
H1.HeaderClassName
{
color: #F5977B;
}
.AnyTagClassName
{
color: #F5977B;
}
</style>
background-color css
<style>
a { background-color: #F5977B; }
a { background-color: rgb(245,151,123); }
div.DivClassName
{
background-color: #F5977B;
}
.BgClassName
{
background-color: #F5977B;
}
</style>
border-color css
<style>
span { border-color: #F5977B; }
span { border-color: rgb(245,151,123); }
td.TdClassName
{
border-color: #F5977B;
}
.TagClassName
{
border-color: #F5977B;
}
</style>