Shades of Vivid Tangerine #F78F7C
Tints of Vivid Tangerine #F78F7C
RGB
CMYK
RGB Variations
Color information
#F78F7C (or 0xF78F7C) is known color: Vivid Tangerine. HEX triplet: F7, 8F and 7C. RGB value is (247,143,124). Sum of RGB (Red+Green+Blue) = 247+143+124=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F78F7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78F7C is #087083. Grayscale: #ACACAC. Windows color (decimal): -553092 or 8163319. OLE color: 8163319.
HSL color Cylindrical-coordinate representation of color #F78F7C: hue angle of 9.27º 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 #F78F7C is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 124 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.03 |
| HSL | 9.27º | 0.88% | 0.73% | - |
| HSV(B) | 9.27º | 0.5% | 0.97% | - |
| XYZ | 51.82 | 40.87 | 24.23 | - |
| YUV | 171.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 124 | 0 | 0.42 | 0.50 | 0.03 | 9.27 | 0.88 | 0.73 |
| Hex | F7 | 8F | 7C | 0 | 2A | 32 | 3 | 9 | 58 | 49 |
| Octal | 367 | 217 | 174 | 0 | 52 | 62 | 3 | 11 | 130 | 111 |
| Binary | 11110111 | 10001111 | 1111100 | 0 | 101010 | 110010 | 11 | 1001 | 1011000 | 1001001 |
Color Harmonies of #F78F7C
Complementary color
Monochromatic Colors of #F78F7C
Black with #F78F7C
Text Example
Text Example
White with #F78F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78F7C; }
p { color: rgb(247,143,124); }
H1.HeaderClassName
{
color: #F78F7C;
}
.AnyTagClassName
{
color: #F78F7C;
}
</style>
background-color css
<style>
a { background-color: #F78F7C; }
a { background-color: rgb(247,143,124); }
div.DivClassName
{
background-color: #F78F7C;
}
.BgClassName
{
background-color: #F78F7C;
}
</style>
border-color css
<style>
span { border-color: #F78F7C; }
span { border-color: rgb(247,143,124); }
td.TdClassName
{
border-color: #F78F7C;
}
.TagClassName
{
border-color: #F78F7C;
}
</style>