Shades of Outrageous Orange #FE581C
Tints of Outrageous Orange #FE581C
RGB
CMYK
RGB Variations
Color information
#FE581C (or 0xFE581C) is known color: Outrageous Orange. HEX triplet: FE, 58 and 1C. RGB value is (254,88,28). Sum of RGB (Red+Green+Blue) = 254+88+28=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE581C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE581C is #01A7E3. Grayscale: #838383. Windows color (decimal): -108516 or 1857790. OLE color: 1857790.
HSL color Cylindrical-coordinate representation of color #FE581C: hue angle of 15.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE581C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 28 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.00 |
| HSL | 15.93º | 0.99% | 0.55% | - |
| HSV(B) | 15.93º | 0.89% | 1% | - |
| XYZ | 44.57 | 28.13 | 4.18 | - |
| YUV | 130.79 | 70 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 28 | 0 | 0.65 | 0.89 | 0.00 | 15.93 | 0.99 | 0.55 |
| Hex | FE | 58 | 1C | 0 | 41 | 59 | 0 | 10 | 63 | 37 |
| Octal | 376 | 130 | 34 | 0 | 101 | 131 | 0 | 20 | 143 | 67 |
| Binary | 11111110 | 1011000 | 11100 | 0 | 1000001 | 1011001 | 0 | 10000 | 1100011 | 110111 |
Color Harmonies of #FE581C
Complementary color
Monochromatic Colors of #FE581C
Black with #FE581C
Text Example
Text Example
White with #FE581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE581C; }
p { color: rgb(254,88,28); }
H1.HeaderClassName
{
color: #FE581C;
}
.AnyTagClassName
{
color: #FE581C;
}
</style>
background-color css
<style>
a { background-color: #FE581C; }
a { background-color: rgb(254,88,28); }
div.DivClassName
{
background-color: #FE581C;
}
.BgClassName
{
background-color: #FE581C;
}
</style>
border-color css
<style>
span { border-color: #FE581C; }
span { border-color: rgb(254,88,28); }
td.TdClassName
{
border-color: #FE581C;
}
.TagClassName
{
border-color: #FE581C;
}
</style>