#FFA555 (or 0xFFA555) is unknown color: approx Texas Rose. HEX triplet: FF, A5 and 55. RGB value is (255,165,85). Sum of RGB (Red+Green+Blue) = 255+165+85=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA555 is #005AAA. Grayscale: #B7B7B7. Windows color (decimal): -23211 or 5613055. OLE color: 5613055.
HSL color Cylindrical-coordinate representation of color #FFA555: hue angle of 28.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFA555 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.
<style> p { color: #FFA555; } p { color: rgb(255,165,85); } H1.HeaderClassName { color: #FFA555; } .AnyTagClassName { color: #FFA555; } </style>
<style> a { background-color: #FFA555; } a { background-color: rgb(255,165,85); } div.DivClassName { background-color: #FFA555; } .BgClassName { background-color: #FFA555; } </style>
<style> span { border-color: #FFA555; } span { border-color: rgb(255,165,85); } td.TdClassName { border-color: #FFA555; } .TagClassName { border-color: #FFA555; } </style>