Shades of Outrageous Orange #FE5D25
Tints of Outrageous Orange #FE5D25
RGB
CMYK
RGB Variations
Color information
#FE5D25 (or 0xFE5D25) is known color: Outrageous Orange. HEX triplet: FE, 5D and 25. RGB value is (254,93,37). Sum of RGB (Red+Green+Blue) = 254+93+37=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5D25 is #01A2DA. Grayscale: #878787. Windows color (decimal): -107227 or 2448894. OLE color: 2448894.
HSL color Cylindrical-coordinate representation of color #FE5D25: hue angle of 15.48º 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 #FE5D25 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 37 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.00 |
| HSL | 15.48º | 0.99% | 0.57% | - |
| HSV(B) | 15.48º | 0.85% | 1% | - |
| XYZ | 45.12 | 29.03 | 4.98 | - |
| YUV | 134.76 | 72.84 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 37 | 0 | 0.63 | 0.85 | 0.00 | 15.48 | 0.99 | 0.57 |
| Hex | FE | 5D | 25 | 0 | 3F | 55 | 0 | F | 63 | 39 |
| Octal | 376 | 135 | 45 | 0 | 77 | 125 | 0 | 17 | 143 | 71 |
| Binary | 11111110 | 1011101 | 100101 | 0 | 111111 | 1010101 | 0 | 1111 | 1100011 | 111001 |
Color Harmonies of #FE5D25
Complementary color
Monochromatic Colors of #FE5D25
Black with #FE5D25
Text Example
Text Example
White with #FE5D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D25; }
p { color: rgb(254,93,37); }
H1.HeaderClassName
{
color: #FE5D25;
}
.AnyTagClassName
{
color: #FE5D25;
}
</style>
background-color css
<style>
a { background-color: #FE5D25; }
a { background-color: rgb(254,93,37); }
div.DivClassName
{
background-color: #FE5D25;
}
.BgClassName
{
background-color: #FE5D25;
}
</style>
border-color css
<style>
span { border-color: #FE5D25; }
span { border-color: rgb(254,93,37); }
td.TdClassName
{
border-color: #FE5D25;
}
.TagClassName
{
border-color: #FE5D25;
}
</style>