Shades of Vivid Tangerine #FEA185
Tints of Vivid Tangerine #FEA185
RGB
CMYK
RGB Variations
Color information
#FEA185 (or 0xFEA185) is known color: Vivid Tangerine. HEX triplet: FE, A1 and 85. RGB value is (254,161,133). Sum of RGB (Red+Green+Blue) = 254+161+133=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA185 is #015E7A. Grayscale: #B9B9B9. Windows color (decimal): -89723 or 8757758. OLE color: 8757758.
HSL color Cylindrical-coordinate representation of color #FEA185: hue angle of 13.88º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEA185 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 133 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.00 |
| HSL | 13.88º | 0.98% | 0.76% | - |
| HSV(B) | 13.88º | 0.48% | 1% | - |
| XYZ | 57.85 | 48.25 | 28.46 | - |
| YUV | 185.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 133 | 0 | 0.37 | 0.48 | 0.00 | 13.88 | 0.98 | 0.76 |
| Hex | FE | A1 | 85 | 0 | 25 | 30 | 0 | E | 62 | 4C |
| Octal | 376 | 241 | 205 | 0 | 45 | 60 | 0 | 16 | 142 | 114 |
| Binary | 11111110 | 10100001 | 10000101 | 0 | 100101 | 110000 | 0 | 1110 | 1100010 | 1001100 |
Color Harmonies of #FEA185
Complementary color
Monochromatic Colors of #FEA185
Black with #FEA185
Text Example
Text Example
White with #FEA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA185; }
p { color: rgb(254,161,133); }
H1.HeaderClassName
{
color: #FEA185;
}
.AnyTagClassName
{
color: #FEA185;
}
</style>
background-color css
<style>
a { background-color: #FEA185; }
a { background-color: rgb(254,161,133); }
div.DivClassName
{
background-color: #FEA185;
}
.BgClassName
{
background-color: #FEA185;
}
</style>
border-color css
<style>
span { border-color: #FEA185; }
span { border-color: rgb(254,161,133); }
td.TdClassName
{
border-color: #FEA185;
}
.TagClassName
{
border-color: #FEA185;
}
</style>