Shades of Vivid Tangerine #FF8E7C
Tints of Vivid Tangerine #FF8E7C
RGB
CMYK
RGB Variations
Color information
#FF8E7C (or 0xFF8E7C) is known color: Vivid Tangerine. HEX triplet: FF, 8E and 7C. RGB value is (255,142,124). Sum of RGB (Red+Green+Blue) = 255+142+124=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E7C is #007183. Grayscale: #ADADAD. Windows color (decimal): -29060 or 8163071. OLE color: 8163071.
HSL color Cylindrical-coordinate representation of color #FF8E7C: hue angle of 8.24º 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 #FF8E7C is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 124 | - |
| CMYK | 0 | 0.44 | 0.51 | 0 |
| HSL | 8.24º | 1% | 0.74% | - |
| HSV(B) | 8.24º | 0.51% | 1% | - |
| XYZ | 54.55 | 42.06 | 24.31 | - |
| YUV | 173.74 | 99.94 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 124 | 0 | 0.44 | 0.51 | 0 | 8.24 | 1 | 0.74 |
| Hex | FF | 8E | 7C | 0 | 2C | 33 | 0 | 8 | 64 | 4A |
| Octal | 377 | 216 | 174 | 0 | 54 | 63 | 0 | 10 | 144 | 112 |
| Binary | 11111111 | 10001110 | 1111100 | 0 | 101100 | 110011 | 0 | 1000 | 1100100 | 1001010 |
Color Harmonies of #FF8E7C
Complementary color
Monochromatic Colors of #FF8E7C
Black with #FF8E7C
Text Example
Text Example
White with #FF8E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E7C; }
p { color: rgb(255,142,124); }
H1.HeaderClassName
{
color: #FF8E7C;
}
.AnyTagClassName
{
color: #FF8E7C;
}
</style>
background-color css
<style>
a { background-color: #FF8E7C; }
a { background-color: rgb(255,142,124); }
div.DivClassName
{
background-color: #FF8E7C;
}
.BgClassName
{
background-color: #FF8E7C;
}
</style>
border-color css
<style>
span { border-color: #FF8E7C; }
span { border-color: rgb(255,142,124); }
td.TdClassName
{
border-color: #FF8E7C;
}
.TagClassName
{
border-color: #FF8E7C;
}
</style>