Shades of Vivid Tangerine #FE8F80
Tints of Vivid Tangerine #FE8F80
RGB
CMYK
RGB Variations
Color information
#FE8F80 (or 0xFE8F80) is known color: Vivid Tangerine. HEX triplet: FE, 8F and 80. RGB value is (254,143,128). Sum of RGB (Red+Green+Blue) = 254+143+128=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8F80 is #01707F. Grayscale: #AEAEAE. Windows color (decimal): -94336 or 8425470. OLE color: 8425470.
HSL color Cylindrical-coordinate representation of color #FE8F80: hue angle of 7.14º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE8F80 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 128 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.00 |
| HSL | 7.14º | 0.98% | 0.75% | - |
| HSV(B) | 7.14º | 0.5% | 1% | - |
| XYZ | 54.59 | 42.27 | 25.7 | - |
| YUV | 174.48 | 101.77 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 128 | 0 | 0.44 | 0.50 | 0.00 | 7.14 | 0.98 | 0.75 |
| Hex | FE | 8F | 80 | 0 | 2C | 32 | 0 | 7 | 62 | 4B |
| Octal | 376 | 217 | 200 | 0 | 54 | 62 | 0 | 7 | 142 | 113 |
| Binary | 11111110 | 10001111 | 10000000 | 0 | 101100 | 110010 | 0 | 111 | 1100010 | 1001011 |
Color Harmonies of #FE8F80
Complementary color
Monochromatic Colors of #FE8F80
Black with #FE8F80
Text Example
Text Example
White with #FE8F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F80; }
p { color: rgb(254,143,128); }
H1.HeaderClassName
{
color: #FE8F80;
}
.AnyTagClassName
{
color: #FE8F80;
}
</style>
background-color css
<style>
a { background-color: #FE8F80; }
a { background-color: rgb(254,143,128); }
div.DivClassName
{
background-color: #FE8F80;
}
.BgClassName
{
background-color: #FE8F80;
}
</style>
border-color css
<style>
span { border-color: #FE8F80; }
span { border-color: rgb(254,143,128); }
td.TdClassName
{
border-color: #FE8F80;
}
.TagClassName
{
border-color: #FE8F80;
}
</style>