Shades of Vivid Tangerine #FF9A80
Tints of Vivid Tangerine #FF9A80
RGB
CMYK
RGB Variations
Color information
#FF9A80 (or 0xFF9A80) is known color: Vivid Tangerine. HEX triplet: FF, 9A and 80. RGB value is (255,154,128). Sum of RGB (Red+Green+Blue) = 255+154+128=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9A80 is #00657F. Grayscale: #B5B5B5. Windows color (decimal): -25984 or 8428287. OLE color: 8428287.
HSL color Cylindrical-coordinate representation of color #FF9A80: hue angle of 12.28º 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 #FF9A80 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 128 | - |
| CMYK | 0 | 0.40 | 0.50 | 0 |
| HSL | 12.28º | 1% | 0.75% | - |
| HSV(B) | 12.28º | 0.5% | 1% | - |
| XYZ | 56.69 | 45.93 | 26.3 | - |
| YUV | 181.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 128 | 0 | 0.40 | 0.50 | 0 | 12.28 | 1 | 0.75 |
| Hex | FF | 9A | 80 | 0 | 28 | 32 | 0 | C | 64 | 4B |
| Octal | 377 | 232 | 200 | 0 | 50 | 62 | 0 | 14 | 144 | 113 |
| Binary | 11111111 | 10011010 | 10000000 | 0 | 101000 | 110010 | 0 | 1100 | 1100100 | 1001011 |
Color Harmonies of #FF9A80
Complementary color
Monochromatic Colors of #FF9A80
Black with #FF9A80
Text Example
Text Example
White with #FF9A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A80; }
p { color: rgb(255,154,128); }
H1.HeaderClassName
{
color: #FF9A80;
}
.AnyTagClassName
{
color: #FF9A80;
}
</style>
background-color css
<style>
a { background-color: #FF9A80; }
a { background-color: rgb(255,154,128); }
div.DivClassName
{
background-color: #FF9A80;
}
.BgClassName
{
background-color: #FF9A80;
}
</style>
border-color css
<style>
span { border-color: #FF9A80; }
span { border-color: rgb(255,154,128); }
td.TdClassName
{
border-color: #FF9A80;
}
.TagClassName
{
border-color: #FF9A80;
}
</style>