Shades of Outrageous Orange #FE5425
Tints of Outrageous Orange #FE5425
RGB
CMYK
RGB Variations
Color information
#FE5425 (or 0xFE5425) is known color: Outrageous Orange. HEX triplet: FE, 54 and 25. RGB value is (254,84,37). Sum of RGB (Red+Green+Blue) = 254+84+37=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5425 is #01ABDA. Grayscale: #818181. Windows color (decimal): -109531 or 2446590. OLE color: 2446590.
HSL color Cylindrical-coordinate representation of color #FE5425: hue angle of 13º 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 #FE5425 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 37 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.00 |
| HSL | 13º | 0.99% | 0.57% | - |
| HSV(B) | 13º | 0.85% | 1% | - |
| XYZ | 44.38 | 27.55 | 4.73 | - |
| YUV | 129.47 | 75.82 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 37 | 0 | 0.67 | 0.85 | 0.00 | 13 | 0.99 | 0.57 |
| Hex | FE | 54 | 25 | 0 | 43 | 55 | 0 | D | 63 | 39 |
| Octal | 376 | 124 | 45 | 0 | 103 | 125 | 0 | 15 | 143 | 71 |
| Binary | 11111110 | 1010100 | 100101 | 0 | 1000011 | 1010101 | 0 | 1101 | 1100011 | 111001 |
Color Harmonies of #FE5425
Complementary color
Monochromatic Colors of #FE5425
Black with #FE5425
Text Example
Text Example
White with #FE5425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5425; }
p { color: rgb(254,84,37); }
H1.HeaderClassName
{
color: #FE5425;
}
.AnyTagClassName
{
color: #FE5425;
}
</style>
background-color css
<style>
a { background-color: #FE5425; }
a { background-color: rgb(254,84,37); }
div.DivClassName
{
background-color: #FE5425;
}
.BgClassName
{
background-color: #FE5425;
}
</style>
border-color css
<style>
span { border-color: #FE5425; }
span { border-color: rgb(254,84,37); }
td.TdClassName
{
border-color: #FE5425;
}
.TagClassName
{
border-color: #FE5425;
}
</style>