Shades of Vivid Tangerine #FEA086
Tints of Vivid Tangerine #FEA086
RGB
CMYK
RGB Variations
Color information
#FEA086 (or 0xFEA086) is known color: Vivid Tangerine. HEX triplet: FE, A0 and 86. RGB value is (254,160,134). Sum of RGB (Red+Green+Blue) = 254+160+134=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA086 is #015F79. Grayscale: #B9B9B9. Windows color (decimal): -89978 or 8823038. OLE color: 8823038.
HSL color Cylindrical-coordinate representation of color #FEA086: hue angle of 13º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEA086 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 134 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.00 |
| HSL | 13º | 0.98% | 0.76% | - |
| HSV(B) | 13º | 0.47% | 1% | - |
| XYZ | 57.75 | 47.93 | 28.76 | - |
| YUV | 185.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 134 | 0 | 0.37 | 0.47 | 0.00 | 13 | 0.98 | 0.76 |
| Hex | FE | A0 | 86 | 0 | 25 | 2F | 0 | D | 62 | 4C |
| Octal | 376 | 240 | 206 | 0 | 45 | 57 | 0 | 15 | 142 | 114 |
| Binary | 11111110 | 10100000 | 10000110 | 0 | 100101 | 101111 | 0 | 1101 | 1100010 | 1001100 |
Color Harmonies of #FEA086
Complementary color
Monochromatic Colors of #FEA086
Black with #FEA086
Text Example
Text Example
White with #FEA086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA086; }
p { color: rgb(254,160,134); }
H1.HeaderClassName
{
color: #FEA086;
}
.AnyTagClassName
{
color: #FEA086;
}
</style>
background-color css
<style>
a { background-color: #FEA086; }
a { background-color: rgb(254,160,134); }
div.DivClassName
{
background-color: #FEA086;
}
.BgClassName
{
background-color: #FEA086;
}
</style>
border-color css
<style>
span { border-color: #FEA086; }
span { border-color: rgb(254,160,134); }
td.TdClassName
{
border-color: #FEA086;
}
.TagClassName
{
border-color: #FEA086;
}
</style>