Shades of Vivid Tangerine #F7947D
Tints of Vivid Tangerine #F7947D
RGB
CMYK
RGB Variations
Color information
#F7947D (or 0xF7947D) is known color: Vivid Tangerine. HEX triplet: F7, 94 and 7D. RGB value is (247,148,125). Sum of RGB (Red+Green+Blue) = 247+148+125=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F7947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7947D is #086B82. Grayscale: #AFAFAF. Windows color (decimal): -551811 or 8230135. OLE color: 8230135.
HSL color Cylindrical-coordinate representation of color #F7947D: hue angle of 11.31º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F7947D is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 125 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.03 |
| HSL | 11.31º | 0.88% | 0.73% | - |
| HSV(B) | 11.31º | 0.49% | 0.97% | - |
| XYZ | 52.65 | 42.43 | 24.82 | - |
| YUV | 174.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 125 | 0 | 0.40 | 0.49 | 0.03 | 11.31 | 0.88 | 0.73 |
| Hex | F7 | 94 | 7D | 0 | 28 | 31 | 3 | B | 58 | 49 |
| Octal | 367 | 224 | 175 | 0 | 50 | 61 | 3 | 13 | 130 | 111 |
| Binary | 11110111 | 10010100 | 1111101 | 0 | 101000 | 110001 | 11 | 1011 | 1011000 | 1001001 |
Color Harmonies of #F7947D
Complementary color
Monochromatic Colors of #F7947D
Black with #F7947D
Text Example
Text Example
White with #F7947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7947D; }
p { color: rgb(247,148,125); }
H1.HeaderClassName
{
color: #F7947D;
}
.AnyTagClassName
{
color: #F7947D;
}
</style>
background-color css
<style>
a { background-color: #F7947D; }
a { background-color: rgb(247,148,125); }
div.DivClassName
{
background-color: #F7947D;
}
.BgClassName
{
background-color: #F7947D;
}
</style>
border-color css
<style>
span { border-color: #F7947D; }
span { border-color: rgb(247,148,125); }
td.TdClassName
{
border-color: #F7947D;
}
.TagClassName
{
border-color: #F7947D;
}
</style>