Shades of Vivid Tangerine #FE9076
Tints of Vivid Tangerine #FE9076
RGB
CMYK
RGB Variations
Color information
#FE9076 (or 0xFE9076) is known color: Vivid Tangerine. HEX triplet: FE, 90 and 76. RGB value is (254,144,118). Sum of RGB (Red+Green+Blue) = 254+144+118=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9076 is #016F89. Grayscale: #AEAEAE. Windows color (decimal): -94090 or 7770366. OLE color: 7770366.
HSL color Cylindrical-coordinate representation of color #FE9076: hue angle of 11.47º 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 #FE9076 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 118 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.00 |
| HSL | 11.47º | 0.99% | 0.73% | - |
| HSV(B) | 11.47º | 0.54% | 1% | - |
| XYZ | 54.12 | 42.33 | 22.46 | - |
| YUV | 173.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 118 | 0 | 0.43 | 0.54 | 0.00 | 11.47 | 0.99 | 0.73 |
| Hex | FE | 90 | 76 | 0 | 2B | 36 | 0 | B | 63 | 49 |
| Octal | 376 | 220 | 166 | 0 | 53 | 66 | 0 | 13 | 143 | 111 |
| Binary | 11111110 | 10010000 | 1110110 | 0 | 101011 | 110110 | 0 | 1011 | 1100011 | 1001001 |
Color Harmonies of #FE9076
Complementary color
Monochromatic Colors of #FE9076
Black with #FE9076
Text Example
Text Example
White with #FE9076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9076; }
p { color: rgb(254,144,118); }
H1.HeaderClassName
{
color: #FE9076;
}
.AnyTagClassName
{
color: #FE9076;
}
</style>
background-color css
<style>
a { background-color: #FE9076; }
a { background-color: rgb(254,144,118); }
div.DivClassName
{
background-color: #FE9076;
}
.BgClassName
{
background-color: #FE9076;
}
</style>
border-color css
<style>
span { border-color: #FE9076; }
span { border-color: rgb(254,144,118); }
td.TdClassName
{
border-color: #FE9076;
}
.TagClassName
{
border-color: #FE9076;
}
</style>