Shades of Outrageous Orange #FE5127
Tints of Outrageous Orange #FE5127
RGB
CMYK
RGB Variations
Color information
#FE5127 (or 0xFE5127) is known color: Outrageous Orange. HEX triplet: FE, 51 and 27. RGB value is (254,81,39). Sum of RGB (Red+Green+Blue) = 254+81+39=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5127 is #01AED8. Grayscale: #808080. Windows color (decimal): -110297 or 2576894. OLE color: 2576894.
HSL color Cylindrical-coordinate representation of color #FE5127: hue angle of 11.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE5127 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 39 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.00 |
| HSL | 11.72º | 0.99% | 0.57% | - |
| HSV(B) | 11.72º | 0.85% | 1% | - |
| XYZ | 44.18 | 27.1 | 4.82 | - |
| YUV | 127.94 | 77.81 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 39 | 0 | 0.68 | 0.85 | 0.00 | 11.72 | 0.99 | 0.57 |
| Hex | FE | 51 | 27 | 0 | 44 | 55 | 0 | C | 63 | 39 |
| Octal | 376 | 121 | 47 | 0 | 104 | 125 | 0 | 14 | 143 | 71 |
| Binary | 11111110 | 1010001 | 100111 | 0 | 1000100 | 1010101 | 0 | 1100 | 1100011 | 111001 |
Color Harmonies of #FE5127
Complementary color
Monochromatic Colors of #FE5127
Black with #FE5127
Text Example
Text Example
White with #FE5127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5127; }
p { color: rgb(254,81,39); }
H1.HeaderClassName
{
color: #FE5127;
}
.AnyTagClassName
{
color: #FE5127;
}
</style>
background-color css
<style>
a { background-color: #FE5127; }
a { background-color: rgb(254,81,39); }
div.DivClassName
{
background-color: #FE5127;
}
.BgClassName
{
background-color: #FE5127;
}
</style>
border-color css
<style>
span { border-color: #FE5127; }
span { border-color: rgb(254,81,39); }
td.TdClassName
{
border-color: #FE5127;
}
.TagClassName
{
border-color: #FE5127;
}
</style>