Shades of Vivid Tangerine #FF9B80
Tints of Vivid Tangerine #FF9B80
RGB
CMYK
RGB Variations
Color information
#FF9B80 (or 0xFF9B80) is known color: Vivid Tangerine. HEX triplet: FF, 9B and 80. RGB value is (255,155,128). Sum of RGB (Red+Green+Blue) = 255+155+128=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9B80 is #00647F. Grayscale: #B6B6B6. Windows color (decimal): -25728 or 8428543. OLE color: 8428543.
HSL color Cylindrical-coordinate representation of color #FF9B80: hue angle of 12.76º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF9B80 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 128 | - |
| CMYK | 0 | 0.39 | 0.50 | 0 |
| HSL | 12.76º | 1% | 0.75% | - |
| HSV(B) | 12.76º | 0.5% | 1% | - |
| XYZ | 56.86 | 46.26 | 26.35 | - |
| YUV | 181.82 | 97.63 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 128 | 0 | 0.39 | 0.50 | 0 | 12.76 | 1 | 0.75 |
| Hex | FF | 9B | 80 | 0 | 27 | 32 | 0 | D | 64 | 4B |
| Octal | 377 | 233 | 200 | 0 | 47 | 62 | 0 | 15 | 144 | 113 |
| Binary | 11111111 | 10011011 | 10000000 | 0 | 100111 | 110010 | 0 | 1101 | 1100100 | 1001011 |
Color Harmonies of #FF9B80
Complementary color
Monochromatic Colors of #FF9B80
Black with #FF9B80
Text Example
Text Example
White with #FF9B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B80; }
p { color: rgb(255,155,128); }
H1.HeaderClassName
{
color: #FF9B80;
}
.AnyTagClassName
{
color: #FF9B80;
}
</style>
background-color css
<style>
a { background-color: #FF9B80; }
a { background-color: rgb(255,155,128); }
div.DivClassName
{
background-color: #FF9B80;
}
.BgClassName
{
background-color: #FF9B80;
}
</style>
border-color css
<style>
span { border-color: #FF9B80; }
span { border-color: rgb(255,155,128); }
td.TdClassName
{
border-color: #FF9B80;
}
.TagClassName
{
border-color: #FF9B80;
}
</style>