Shades of Outrageous Orange #FE5C1E
Tints of Outrageous Orange #FE5C1E
RGB
CMYK
RGB Variations
Color information
#FE5C1E (or 0xFE5C1E) is known color: Outrageous Orange. HEX triplet: FE, 5C and 1E. RGB value is (254,92,30). Sum of RGB (Red+Green+Blue) = 254+92+30=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5C1E is #01A3E1. Grayscale: #858585. Windows color (decimal): -107490 or 1989886. OLE color: 1989886.
HSL color Cylindrical-coordinate representation of color #FE5C1E: hue angle of 16.61º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE5C1E is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 30 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.00 |
| HSL | 16.61º | 0.99% | 0.56% | - |
| HSV(B) | 16.61º | 0.88% | 1% | - |
| XYZ | 44.93 | 28.82 | 4.42 | - |
| YUV | 133.37 | 69.67 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 30 | 0 | 0.64 | 0.88 | 0.00 | 16.61 | 0.99 | 0.56 |
| Hex | FE | 5C | 1E | 0 | 40 | 58 | 0 | 11 | 63 | 38 |
| Octal | 376 | 134 | 36 | 0 | 100 | 130 | 0 | 21 | 143 | 70 |
| Binary | 11111110 | 1011100 | 11110 | 0 | 1000000 | 1011000 | 0 | 10001 | 1100011 | 111000 |
Color Harmonies of #FE5C1E
Complementary color
Monochromatic Colors of #FE5C1E
Black with #FE5C1E
Text Example
Text Example
White with #FE5C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C1E; }
p { color: rgb(254,92,30); }
H1.HeaderClassName
{
color: #FE5C1E;
}
.AnyTagClassName
{
color: #FE5C1E;
}
</style>
background-color css
<style>
a { background-color: #FE5C1E; }
a { background-color: rgb(254,92,30); }
div.DivClassName
{
background-color: #FE5C1E;
}
.BgClassName
{
background-color: #FE5C1E;
}
</style>
border-color css
<style>
span { border-color: #FE5C1E; }
span { border-color: rgb(254,92,30); }
td.TdClassName
{
border-color: #FE5C1E;
}
.TagClassName
{
border-color: #FE5C1E;
}
</style>