Shades of Vivid Tangerine #F78F7E
Tints of Vivid Tangerine #F78F7E
RGB
CMYK
RGB Variations
Color information
#F78F7E (or 0xF78F7E) is known color: Vivid Tangerine. HEX triplet: F7, 8F and 7E. RGB value is (247,143,126). Sum of RGB (Red+Green+Blue) = 247+143+126=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F78F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78F7E is #087081. Grayscale: #ACACAC. Windows color (decimal): -553090 or 8294391. OLE color: 8294391.
HSL color Cylindrical-coordinate representation of color #F78F7E: hue angle of 8.43º 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 #F78F7E is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 126 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.03 |
| HSL | 8.43º | 0.88% | 0.73% | - |
| HSV(B) | 8.43º | 0.49% | 0.97% | - |
| XYZ | 51.95 | 40.93 | 24.9 | - |
| YUV | 172.16 | 101.96 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 126 | 0 | 0.42 | 0.49 | 0.03 | 8.43 | 0.88 | 0.73 |
| Hex | F7 | 8F | 7E | 0 | 2A | 31 | 3 | 8 | 58 | 49 |
| Octal | 367 | 217 | 176 | 0 | 52 | 61 | 3 | 10 | 130 | 111 |
| Binary | 11110111 | 10001111 | 1111110 | 0 | 101010 | 110001 | 11 | 1000 | 1011000 | 1001001 |
Color Harmonies of #F78F7E
Complementary color
Monochromatic Colors of #F78F7E
Black with #F78F7E
Text Example
Text Example
White with #F78F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78F7E; }
p { color: rgb(247,143,126); }
H1.HeaderClassName
{
color: #F78F7E;
}
.AnyTagClassName
{
color: #F78F7E;
}
</style>
background-color css
<style>
a { background-color: #F78F7E; }
a { background-color: rgb(247,143,126); }
div.DivClassName
{
background-color: #F78F7E;
}
.BgClassName
{
background-color: #F78F7E;
}
</style>
border-color css
<style>
span { border-color: #F78F7E; }
span { border-color: rgb(247,143,126); }
td.TdClassName
{
border-color: #F78F7E;
}
.TagClassName
{
border-color: #F78F7E;
}
</style>