#FF3E20 (or 0xFF3E20) is unknown color: approx Red Orange. HEX triplet: FF, 3E and 20. RGB value is (255,62,32). Sum of RGB (Red+Green+Blue) = 255+62+32=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3E20 is #00C1DF. Grayscale: #747474. Windows color (decimal): -49632 or 2113279. OLE color: 2113279.
HSL color Cylindrical-coordinate representation of color #FF3E20: hue angle of 8.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF3E20 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.
<style> p { color: #ff3e20; } p { color: rgb(255,62,32); } H1.HeaderClassName { color: #ff3e20; } .AnyTagClassName { color: #ff3e20; } </style>
<style> a { background-color: #ff3e20; } a { background-color: rgb(255,62,32); } div.DivClassName { background-color: #ff3e20; } .BgClassName { background-color: #ff3e20; } </style>
<style> span { border-color: #ff3e20; } span { border-color: rgb(255,62,32); } td.TdClassName { border-color: #ff3e20; } .TagClassName { border-color: #ff3e20; } </style>