#FFA07D (or 0xFFA07D) is unknown color: approx Light Salmon. HEX triplet: FF, A0 and 7D. RGB value is (255,160,125). Sum of RGB (Red+Green+Blue) = 255+160+125=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA07D is #005F82. Grayscale: #B8B8B8. Windows color (decimal): -24451 or 8233215. OLE color: 8233215.
HSL color Cylindrical-coordinate representation of color #FFA07D: hue angle of 16.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFA07D is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.
<style> p { color: #FFA07D; } p { color: rgb(255,160,125); } H1.HeaderClassName { color: #FFA07D; } .AnyTagClassName { color: #FFA07D; } </style>
<style> a { background-color: #FFA07D; } a { background-color: rgb(255,160,125); } div.DivClassName { background-color: #FFA07D; } .BgClassName { background-color: #FFA07D; } </style>
<style> span { border-color: #FFA07D; } span { border-color: rgb(255,160,125); } td.TdClassName { border-color: #FFA07D; } .TagClassName { border-color: #FFA07D; } </style>