Shades of Outrageous Orange #FE582A
Tints of Outrageous Orange #FE582A
RGB
CMYK
RGB Variations
Color information
#FE582A (or 0xFE582A) is known color: Outrageous Orange. HEX triplet: FE, 58 and 2A. RGB value is (254,88,42). Sum of RGB (Red+Green+Blue) = 254+88+42=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE582A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE582A is #01A7D5. Grayscale: #848484. Windows color (decimal): -108502 or 2775294. OLE color: 2775294.
HSL color Cylindrical-coordinate representation of color #FE582A: hue angle of 13.02º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE582A is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 42 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.00 |
| HSL | 13.02º | 0.99% | 0.58% | - |
| HSV(B) | 13.02º | 0.83% | 1% | - |
| XYZ | 44.78 | 28.22 | 5.28 | - |
| YUV | 132.39 | 77 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 42 | 0 | 0.65 | 0.83 | 0.00 | 13.02 | 0.99 | 0.58 |
| Hex | FE | 58 | 2A | 0 | 41 | 53 | 0 | D | 63 | 3A |
| Octal | 376 | 130 | 52 | 0 | 101 | 123 | 0 | 15 | 143 | 72 |
| Binary | 11111110 | 1011000 | 101010 | 0 | 1000001 | 1010011 | 0 | 1101 | 1100011 | 111010 |
Color Harmonies of #FE582A
Complementary color
Monochromatic Colors of #FE582A
Black with #FE582A
Text Example
Text Example
White with #FE582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE582A; }
p { color: rgb(254,88,42); }
H1.HeaderClassName
{
color: #FE582A;
}
.AnyTagClassName
{
color: #FE582A;
}
</style>
background-color css
<style>
a { background-color: #FE582A; }
a { background-color: rgb(254,88,42); }
div.DivClassName
{
background-color: #FE582A;
}
.BgClassName
{
background-color: #FE582A;
}
</style>
border-color css
<style>
span { border-color: #FE582A; }
span { border-color: rgb(254,88,42); }
td.TdClassName
{
border-color: #FE582A;
}
.TagClassName
{
border-color: #FE582A;
}
</style>