Shades of Vivid Tangerine #FE9172
Tints of Vivid Tangerine #FE9172
RGB
CMYK
RGB Variations
Color information
#FE9172 (or 0xFE9172) is known color: Vivid Tangerine. HEX triplet: FE, 91 and 72. RGB value is (254,145,114). Sum of RGB (Red+Green+Blue) = 254+145+114=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9172 is #016E8D. Grayscale: #AEAEAE. Windows color (decimal): -93838 or 7508478. OLE color: 7508478.
HSL color Cylindrical-coordinate representation of color #FE9172: hue angle of 13.29º 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 #FE9172 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 114 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.00 |
| HSL | 13.29º | 0.99% | 0.72% | - |
| HSV(B) | 13.29º | 0.55% | 1% | - |
| XYZ | 54.04 | 42.54 | 21.28 | - |
| YUV | 174.06 | 94.11 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 114 | 0 | 0.43 | 0.55 | 0.00 | 13.29 | 0.99 | 0.72 |
| Hex | FE | 91 | 72 | 0 | 2B | 37 | 0 | D | 63 | 48 |
| Octal | 376 | 221 | 162 | 0 | 53 | 67 | 0 | 15 | 143 | 110 |
| Binary | 11111110 | 10010001 | 1110010 | 0 | 101011 | 110111 | 0 | 1101 | 1100011 | 1001000 |
Color Harmonies of #FE9172
Complementary color
Monochromatic Colors of #FE9172
Black with #FE9172
Text Example
Text Example
White with #FE9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9172; }
p { color: rgb(254,145,114); }
H1.HeaderClassName
{
color: #FE9172;
}
.AnyTagClassName
{
color: #FE9172;
}
</style>
background-color css
<style>
a { background-color: #FE9172; }
a { background-color: rgb(254,145,114); }
div.DivClassName
{
background-color: #FE9172;
}
.BgClassName
{
background-color: #FE9172;
}
</style>
border-color css
<style>
span { border-color: #FE9172; }
span { border-color: rgb(254,145,114); }
td.TdClassName
{
border-color: #FE9172;
}
.TagClassName
{
border-color: #FE9172;
}
</style>