Shades of Outrageous Orange #FE5322
Tints of Outrageous Orange #FE5322
RGB
CMYK
RGB Variations
Color information
#FE5322 (or 0xFE5322) is known color: Outrageous Orange. HEX triplet: FE, 53 and 22. RGB value is (254,83,34). Sum of RGB (Red+Green+Blue) = 254+83+34=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5322 is #01ACDD. Grayscale: #808080. Windows color (decimal): -109790 or 2249726. OLE color: 2249726.
HSL color Cylindrical-coordinate representation of color #FE5322: hue angle of 13.36º 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 #FE5322 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 34 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.00 |
| HSL | 13.36º | 0.99% | 0.56% | - |
| HSV(B) | 13.36º | 0.87% | 1% | - |
| XYZ | 44.26 | 27.37 | 4.46 | - |
| YUV | 128.54 | 74.65 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 34 | 0 | 0.67 | 0.87 | 0.00 | 13.36 | 0.99 | 0.56 |
| Hex | FE | 53 | 22 | 0 | 43 | 57 | 0 | D | 63 | 38 |
| Octal | 376 | 123 | 42 | 0 | 103 | 127 | 0 | 15 | 143 | 70 |
| Binary | 11111110 | 1010011 | 100010 | 0 | 1000011 | 1010111 | 0 | 1101 | 1100011 | 111000 |
Color Harmonies of #FE5322
Complementary color
Monochromatic Colors of #FE5322
Black with #FE5322
Text Example
Text Example
White with #FE5322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5322; }
p { color: rgb(254,83,34); }
H1.HeaderClassName
{
color: #FE5322;
}
.AnyTagClassName
{
color: #FE5322;
}
</style>
background-color css
<style>
a { background-color: #FE5322; }
a { background-color: rgb(254,83,34); }
div.DivClassName
{
background-color: #FE5322;
}
.BgClassName
{
background-color: #FE5322;
}
</style>
border-color css
<style>
span { border-color: #FE5322; }
span { border-color: rgb(254,83,34); }
td.TdClassName
{
border-color: #FE5322;
}
.TagClassName
{
border-color: #FE5322;
}
</style>