Shades of Vivid Tangerine #F7957C
Tints of Vivid Tangerine #F7957C
RGB
CMYK
RGB Variations
Color information
#F7957C (or 0xF7957C) is known color: Vivid Tangerine. HEX triplet: F7, 95 and 7C. RGB value is (247,149,124). Sum of RGB (Red+Green+Blue) = 247+149+124=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F7957C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7957C is #086A83. Grayscale: #AFAFAF. Windows color (decimal): -551556 or 8164855. OLE color: 8164855.
HSL color Cylindrical-coordinate representation of color #F7957C: hue angle of 12.2º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F7957C is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 124 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.03 |
| HSL | 12.2º | 0.88% | 0.73% | - |
| HSV(B) | 12.2º | 0.5% | 0.97% | - |
| XYZ | 52.74 | 42.72 | 24.54 | - |
| YUV | 175.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 124 | 0 | 0.40 | 0.50 | 0.03 | 12.2 | 0.88 | 0.73 |
| Hex | F7 | 95 | 7C | 0 | 28 | 32 | 3 | C | 58 | 49 |
| Octal | 367 | 225 | 174 | 0 | 50 | 62 | 3 | 14 | 130 | 111 |
| Binary | 11110111 | 10010101 | 1111100 | 0 | 101000 | 110010 | 11 | 1100 | 1011000 | 1001001 |
Color Harmonies of #F7957C
Complementary color
Monochromatic Colors of #F7957C
Black with #F7957C
Text Example
Text Example
White with #F7957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7957C; }
p { color: rgb(247,149,124); }
H1.HeaderClassName
{
color: #F7957C;
}
.AnyTagClassName
{
color: #F7957C;
}
</style>
background-color css
<style>
a { background-color: #F7957C; }
a { background-color: rgb(247,149,124); }
div.DivClassName
{
background-color: #F7957C;
}
.BgClassName
{
background-color: #F7957C;
}
</style>
border-color css
<style>
span { border-color: #F7957C; }
span { border-color: rgb(247,149,124); }
td.TdClassName
{
border-color: #F7957C;
}
.TagClassName
{
border-color: #F7957C;
}
</style>