Shades of Vivid Tangerine #FE9B80
Tints of Vivid Tangerine #FE9B80
RGB
CMYK
RGB Variations
Color information
#FE9B80 (or 0xFE9B80) is known color: Vivid Tangerine. HEX triplet: FE, 9B and 80. RGB value is (254,155,128). Sum of RGB (Red+Green+Blue) = 254+155+128=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9B80 is #01647F. Grayscale: #B5B5B5. Windows color (decimal): -91264 or 8428542. OLE color: 8428542.
HSL color Cylindrical-coordinate representation of color #FE9B80: hue angle of 12.86º 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 #FE9B80 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 128 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.00 |
| HSL | 12.86º | 0.98% | 0.75% | - |
| HSV(B) | 12.86º | 0.5% | 1% | - |
| XYZ | 56.49 | 46.07 | 26.34 | - |
| YUV | 181.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 128 | 0 | 0.39 | 0.50 | 0.00 | 12.86 | 0.98 | 0.75 |
| Hex | FE | 9B | 80 | 0 | 27 | 32 | 0 | D | 62 | 4B |
| Octal | 376 | 233 | 200 | 0 | 47 | 62 | 0 | 15 | 142 | 113 |
| Binary | 11111110 | 10011011 | 10000000 | 0 | 100111 | 110010 | 0 | 1101 | 1100010 | 1001011 |
Color Harmonies of #FE9B80
Complementary color
Monochromatic Colors of #FE9B80
Black with #FE9B80
Text Example
Text Example
White with #FE9B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9B80; }
p { color: rgb(254,155,128); }
H1.HeaderClassName
{
color: #FE9B80;
}
.AnyTagClassName
{
color: #FE9B80;
}
</style>
background-color css
<style>
a { background-color: #FE9B80; }
a { background-color: rgb(254,155,128); }
div.DivClassName
{
background-color: #FE9B80;
}
.BgClassName
{
background-color: #FE9B80;
}
</style>
border-color css
<style>
span { border-color: #FE9B80; }
span { border-color: rgb(254,155,128); }
td.TdClassName
{
border-color: #FE9B80;
}
.TagClassName
{
border-color: #FE9B80;
}
</style>