Shades of Vivid Tangerine #FE9474
Tints of Vivid Tangerine #FE9474
RGB
CMYK
RGB Variations
Color information
#FE9474 (or 0xFE9474) is known color: Vivid Tangerine. HEX triplet: FE, 94 and 74. RGB value is (254,148,116). Sum of RGB (Red+Green+Blue) = 254+148+116=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9474 is #016B8B. Grayscale: #B0B0B0. Windows color (decimal): -93068 or 7640318. OLE color: 7640318.
HSL color Cylindrical-coordinate representation of color #FE9474: hue angle of 13.91º 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 #FE9474 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 116 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.00 |
| HSL | 13.91º | 0.99% | 0.73% | - |
| HSV(B) | 13.91º | 0.54% | 1% | - |
| XYZ | 54.62 | 43.51 | 22.04 | - |
| YUV | 176.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 116 | 0 | 0.42 | 0.54 | 0.00 | 13.91 | 0.99 | 0.73 |
| Hex | FE | 94 | 74 | 0 | 2A | 36 | 0 | E | 63 | 49 |
| Octal | 376 | 224 | 164 | 0 | 52 | 66 | 0 | 16 | 143 | 111 |
| Binary | 11111110 | 10010100 | 1110100 | 0 | 101010 | 110110 | 0 | 1110 | 1100011 | 1001001 |
Color Harmonies of #FE9474
Complementary color
Monochromatic Colors of #FE9474
Black with #FE9474
Text Example
Text Example
White with #FE9474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9474; }
p { color: rgb(254,148,116); }
H1.HeaderClassName
{
color: #FE9474;
}
.AnyTagClassName
{
color: #FE9474;
}
</style>
background-color css
<style>
a { background-color: #FE9474; }
a { background-color: rgb(254,148,116); }
div.DivClassName
{
background-color: #FE9474;
}
.BgClassName
{
background-color: #FE9474;
}
</style>
border-color css
<style>
span { border-color: #FE9474; }
span { border-color: rgb(254,148,116); }
td.TdClassName
{
border-color: #FE9474;
}
.TagClassName
{
border-color: #FE9474;
}
</style>