Shades of Vivid Tangerine #FE9372
Tints of Vivid Tangerine #FE9372
RGB
CMYK
RGB Variations
Color information
#FE9372 (or 0xFE9372) is known color: Vivid Tangerine. HEX triplet: FE, 93 and 72. RGB value is (254,147,114). Sum of RGB (Red+Green+Blue) = 254+147+114=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9372 is #016C8D. Grayscale: #AFAFAF. Windows color (decimal): -93326 or 7508990. OLE color: 7508990.
HSL color Cylindrical-coordinate representation of color #FE9372: hue angle of 14.14º 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 #FE9372 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 114 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.00 |
| HSL | 14.14º | 0.99% | 0.72% | - |
| HSV(B) | 14.14º | 0.55% | 1% | - |
| XYZ | 54.34 | 43.15 | 21.38 | - |
| YUV | 175.23 | 93.45 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 114 | 0 | 0.42 | 0.55 | 0.00 | 14.14 | 0.99 | 0.72 |
| Hex | FE | 93 | 72 | 0 | 2A | 37 | 0 | E | 63 | 48 |
| Octal | 376 | 223 | 162 | 0 | 52 | 67 | 0 | 16 | 143 | 110 |
| Binary | 11111110 | 10010011 | 1110010 | 0 | 101010 | 110111 | 0 | 1110 | 1100011 | 1001000 |
Color Harmonies of #FE9372
Complementary color
Monochromatic Colors of #FE9372
Black with #FE9372
Text Example
Text Example
White with #FE9372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9372; }
p { color: rgb(254,147,114); }
H1.HeaderClassName
{
color: #FE9372;
}
.AnyTagClassName
{
color: #FE9372;
}
</style>
background-color css
<style>
a { background-color: #FE9372; }
a { background-color: rgb(254,147,114); }
div.DivClassName
{
background-color: #FE9372;
}
.BgClassName
{
background-color: #FE9372;
}
</style>
border-color css
<style>
span { border-color: #FE9372; }
span { border-color: rgb(254,147,114); }
td.TdClassName
{
border-color: #FE9372;
}
.TagClassName
{
border-color: #FE9372;
}
</style>