#FF875C (or 0xFF875C) is unknown color: approx Coral. HEX triplet: FF, 87 and 5C. RGB value is (255,135,92). Sum of RGB (Red+Green+Blue) = 255+135+92=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF875C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF875C is #0078A3. Grayscale: #A6A6A6. Windows color (decimal): -30884 or 6064127. OLE color: 6064127.
HSL color Cylindrical-coordinate representation of color #FF875C: hue angle of 15.83º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF875C is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.
<style> p { color: #FF875C; } p { color: rgb(255,135,92); } H1.HeaderClassName { color: #FF875C; } .AnyTagClassName { color: #FF875C; } </style>
<style> a { background-color: #FF875C; } a { background-color: rgb(255,135,92); } div.DivClassName { background-color: #FF875C; } .BgClassName { background-color: #FF875C; } </style>
<style> span { border-color: #FF875C; } span { border-color: rgb(255,135,92); } td.TdClassName { border-color: #FF875C; } .TagClassName { border-color: #FF875C; } </style>