Shades of Vivid Tangerine #FF9080
Tints of Vivid Tangerine #FF9080
RGB
CMYK
RGB Variations
Color information
#FF9080 (or 0xFF9080) is known color: Vivid Tangerine. HEX triplet: FF, 90 and 80. RGB value is (255,144,128). Sum of RGB (Red+Green+Blue) = 255+144+128=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9080 is #006F7F. Grayscale: #AFAFAF. Windows color (decimal): -28544 or 8425727. OLE color: 8425727.
HSL color Cylindrical-coordinate representation of color #FF9080: hue angle of 7.56º 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 #FF9080 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 128 | - |
| CMYK | 0 | 0.44 | 0.50 | 0 |
| HSL | 7.56º | 1% | 0.75% | - |
| HSV(B) | 7.56º | 0.5% | 1% | - |
| XYZ | 55.11 | 42.77 | 25.77 | - |
| YUV | 175.37 | 101.27 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 128 | 0 | 0.44 | 0.50 | 0 | 7.56 | 1 | 0.75 |
| Hex | FF | 90 | 80 | 0 | 2C | 32 | 0 | 8 | 64 | 4B |
| Octal | 377 | 220 | 200 | 0 | 54 | 62 | 0 | 10 | 144 | 113 |
| Binary | 11111111 | 10010000 | 10000000 | 0 | 101100 | 110010 | 0 | 1000 | 1100100 | 1001011 |
Color Harmonies of #FF9080
Complementary color
Monochromatic Colors of #FF9080
Black with #FF9080
Text Example
Text Example
White with #FF9080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9080; }
p { color: rgb(255,144,128); }
H1.HeaderClassName
{
color: #FF9080;
}
.AnyTagClassName
{
color: #FF9080;
}
</style>
background-color css
<style>
a { background-color: #FF9080; }
a { background-color: rgb(255,144,128); }
div.DivClassName
{
background-color: #FF9080;
}
.BgClassName
{
background-color: #FF9080;
}
</style>
border-color css
<style>
span { border-color: #FF9080; }
span { border-color: rgb(255,144,128); }
td.TdClassName
{
border-color: #FF9080;
}
.TagClassName
{
border-color: #FF9080;
}
</style>