Shades of Outrageous Orange #FE6122
Tints of Outrageous Orange #FE6122
RGB
CMYK
RGB Variations
Color information
#FE6122 (or 0xFE6122) is known color: Outrageous Orange. HEX triplet: FE, 61 and 22. RGB value is (254,97,34). Sum of RGB (Red+Green+Blue) = 254+97+34=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6122 is #019EDD. Grayscale: #898989. Windows color (decimal): -106206 or 2253310. OLE color: 2253310.
HSL color Cylindrical-coordinate representation of color #FE6122: hue angle of 17.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 #FE6122 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 34 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.00 |
| HSL | 17.18º | 0.99% | 0.56% | - |
| HSV(B) | 17.18º | 0.87% | 1% | - |
| XYZ | 45.44 | 29.74 | 4.86 | - |
| YUV | 136.76 | 70.01 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 34 | 0 | 0.62 | 0.87 | 0.00 | 17.18 | 0.99 | 0.56 |
| Hex | FE | 61 | 22 | 0 | 3E | 57 | 0 | 11 | 63 | 38 |
| Octal | 376 | 141 | 42 | 0 | 76 | 127 | 0 | 21 | 143 | 70 |
| Binary | 11111110 | 1100001 | 100010 | 0 | 111110 | 1010111 | 0 | 10001 | 1100011 | 111000 |
Color Harmonies of #FE6122
Complementary color
Monochromatic Colors of #FE6122
Black with #FE6122
Text Example
Text Example
White with #FE6122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6122; }
p { color: rgb(254,97,34); }
H1.HeaderClassName
{
color: #FE6122;
}
.AnyTagClassName
{
color: #FE6122;
}
</style>
background-color css
<style>
a { background-color: #FE6122; }
a { background-color: rgb(254,97,34); }
div.DivClassName
{
background-color: #FE6122;
}
.BgClassName
{
background-color: #FE6122;
}
</style>
border-color css
<style>
span { border-color: #FE6122; }
span { border-color: rgb(254,97,34); }
td.TdClassName
{
border-color: #FE6122;
}
.TagClassName
{
border-color: #FE6122;
}
</style>