Shades of Outrageous Orange #FE602E
Tints of Outrageous Orange #FE602E
RGB
CMYK
RGB Variations
Color information
#FE602E (or 0xFE602E) is known color: Outrageous Orange. HEX triplet: FE, 60 and 2E. RGB value is (254,96,46). Sum of RGB (Red+Green+Blue) = 254+96+46=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE602E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE602E is #019FD1. Grayscale: #898989. Windows color (decimal): -106450 or 3039486. OLE color: 3039486.
HSL color Cylindrical-coordinate representation of color #FE602E: hue angle of 14.42º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE602E is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 46 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.00 |
| HSL | 14.42º | 0.99% | 0.59% | - |
| HSV(B) | 14.42º | 0.82% | 1% | - |
| XYZ | 45.55 | 29.63 | 5.9 | - |
| YUV | 137.54 | 76.35 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 46 | 0 | 0.62 | 0.82 | 0.00 | 14.42 | 0.99 | 0.59 |
| Hex | FE | 60 | 2E | 0 | 3E | 52 | 0 | E | 63 | 3B |
| Octal | 376 | 140 | 56 | 0 | 76 | 122 | 0 | 16 | 143 | 73 |
| Binary | 11111110 | 1100000 | 101110 | 0 | 111110 | 1010010 | 0 | 1110 | 1100011 | 111011 |
Color Harmonies of #FE602E
Complementary color
Monochromatic Colors of #FE602E
Black with #FE602E
Text Example
Text Example
White with #FE602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE602E; }
p { color: rgb(254,96,46); }
H1.HeaderClassName
{
color: #FE602E;
}
.AnyTagClassName
{
color: #FE602E;
}
</style>
background-color css
<style>
a { background-color: #FE602E; }
a { background-color: rgb(254,96,46); }
div.DivClassName
{
background-color: #FE602E;
}
.BgClassName
{
background-color: #FE602E;
}
</style>
border-color css
<style>
span { border-color: #FE602E; }
span { border-color: rgb(254,96,46); }
td.TdClassName
{
border-color: #FE602E;
}
.TagClassName
{
border-color: #FE602E;
}
</style>