Shades of Vivid Tangerine #FEA186
Tints of Vivid Tangerine #FEA186
RGB
CMYK
RGB Variations
Color information
#FEA186 (or 0xFEA186) is known color: Vivid Tangerine. HEX triplet: FE, A1 and 86. RGB value is (254,161,134). Sum of RGB (Red+Green+Blue) = 254+161+134=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA186 is #015E79. Grayscale: #B9B9B9. Windows color (decimal): -89722 or 8823294. OLE color: 8823294.
HSL color Cylindrical-coordinate representation of color #FEA186: hue angle of 13.5º 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 #FEA186 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 134 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.00 |
| HSL | 13.5º | 0.98% | 0.76% | - |
| HSV(B) | 13.5º | 0.47% | 1% | - |
| XYZ | 57.92 | 48.28 | 28.82 | - |
| YUV | 185.73 | 98.81 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 134 | 0 | 0.37 | 0.47 | 0.00 | 13.5 | 0.98 | 0.76 |
| Hex | FE | A1 | 86 | 0 | 25 | 2F | 0 | E | 62 | 4C |
| Octal | 376 | 241 | 206 | 0 | 45 | 57 | 0 | 16 | 142 | 114 |
| Binary | 11111110 | 10100001 | 10000110 | 0 | 100101 | 101111 | 0 | 1110 | 1100010 | 1001100 |
Color Harmonies of #FEA186
Complementary color
Monochromatic Colors of #FEA186
Black with #FEA186
Text Example
Text Example
White with #FEA186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA186; }
p { color: rgb(254,161,134); }
H1.HeaderClassName
{
color: #FEA186;
}
.AnyTagClassName
{
color: #FEA186;
}
</style>
background-color css
<style>
a { background-color: #FEA186; }
a { background-color: rgb(254,161,134); }
div.DivClassName
{
background-color: #FEA186;
}
.BgClassName
{
background-color: #FEA186;
}
</style>
border-color css
<style>
span { border-color: #FEA186; }
span { border-color: rgb(254,161,134); }
td.TdClassName
{
border-color: #FEA186;
}
.TagClassName
{
border-color: #FEA186;
}
</style>