Shades of Vivid Tangerine #FE9380
Tints of Vivid Tangerine #FE9380
RGB
CMYK
RGB Variations
Color information
#FE9380 (or 0xFE9380) is known color: Vivid Tangerine. HEX triplet: FE, 93 and 80. RGB value is (254,147,128). Sum of RGB (Red+Green+Blue) = 254+147+128=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9380 is #016C7F. Grayscale: #B1B1B1. Windows color (decimal): -93312 or 8426494. OLE color: 8426494.
HSL color Cylindrical-coordinate representation of color #FE9380: hue angle of 9.05º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE9380 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 128 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.00 |
| HSL | 9.05º | 0.98% | 0.75% | - |
| HSV(B) | 9.05º | 0.5% | 1% | - |
| XYZ | 55.2 | 43.5 | 25.91 | - |
| YUV | 176.83 | 100.45 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 128 | 0 | 0.42 | 0.50 | 0.00 | 9.05 | 0.98 | 0.75 |
| Hex | FE | 93 | 80 | 0 | 2A | 32 | 0 | 9 | 62 | 4B |
| Octal | 376 | 223 | 200 | 0 | 52 | 62 | 0 | 11 | 142 | 113 |
| Binary | 11111110 | 10010011 | 10000000 | 0 | 101010 | 110010 | 0 | 1001 | 1100010 | 1001011 |
Color Harmonies of #FE9380
Complementary color
Monochromatic Colors of #FE9380
Black with #FE9380
Text Example
Text Example
White with #FE9380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9380; }
p { color: rgb(254,147,128); }
H1.HeaderClassName
{
color: #FE9380;
}
.AnyTagClassName
{
color: #FE9380;
}
</style>
background-color css
<style>
a { background-color: #FE9380; }
a { background-color: rgb(254,147,128); }
div.DivClassName
{
background-color: #FE9380;
}
.BgClassName
{
background-color: #FE9380;
}
</style>
border-color css
<style>
span { border-color: #FE9380; }
span { border-color: rgb(254,147,128); }
td.TdClassName
{
border-color: #FE9380;
}
.TagClassName
{
border-color: #FE9380;
}
</style>