Shades of Vivid Tangerine #FE9073
Tints of Vivid Tangerine #FE9073
RGB
CMYK
RGB Variations
Color information
#FE9073 (or 0xFE9073) is known color: Vivid Tangerine. HEX triplet: FE, 90 and 73. RGB value is (254,144,115). Sum of RGB (Red+Green+Blue) = 254+144+115=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9073 is #016F8C. Grayscale: #ADADAD. Windows color (decimal): -94093 or 7573758. OLE color: 7573758.
HSL color Cylindrical-coordinate representation of color #FE9073: hue angle of 12.52º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE9073 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 115 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.00 |
| HSL | 12.52º | 0.99% | 0.72% | - |
| HSV(B) | 12.52º | 0.55% | 1% | - |
| XYZ | 53.94 | 42.26 | 21.53 | - |
| YUV | 173.58 | 94.94 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 115 | 0 | 0.43 | 0.55 | 0.00 | 12.52 | 0.99 | 0.72 |
| Hex | FE | 90 | 73 | 0 | 2B | 37 | 0 | D | 63 | 48 |
| Octal | 376 | 220 | 163 | 0 | 53 | 67 | 0 | 15 | 143 | 110 |
| Binary | 11111110 | 10010000 | 1110011 | 0 | 101011 | 110111 | 0 | 1101 | 1100011 | 1001000 |
Color Harmonies of #FE9073
Complementary color
Monochromatic Colors of #FE9073
Black with #FE9073
Text Example
Text Example
White with #FE9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9073; }
p { color: rgb(254,144,115); }
H1.HeaderClassName
{
color: #FE9073;
}
.AnyTagClassName
{
color: #FE9073;
}
</style>
background-color css
<style>
a { background-color: #FE9073; }
a { background-color: rgb(254,144,115); }
div.DivClassName
{
background-color: #FE9073;
}
.BgClassName
{
background-color: #FE9073;
}
</style>
border-color css
<style>
span { border-color: #FE9073; }
span { border-color: rgb(254,144,115); }
td.TdClassName
{
border-color: #FE9073;
}
.TagClassName
{
border-color: #FE9073;
}
</style>