Shades of Vivid Tangerine #F78E80
Tints of Vivid Tangerine #F78E80
RGB
CMYK
RGB Variations
Color information
#F78E80 (or 0xF78E80) is known color: Vivid Tangerine. HEX triplet: F7, 8E and 80. RGB value is (247,142,128). Sum of RGB (Red+Green+Blue) = 247+142+128=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F78E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78E80 is #08717F. Grayscale: #ABABAB. Windows color (decimal): -553344 or 8425207. OLE color: 8425207.
HSL color Cylindrical-coordinate representation of color #F78E80: hue angle of 7.06º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F78E80 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 142 | 128 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.03 |
| HSL | 7.06º | 0.88% | 0.74% | - |
| HSV(B) | 7.06º | 0.48% | 0.97% | - |
| XYZ | 51.93 | 40.68 | 25.54 | - |
| YUV | 171.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 142 | 128 | 0 | 0.43 | 0.48 | 0.03 | 7.06 | 0.88 | 0.74 |
| Hex | F7 | 8E | 80 | 0 | 2B | 30 | 3 | 7 | 58 | 4A |
| Octal | 367 | 216 | 200 | 0 | 53 | 60 | 3 | 7 | 130 | 112 |
| Binary | 11110111 | 10001110 | 10000000 | 0 | 101011 | 110000 | 11 | 111 | 1011000 | 1001010 |
Color Harmonies of #F78E80
Complementary color
Monochromatic Colors of #F78E80
Black with #F78E80
Text Example
Text Example
White with #F78E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78E80; }
p { color: rgb(247,142,128); }
H1.HeaderClassName
{
color: #F78E80;
}
.AnyTagClassName
{
color: #F78E80;
}
</style>
background-color css
<style>
a { background-color: #F78E80; }
a { background-color: rgb(247,142,128); }
div.DivClassName
{
background-color: #F78E80;
}
.BgClassName
{
background-color: #F78E80;
}
</style>
border-color css
<style>
span { border-color: #F78E80; }
span { border-color: rgb(247,142,128); }
td.TdClassName
{
border-color: #F78E80;
}
.TagClassName
{
border-color: #F78E80;
}
</style>