Shades of Vivid Tangerine #FE9175
Tints of Vivid Tangerine #FE9175
RGB
CMYK
RGB Variations
Color information
#FE9175 (or 0xFE9175) is known color: Vivid Tangerine. HEX triplet: FE, 91 and 75. RGB value is (254,145,117). Sum of RGB (Red+Green+Blue) = 254+145+117=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9175 is #016E8A. Grayscale: #AEAEAE. Windows color (decimal): -93835 or 7705086. OLE color: 7705086.
HSL color Cylindrical-coordinate representation of color #FE9175: hue angle of 12.26º 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 #FE9175 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 117 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.00 |
| HSL | 12.26º | 0.99% | 0.73% | - |
| HSV(B) | 12.26º | 0.54% | 1% | - |
| XYZ | 54.21 | 42.61 | 22.2 | - |
| YUV | 174.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 117 | 0 | 0.43 | 0.54 | 0.00 | 12.26 | 0.99 | 0.73 |
| Hex | FE | 91 | 75 | 0 | 2B | 36 | 0 | C | 63 | 49 |
| Octal | 376 | 221 | 165 | 0 | 53 | 66 | 0 | 14 | 143 | 111 |
| Binary | 11111110 | 10010001 | 1110101 | 0 | 101011 | 110110 | 0 | 1100 | 1100011 | 1001001 |
Color Harmonies of #FE9175
Complementary color
Monochromatic Colors of #FE9175
Black with #FE9175
Text Example
Text Example
White with #FE9175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9175; }
p { color: rgb(254,145,117); }
H1.HeaderClassName
{
color: #FE9175;
}
.AnyTagClassName
{
color: #FE9175;
}
</style>
background-color css
<style>
a { background-color: #FE9175; }
a { background-color: rgb(254,145,117); }
div.DivClassName
{
background-color: #FE9175;
}
.BgClassName
{
background-color: #FE9175;
}
</style>
border-color css
<style>
span { border-color: #FE9175; }
span { border-color: rgb(254,145,117); }
td.TdClassName
{
border-color: #FE9175;
}
.TagClassName
{
border-color: #FE9175;
}
</style>