Shades of Vivid Tangerine #FE9E85
Tints of Vivid Tangerine #FE9E85
RGB
CMYK
RGB Variations
Color information
#FE9E85 (or 0xFE9E85) is known color: Vivid Tangerine. HEX triplet: FE, 9E and 85. RGB value is (254,158,133). Sum of RGB (Red+Green+Blue) = 254+158+133=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9E85 is #01617A. Grayscale: #B8B8B8. Windows color (decimal): -90491 or 8756990. OLE color: 8756990.
HSL color Cylindrical-coordinate representation of color #FE9E85: hue angle of 12.4º 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 #FE9E85 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 133 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.00 |
| HSL | 12.4º | 0.98% | 0.76% | - |
| HSV(B) | 12.4º | 0.48% | 1% | - |
| XYZ | 57.33 | 47.22 | 28.28 | - |
| YUV | 183.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 133 | 0 | 0.38 | 0.48 | 0.00 | 12.4 | 0.98 | 0.76 |
| Hex | FE | 9E | 85 | 0 | 26 | 30 | 0 | C | 62 | 4C |
| Octal | 376 | 236 | 205 | 0 | 46 | 60 | 0 | 14 | 142 | 114 |
| Binary | 11111110 | 10011110 | 10000101 | 0 | 100110 | 110000 | 0 | 1100 | 1100010 | 1001100 |
Color Harmonies of #FE9E85
Complementary color
Monochromatic Colors of #FE9E85
Black with #FE9E85
Text Example
Text Example
White with #FE9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E85; }
p { color: rgb(254,158,133); }
H1.HeaderClassName
{
color: #FE9E85;
}
.AnyTagClassName
{
color: #FE9E85;
}
</style>
background-color css
<style>
a { background-color: #FE9E85; }
a { background-color: rgb(254,158,133); }
div.DivClassName
{
background-color: #FE9E85;
}
.BgClassName
{
background-color: #FE9E85;
}
</style>
border-color css
<style>
span { border-color: #FE9E85; }
span { border-color: rgb(254,158,133); }
td.TdClassName
{
border-color: #FE9E85;
}
.TagClassName
{
border-color: #FE9E85;
}
</style>