Shades of Vivid Tangerine #FF8D7C
Tints of Vivid Tangerine #FF8D7C
RGB
CMYK
RGB Variations
Color information
#FF8D7C (or 0xFF8D7C) is known color: Vivid Tangerine. HEX triplet: FF, 8D and 7C. RGB value is (255,141,124). Sum of RGB (Red+Green+Blue) = 255+141+124=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D7C is #007283. Grayscale: #ADADAD. Windows color (decimal): -29316 or 8162815. OLE color: 8162815.
HSL color Cylindrical-coordinate representation of color #FF8D7C: hue angle of 7.79º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF8D7C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 124 | - |
| CMYK | 0 | 0.45 | 0.51 | 0 |
| HSL | 7.79º | 1% | 0.74% | - |
| HSV(B) | 7.79º | 0.51% | 1% | - |
| XYZ | 54.4 | 41.76 | 24.26 | - |
| YUV | 173.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 124 | 0 | 0.45 | 0.51 | 0 | 7.79 | 1 | 0.74 |
| Hex | FF | 8D | 7C | 0 | 2D | 33 | 0 | 8 | 64 | 4A |
| Octal | 377 | 215 | 174 | 0 | 55 | 63 | 0 | 10 | 144 | 112 |
| Binary | 11111111 | 10001101 | 1111100 | 0 | 101101 | 110011 | 0 | 1000 | 1100100 | 1001010 |
Color Harmonies of #FF8D7C
Complementary color
Monochromatic Colors of #FF8D7C
Black with #FF8D7C
Text Example
Text Example
White with #FF8D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D7C; }
p { color: rgb(255,141,124); }
H1.HeaderClassName
{
color: #FF8D7C;
}
.AnyTagClassName
{
color: #FF8D7C;
}
</style>
background-color css
<style>
a { background-color: #FF8D7C; }
a { background-color: rgb(255,141,124); }
div.DivClassName
{
background-color: #FF8D7C;
}
.BgClassName
{
background-color: #FF8D7C;
}
</style>
border-color css
<style>
span { border-color: #FF8D7C; }
span { border-color: rgb(255,141,124); }
td.TdClassName
{
border-color: #FF8D7C;
}
.TagClassName
{
border-color: #FF8D7C;
}
</style>