Shades of Vivid Tangerine #FEA085
Tints of Vivid Tangerine #FEA085
RGB
CMYK
RGB Variations
Color information
#FEA085 (or 0xFEA085) is known color: Vivid Tangerine. HEX triplet: FE, A0 and 85. RGB value is (254,160,133). Sum of RGB (Red+Green+Blue) = 254+160+133=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA085 is #015F7A. Grayscale: #B9B9B9. Windows color (decimal): -89979 or 8757502. OLE color: 8757502.
HSL color Cylindrical-coordinate representation of color #FEA085: hue angle of 13.39º 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 #FEA085 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 133 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.00 |
| HSL | 13.39º | 0.98% | 0.76% | - |
| HSV(B) | 13.39º | 0.48% | 1% | - |
| XYZ | 57.68 | 47.91 | 28.4 | - |
| YUV | 185.03 | 98.64 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 133 | 0 | 0.37 | 0.48 | 0.00 | 13.39 | 0.98 | 0.76 |
| Hex | FE | A0 | 85 | 0 | 25 | 30 | 0 | D | 62 | 4C |
| Octal | 376 | 240 | 205 | 0 | 45 | 60 | 0 | 15 | 142 | 114 |
| Binary | 11111110 | 10100000 | 10000101 | 0 | 100101 | 110000 | 0 | 1101 | 1100010 | 1001100 |
Color Harmonies of #FEA085
Complementary color
Monochromatic Colors of #FEA085
Black with #FEA085
Text Example
Text Example
White with #FEA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA085; }
p { color: rgb(254,160,133); }
H1.HeaderClassName
{
color: #FEA085;
}
.AnyTagClassName
{
color: #FEA085;
}
</style>
background-color css
<style>
a { background-color: #FEA085; }
a { background-color: rgb(254,160,133); }
div.DivClassName
{
background-color: #FEA085;
}
.BgClassName
{
background-color: #FEA085;
}
</style>
border-color css
<style>
span { border-color: #FEA085; }
span { border-color: rgb(254,160,133); }
td.TdClassName
{
border-color: #FEA085;
}
.TagClassName
{
border-color: #FEA085;
}
</style>