Shades of Vivid Tangerine #FEA184
Tints of Vivid Tangerine #FEA184
RGB
CMYK
RGB Variations
Color information
#FEA184 (or 0xFEA184) is known color: Vivid Tangerine. HEX triplet: FE, A1 and 84. RGB value is (254,161,132). Sum of RGB (Red+Green+Blue) = 254+161+132=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA184 is #015E7B. Grayscale: #B9B9B9. Windows color (decimal): -89724 or 8692222. OLE color: 8692222.
HSL color Cylindrical-coordinate representation of color #FEA184: hue angle of 14.26º 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 #FEA184 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 132 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.00 |
| HSL | 14.26º | 0.98% | 0.76% | - |
| HSV(B) | 14.26º | 0.48% | 1% | - |
| XYZ | 57.78 | 48.23 | 28.09 | - |
| YUV | 185.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 132 | 0 | 0.37 | 0.48 | 0.00 | 14.26 | 0.98 | 0.76 |
| Hex | FE | A1 | 84 | 0 | 25 | 30 | 0 | E | 62 | 4C |
| Octal | 376 | 241 | 204 | 0 | 45 | 60 | 0 | 16 | 142 | 114 |
| Binary | 11111110 | 10100001 | 10000100 | 0 | 100101 | 110000 | 0 | 1110 | 1100010 | 1001100 |
Color Harmonies of #FEA184
Complementary color
Monochromatic Colors of #FEA184
Black with #FEA184
Text Example
Text Example
White with #FEA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA184; }
p { color: rgb(254,161,132); }
H1.HeaderClassName
{
color: #FEA184;
}
.AnyTagClassName
{
color: #FEA184;
}
</style>
background-color css
<style>
a { background-color: #FEA184; }
a { background-color: rgb(254,161,132); }
div.DivClassName
{
background-color: #FEA184;
}
.BgClassName
{
background-color: #FEA184;
}
</style>
border-color css
<style>
span { border-color: #FEA184; }
span { border-color: rgb(254,161,132); }
td.TdClassName
{
border-color: #FEA184;
}
.TagClassName
{
border-color: #FEA184;
}
</style>