#FF9980 (or 0xFF9980) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 99 and 80. RGB value is (255,153,128). Sum of RGB (Red+Green+Blue) = 255+153+128=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9980 is #00667F. Grayscale: #B4B4B4. Windows color (decimal): -26240 or 8428031. OLE color: 8428031.
HSL color Cylindrical-coordinate representation of color #FF9980: hue angle of 11.81º 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 #FF9980 is Cyan = 0, Magento = 0.4, Yellow = 0.50 and Black (K on CMYK) = 0.
<style> p { color: #FF9980; } p { color: rgb(255,153,128); } H1.HeaderClassName { color: #FF9980; } .AnyTagClassName { color: #FF9980; } </style>
<style> a { background-color: #FF9980; } a { background-color: rgb(255,153,128); } div.DivClassName { background-color: #FF9980; } .BgClassName { background-color: #FF9980; } </style>
<style> span { border-color: #FF9980; } span { border-color: rgb(255,153,128); } td.TdClassName { border-color: #FF9980; } .TagClassName { border-color: #FF9980; } </style>