Shades of Vivid Tangerine #F5947D
Tints of Vivid Tangerine #F5947D
RGB
CMYK
RGB Variations
Color information
#F5947D (or 0xF5947D) is known color: Vivid Tangerine. HEX triplet: F5, 94 and 7D. RGB value is (245,148,125). Sum of RGB (Red+Green+Blue) = 245+148+125=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5947D is #0A6B82. Grayscale: #AEAEAE. Windows color (decimal): -682883 or 8230133. OLE color: 8230133.
HSL color Cylindrical-coordinate representation of color #F5947D: hue angle of 11.5º 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 #F5947D is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 125 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.04 |
| HSL | 11.5º | 0.86% | 0.73% | - |
| HSV(B) | 11.5º | 0.49% | 0.96% | - |
| XYZ | 51.95 | 42.07 | 24.78 | - |
| YUV | 174.38 | 100.14 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 125 | 0 | 0.40 | 0.49 | 0.04 | 11.5 | 0.86 | 0.73 |
| Hex | F5 | 94 | 7D | 0 | 28 | 31 | 4 | C | 56 | 49 |
| Octal | 365 | 224 | 175 | 0 | 50 | 61 | 4 | 14 | 126 | 111 |
| Binary | 11110101 | 10010100 | 1111101 | 0 | 101000 | 110001 | 100 | 1100 | 1010110 | 1001001 |
Color Harmonies of #F5947D
Complementary color
Monochromatic Colors of #F5947D
Black with #F5947D
Text Example
Text Example
White with #F5947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5947D; }
p { color: rgb(245,148,125); }
H1.HeaderClassName
{
color: #F5947D;
}
.AnyTagClassName
{
color: #F5947D;
}
</style>
background-color css
<style>
a { background-color: #F5947D; }
a { background-color: rgb(245,148,125); }
div.DivClassName
{
background-color: #F5947D;
}
.BgClassName
{
background-color: #F5947D;
}
</style>
border-color css
<style>
span { border-color: #F5947D; }
span { border-color: rgb(245,148,125); }
td.TdClassName
{
border-color: #F5947D;
}
.TagClassName
{
border-color: #F5947D;
}
</style>