Shades of Outrageous Orange #FE5622
Tints of Outrageous Orange #FE5622
RGB
CMYK
RGB Variations
Color information
#FE5622 (or 0xFE5622) is known color: Outrageous Orange. HEX triplet: FE, 56 and 22. RGB value is (254,86,34). Sum of RGB (Red+Green+Blue) = 254+86+34=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5622 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5622 is #01A9DD. Grayscale: #828282. Windows color (decimal): -109022 or 2250494. OLE color: 2250494.
HSL color Cylindrical-coordinate representation of color #FE5622: hue angle of 14.18º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE5622 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 34 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.00 |
| HSL | 14.18º | 0.99% | 0.56% | - |
| HSV(B) | 14.18º | 0.87% | 1% | - |
| XYZ | 44.49 | 27.84 | 4.54 | - |
| YUV | 130.3 | 73.66 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 34 | 0 | 0.66 | 0.87 | 0.00 | 14.18 | 0.99 | 0.56 |
| Hex | FE | 56 | 22 | 0 | 42 | 57 | 0 | E | 63 | 38 |
| Octal | 376 | 126 | 42 | 0 | 102 | 127 | 0 | 16 | 143 | 70 |
| Binary | 11111110 | 1010110 | 100010 | 0 | 1000010 | 1010111 | 0 | 1110 | 1100011 | 111000 |
Color Harmonies of #FE5622
Complementary color
Monochromatic Colors of #FE5622
Black with #FE5622
Text Example
Text Example
White with #FE5622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5622; }
p { color: rgb(254,86,34); }
H1.HeaderClassName
{
color: #FE5622;
}
.AnyTagClassName
{
color: #FE5622;
}
</style>
background-color css
<style>
a { background-color: #FE5622; }
a { background-color: rgb(254,86,34); }
div.DivClassName
{
background-color: #FE5622;
}
.BgClassName
{
background-color: #FE5622;
}
</style>
border-color css
<style>
span { border-color: #FE5622; }
span { border-color: rgb(254,86,34); }
td.TdClassName
{
border-color: #FE5622;
}
.TagClassName
{
border-color: #FE5622;
}
</style>