#FE0700 (or 0xFE0700) is unknown color: approx Red. HEX triplet: FE, 07 and 00. RGB value is (254,7,0). Sum of RGB (Red+Green+Blue) = 254+7+0=261 (34% of max value = 765). Red value is 254 (99.61% from 255 or 97.32% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0700 is #01F8FF. Grayscale: #505050. Windows color (decimal): -129280 or 2046. OLE color: 2046.
HSL color Cylindrical-coordinate representation of color #FE0700: hue angle of 1.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.00.
<style> p { color: #FE0700; } p { color: rgb(254,7,0); } H1.HeaderClassName { color: #FE0700; } .AnyTagClassName { color: #FE0700; } </style>
<style> a { background-color: #FE0700; } a { background-color: rgb(254,7,0); } div.DivClassName { background-color: #FE0700; } .BgClassName { background-color: #FE0700; } </style>
<style> span { border-color: #FE0700; } span { border-color: rgb(254,7,0); } td.TdClassName { border-color: #FE0700; } .TagClassName { border-color: #FE0700; } </style>