Shades of Vivid Tangerine #FE9476
Tints of Vivid Tangerine #FE9476
RGB
CMYK
RGB Variations
Color information
#FE9476 (or 0xFE9476) is known color: Vivid Tangerine. HEX triplet: FE, 94 and 76. RGB value is (254,148,118). Sum of RGB (Red+Green+Blue) = 254+148+118=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9476 is #016B89. Grayscale: #B0B0B0. Windows color (decimal): -93066 or 7771390. OLE color: 7771390.
HSL color Cylindrical-coordinate representation of color #FE9476: hue angle of 13.24º 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 #FE9476 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 118 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.00 |
| HSL | 13.24º | 0.99% | 0.73% | - |
| HSV(B) | 13.24º | 0.54% | 1% | - |
| XYZ | 54.73 | 43.56 | 22.66 | - |
| YUV | 176.27 | 95.12 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 118 | 0 | 0.42 | 0.54 | 0.00 | 13.24 | 0.99 | 0.73 |
| Hex | FE | 94 | 76 | 0 | 2A | 36 | 0 | D | 63 | 49 |
| Octal | 376 | 224 | 166 | 0 | 52 | 66 | 0 | 15 | 143 | 111 |
| Binary | 11111110 | 10010100 | 1110110 | 0 | 101010 | 110110 | 0 | 1101 | 1100011 | 1001001 |
Color Harmonies of #FE9476
Complementary color
Monochromatic Colors of #FE9476
Black with #FE9476
Text Example
Text Example
White with #FE9476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9476; }
p { color: rgb(254,148,118); }
H1.HeaderClassName
{
color: #FE9476;
}
.AnyTagClassName
{
color: #FE9476;
}
</style>
background-color css
<style>
a { background-color: #FE9476; }
a { background-color: rgb(254,148,118); }
div.DivClassName
{
background-color: #FE9476;
}
.BgClassName
{
background-color: #FE9476;
}
</style>
border-color css
<style>
span { border-color: #FE9476; }
span { border-color: rgb(254,148,118); }
td.TdClassName
{
border-color: #FE9476;
}
.TagClassName
{
border-color: #FE9476;
}
</style>