Shades of Vivid Tangerine #FE9575
Tints of Vivid Tangerine #FE9575
RGB
CMYK
RGB Variations
Color information
#FE9575 (or 0xFE9575) is known color: Vivid Tangerine. HEX triplet: FE, 95 and 75. RGB value is (254,149,117). Sum of RGB (Red+Green+Blue) = 254+149+117=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9575 is #016A8A. Grayscale: #B0B0B0. Windows color (decimal): -92811 or 7706110. OLE color: 7706110.
HSL color Cylindrical-coordinate representation of color #FE9575: hue angle of 14.01º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE9575 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 117 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.00 |
| HSL | 14.01º | 0.99% | 0.73% | - |
| HSV(B) | 14.01º | 0.54% | 1% | - |
| XYZ | 54.83 | 43.85 | 22.4 | - |
| YUV | 176.75 | 94.29 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 117 | 0 | 0.41 | 0.54 | 0.00 | 14.01 | 0.99 | 0.73 |
| Hex | FE | 95 | 75 | 0 | 29 | 36 | 0 | E | 63 | 49 |
| Octal | 376 | 225 | 165 | 0 | 51 | 66 | 0 | 16 | 143 | 111 |
| Binary | 11111110 | 10010101 | 1110101 | 0 | 101001 | 110110 | 0 | 1110 | 1100011 | 1001001 |
Color Harmonies of #FE9575
Complementary color
Monochromatic Colors of #FE9575
Black with #FE9575
Text Example
Text Example
White with #FE9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9575; }
p { color: rgb(254,149,117); }
H1.HeaderClassName
{
color: #FE9575;
}
.AnyTagClassName
{
color: #FE9575;
}
</style>
background-color css
<style>
a { background-color: #FE9575; }
a { background-color: rgb(254,149,117); }
div.DivClassName
{
background-color: #FE9575;
}
.BgClassName
{
background-color: #FE9575;
}
</style>
border-color css
<style>
span { border-color: #FE9575; }
span { border-color: rgb(254,149,117); }
td.TdClassName
{
border-color: #FE9575;
}
.TagClassName
{
border-color: #FE9575;
}
</style>