Shades of Vivid Tangerine #FE9377
Tints of Vivid Tangerine #FE9377
RGB
CMYK
RGB Variations
Color information
#FE9377 (or 0xFE9377) is known color: Vivid Tangerine. HEX triplet: FE, 93 and 77. RGB value is (254,147,119). Sum of RGB (Red+Green+Blue) = 254+147+119=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9377 is #016C88. Grayscale: #B0B0B0. Windows color (decimal): -93321 or 7836670. OLE color: 7836670.
HSL color Cylindrical-coordinate representation of color #FE9377: hue angle of 12.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE9377 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 119 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.00 |
| HSL | 12.44º | 0.99% | 0.73% | - |
| HSV(B) | 12.44º | 0.53% | 1% | - |
| XYZ | 54.64 | 43.27 | 22.93 | - |
| YUV | 175.8 | 95.95 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 119 | 0 | 0.42 | 0.53 | 0.00 | 12.44 | 0.99 | 0.73 |
| Hex | FE | 93 | 77 | 0 | 2A | 35 | 0 | C | 63 | 49 |
| Octal | 376 | 223 | 167 | 0 | 52 | 65 | 0 | 14 | 143 | 111 |
| Binary | 11111110 | 10010011 | 1110111 | 0 | 101010 | 110101 | 0 | 1100 | 1100011 | 1001001 |
Color Harmonies of #FE9377
Complementary color
Monochromatic Colors of #FE9377
Black with #FE9377
Text Example
Text Example
White with #FE9377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9377; }
p { color: rgb(254,147,119); }
H1.HeaderClassName
{
color: #FE9377;
}
.AnyTagClassName
{
color: #FE9377;
}
</style>
background-color css
<style>
a { background-color: #FE9377; }
a { background-color: rgb(254,147,119); }
div.DivClassName
{
background-color: #FE9377;
}
.BgClassName
{
background-color: #FE9377;
}
</style>
border-color css
<style>
span { border-color: #FE9377; }
span { border-color: rgb(254,147,119); }
td.TdClassName
{
border-color: #FE9377;
}
.TagClassName
{
border-color: #FE9377;
}
</style>