#FF4D2E (or 0xFF4D2E) is unknown color: approx Red Orange. HEX triplet: FF, 4D and 2E. RGB value is (255,77,46). Sum of RGB (Red+Green+Blue) = 255+77+46=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D2E is #00B2D1. Grayscale: #7E7E7E. Windows color (decimal): -45778 or 3034623. OLE color: 3034623.
HSL color Cylindrical-coordinate representation of color #FF4D2E: hue angle of 8.9º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF4D2E is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.
<style> p { color: #ff4d2e; } p { color: rgb(255,77,46); } H1.HeaderClassName { color: #ff4d2e; } .AnyTagClassName { color: #ff4d2e; } </style>
<style> a { background-color: #ff4d2e; } a { background-color: rgb(255,77,46); } div.DivClassName { background-color: #ff4d2e; } .BgClassName { background-color: #ff4d2e; } </style>
<style> span { border-color: #ff4d2e; } span { border-color: rgb(255,77,46); } td.TdClassName { border-color: #ff4d2e; } .TagClassName { border-color: #ff4d2e; } </style>