Shades of Vivid Tangerine #FF8E80
Tints of Vivid Tangerine #FF8E80
RGB
CMYK
RGB Variations
Color information
#FF8E80 (or 0xFF8E80) is known color: Vivid Tangerine. HEX triplet: FF, 8E and 80. RGB value is (255,142,128). Sum of RGB (Red+Green+Blue) = 255+142+128=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8E80 is #00717F. Grayscale: #AEAEAE. Windows color (decimal): -29056 or 8425215. OLE color: 8425215.
HSL color Cylindrical-coordinate representation of color #FF8E80: hue angle of 6.61º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF8E80 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 128 | - |
| CMYK | 0 | 0.44 | 0.50 | 0 |
| HSL | 6.61º | 1% | 0.75% | - |
| HSV(B) | 6.61º | 0.5% | 1% | - |
| XYZ | 54.81 | 42.16 | 25.67 | - |
| YUV | 174.19 | 101.94 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 128 | 0 | 0.44 | 0.50 | 0 | 6.61 | 1 | 0.75 |
| Hex | FF | 8E | 80 | 0 | 2C | 32 | 0 | 7 | 64 | 4B |
| Octal | 377 | 216 | 200 | 0 | 54 | 62 | 0 | 7 | 144 | 113 |
| Binary | 11111111 | 10001110 | 10000000 | 0 | 101100 | 110010 | 0 | 111 | 1100100 | 1001011 |
Color Harmonies of #FF8E80
Complementary color
Monochromatic Colors of #FF8E80
Black with #FF8E80
Text Example
Text Example
White with #FF8E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E80; }
p { color: rgb(255,142,128); }
H1.HeaderClassName
{
color: #FF8E80;
}
.AnyTagClassName
{
color: #FF8E80;
}
</style>
background-color css
<style>
a { background-color: #FF8E80; }
a { background-color: rgb(255,142,128); }
div.DivClassName
{
background-color: #FF8E80;
}
.BgClassName
{
background-color: #FF8E80;
}
</style>
border-color css
<style>
span { border-color: #FF8E80; }
span { border-color: rgb(255,142,128); }
td.TdClassName
{
border-color: #FF8E80;
}
.TagClassName
{
border-color: #FF8E80;
}
</style>