Shades of Vivid Tangerine #FE9375
Tints of Vivid Tangerine #FE9375
RGB
CMYK
RGB Variations
Color information
#FE9375 (or 0xFE9375) is known color: Vivid Tangerine. HEX triplet: FE, 93 and 75. RGB value is (254,147,117). Sum of RGB (Red+Green+Blue) = 254+147+117=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9375 is #016C8A. Grayscale: #AFAFAF. Windows color (decimal): -93323 or 7705598. OLE color: 7705598.
HSL color Cylindrical-coordinate representation of color #FE9375: hue angle of 13.14º 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 #FE9375 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 117 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.00 |
| HSL | 13.14º | 0.99% | 0.73% | - |
| HSV(B) | 13.14º | 0.54% | 1% | - |
| XYZ | 54.52 | 43.22 | 22.3 | - |
| YUV | 175.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 117 | 0 | 0.42 | 0.54 | 0.00 | 13.14 | 0.99 | 0.73 |
| Hex | FE | 93 | 75 | 0 | 2A | 36 | 0 | D | 63 | 49 |
| Octal | 376 | 223 | 165 | 0 | 52 | 66 | 0 | 15 | 143 | 111 |
| Binary | 11111110 | 10010011 | 1110101 | 0 | 101010 | 110110 | 0 | 1101 | 1100011 | 1001001 |
Color Harmonies of #FE9375
Complementary color
Monochromatic Colors of #FE9375
Black with #FE9375
Text Example
Text Example
White with #FE9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9375; }
p { color: rgb(254,147,117); }
H1.HeaderClassName
{
color: #FE9375;
}
.AnyTagClassName
{
color: #FE9375;
}
</style>
background-color css
<style>
a { background-color: #FE9375; }
a { background-color: rgb(254,147,117); }
div.DivClassName
{
background-color: #FE9375;
}
.BgClassName
{
background-color: #FE9375;
}
</style>
border-color css
<style>
span { border-color: #FE9375; }
span { border-color: rgb(254,147,117); }
td.TdClassName
{
border-color: #FE9375;
}
.TagClassName
{
border-color: #FE9375;
}
</style>