Shades of Vivid Tangerine #F7957D
Tints of Vivid Tangerine #F7957D
RGB
CMYK
RGB Variations
Color information
#F7957D (or 0xF7957D) is known color: Vivid Tangerine. HEX triplet: F7, 95 and 7D. RGB value is (247,149,125). Sum of RGB (Red+Green+Blue) = 247+149+125=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7957D is #086A82. Grayscale: #AFAFAF. Windows color (decimal): -551555 or 8230391. OLE color: 8230391.
HSL color Cylindrical-coordinate representation of color #F7957D: hue angle of 11.8º 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 #F7957D is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 125 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.03 |
| HSL | 11.8º | 0.88% | 0.73% | - |
| HSV(B) | 11.8º | 0.49% | 0.97% | - |
| XYZ | 52.81 | 42.75 | 24.87 | - |
| YUV | 175.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 125 | 0 | 0.40 | 0.49 | 0.03 | 11.8 | 0.88 | 0.73 |
| Hex | F7 | 95 | 7D | 0 | 28 | 31 | 3 | C | 58 | 49 |
| Octal | 367 | 225 | 175 | 0 | 50 | 61 | 3 | 14 | 130 | 111 |
| Binary | 11110111 | 10010101 | 1111101 | 0 | 101000 | 110001 | 11 | 1100 | 1011000 | 1001001 |
Color Harmonies of #F7957D
Complementary color
Monochromatic Colors of #F7957D
Black with #F7957D
Text Example
Text Example
White with #F7957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7957D; }
p { color: rgb(247,149,125); }
H1.HeaderClassName
{
color: #F7957D;
}
.AnyTagClassName
{
color: #F7957D;
}
</style>
background-color css
<style>
a { background-color: #F7957D; }
a { background-color: rgb(247,149,125); }
div.DivClassName
{
background-color: #F7957D;
}
.BgClassName
{
background-color: #F7957D;
}
</style>
border-color css
<style>
span { border-color: #F7957D; }
span { border-color: rgb(247,149,125); }
td.TdClassName
{
border-color: #F7957D;
}
.TagClassName
{
border-color: #F7957D;
}
</style>