Shades of Outrageous Orange #FE5422
Tints of Outrageous Orange #FE5422
RGB
CMYK
RGB Variations
Color information
#FE5422 (or 0xFE5422) is known color: Outrageous Orange. HEX triplet: FE, 54 and 22. RGB value is (254,84,34). Sum of RGB (Red+Green+Blue) = 254+84+34=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5422 is #01ABDD. Grayscale: #818181. Windows color (decimal): -109534 or 2249982. OLE color: 2249982.
HSL color Cylindrical-coordinate representation of color #FE5422: hue angle of 13.64º 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 #FE5422 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 34 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.00 |
| HSL | 13.64º | 0.99% | 0.56% | - |
| HSV(B) | 13.64º | 0.87% | 1% | - |
| XYZ | 44.33 | 27.53 | 4.49 | - |
| YUV | 129.13 | 74.32 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 34 | 0 | 0.67 | 0.87 | 0.00 | 13.64 | 0.99 | 0.56 |
| Hex | FE | 54 | 22 | 0 | 43 | 57 | 0 | E | 63 | 38 |
| Octal | 376 | 124 | 42 | 0 | 103 | 127 | 0 | 16 | 143 | 70 |
| Binary | 11111110 | 1010100 | 100010 | 0 | 1000011 | 1010111 | 0 | 1110 | 1100011 | 111000 |
Color Harmonies of #FE5422
Complementary color
Monochromatic Colors of #FE5422
Black with #FE5422
Text Example
Text Example
White with #FE5422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5422; }
p { color: rgb(254,84,34); }
H1.HeaderClassName
{
color: #FE5422;
}
.AnyTagClassName
{
color: #FE5422;
}
</style>
background-color css
<style>
a { background-color: #FE5422; }
a { background-color: rgb(254,84,34); }
div.DivClassName
{
background-color: #FE5422;
}
.BgClassName
{
background-color: #FE5422;
}
</style>
border-color css
<style>
span { border-color: #FE5422; }
span { border-color: rgb(254,84,34); }
td.TdClassName
{
border-color: #FE5422;
}
.TagClassName
{
border-color: #FE5422;
}
</style>