Shades of Vivid Tangerine #F78F77
Tints of Vivid Tangerine #F78F77
RGB
CMYK
RGB Variations
Color information
#F78F77 (or 0xF78F77) is known color: Vivid Tangerine. HEX triplet: F7, 8F and 77. RGB value is (247,143,119). Sum of RGB (Red+Green+Blue) = 247+143+119=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F78F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78F77 is #087088. Grayscale: #ABABAB. Windows color (decimal): -553097 or 7835639. OLE color: 7835639.
HSL color Cylindrical-coordinate representation of color #F78F77: hue angle of 11.25º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F78F77 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 119 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.03 |
| HSL | 11.25º | 0.89% | 0.72% | - |
| HSV(B) | 11.25º | 0.52% | 0.97% | - |
| XYZ | 51.51 | 40.75 | 22.6 | - |
| YUV | 171.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 119 | 0 | 0.42 | 0.52 | 0.03 | 11.25 | 0.89 | 0.72 |
| Hex | F7 | 8F | 77 | 0 | 2A | 34 | 3 | B | 59 | 48 |
| Octal | 367 | 217 | 167 | 0 | 52 | 64 | 3 | 13 | 131 | 110 |
| Binary | 11110111 | 10001111 | 1110111 | 0 | 101010 | 110100 | 11 | 1011 | 1011001 | 1001000 |
Color Harmonies of #F78F77
Complementary color
Monochromatic Colors of #F78F77
Black with #F78F77
Text Example
Text Example
White with #F78F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78F77; }
p { color: rgb(247,143,119); }
H1.HeaderClassName
{
color: #F78F77;
}
.AnyTagClassName
{
color: #F78F77;
}
</style>
background-color css
<style>
a { background-color: #F78F77; }
a { background-color: rgb(247,143,119); }
div.DivClassName
{
background-color: #F78F77;
}
.BgClassName
{
background-color: #F78F77;
}
</style>
border-color css
<style>
span { border-color: #F78F77; }
span { border-color: rgb(247,143,119); }
td.TdClassName
{
border-color: #F78F77;
}
.TagClassName
{
border-color: #F78F77;
}
</style>