Shades of Vivid Tangerine #FE9F85
Tints of Vivid Tangerine #FE9F85
RGB
CMYK
RGB Variations
Color information
#FE9F85 (or 0xFE9F85) is known color: Vivid Tangerine. HEX triplet: FE, 9F and 85. RGB value is (254,159,133). Sum of RGB (Red+Green+Blue) = 254+159+133=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F85 is #01607A. Grayscale: #B8B8B8. Windows color (decimal): -90235 or 8757246. OLE color: 8757246.
HSL color Cylindrical-coordinate representation of color #FE9F85: hue angle of 12.89º 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 #FE9F85 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 133 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.00 |
| HSL | 12.89º | 0.98% | 0.76% | - |
| HSV(B) | 12.89º | 0.48% | 1% | - |
| XYZ | 57.5 | 47.56 | 28.34 | - |
| YUV | 184.44 | 98.97 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 133 | 0 | 0.37 | 0.48 | 0.00 | 12.89 | 0.98 | 0.76 |
| Hex | FE | 9F | 85 | 0 | 25 | 30 | 0 | D | 62 | 4C |
| Octal | 376 | 237 | 205 | 0 | 45 | 60 | 0 | 15 | 142 | 114 |
| Binary | 11111110 | 10011111 | 10000101 | 0 | 100101 | 110000 | 0 | 1101 | 1100010 | 1001100 |
Color Harmonies of #FE9F85
Complementary color
Monochromatic Colors of #FE9F85
Black with #FE9F85
Text Example
Text Example
White with #FE9F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F85; }
p { color: rgb(254,159,133); }
H1.HeaderClassName
{
color: #FE9F85;
}
.AnyTagClassName
{
color: #FE9F85;
}
</style>
background-color css
<style>
a { background-color: #FE9F85; }
a { background-color: rgb(254,159,133); }
div.DivClassName
{
background-color: #FE9F85;
}
.BgClassName
{
background-color: #FE9F85;
}
</style>
border-color css
<style>
span { border-color: #FE9F85; }
span { border-color: rgb(254,159,133); }
td.TdClassName
{
border-color: #FE9F85;
}
.TagClassName
{
border-color: #FE9F85;
}
</style>