Shades of Red Orange #FE3422
Tints of Red Orange #FE3422
RGB
CMYK
RGB Variations
Color information
#FE3422 (or 0xFE3422) is known color: Red Orange. HEX triplet: FE, 34 and 22. RGB value is (254,52,34). Sum of RGB (Red+Green+Blue) = 254+52+34=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3422 is #01CBDD. Grayscale: #6E6E6E. Windows color (decimal): -117726 or 2241790. OLE color: 2241790.
HSL color Cylindrical-coordinate representation of color #FE3422: hue angle of 4.91º 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 #FE3422 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 34 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.00 |
| HSL | 4.91º | 0.99% | 0.56% | - |
| HSV(B) | 4.91º | 0.87% | 1% | - |
| XYZ | 42.39 | 23.64 | 3.84 | - |
| YUV | 110.35 | 84.92 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 34 | 0 | 0.80 | 0.87 | 0.00 | 4.91 | 0.99 | 0.56 |
| Hex | FE | 34 | 22 | 0 | 50 | 57 | 0 | 5 | 63 | 38 |
| Octal | 376 | 64 | 42 | 0 | 120 | 127 | 0 | 5 | 143 | 70 |
| Binary | 11111110 | 110100 | 100010 | 0 | 1010000 | 1010111 | 0 | 101 | 1100011 | 111000 |
Color Harmonies of #FE3422
Complementary color
Monochromatic Colors of #FE3422
Black with #FE3422
Text Example
Text Example
White with #FE3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3422; }
p { color: rgb(254,52,34); }
H1.HeaderClassName
{
color: #FE3422;
}
.AnyTagClassName
{
color: #FE3422;
}
</style>
background-color css
<style>
a { background-color: #FE3422; }
a { background-color: rgb(254,52,34); }
div.DivClassName
{
background-color: #FE3422;
}
.BgClassName
{
background-color: #FE3422;
}
</style>
border-color css
<style>
span { border-color: #FE3422; }
span { border-color: rgb(254,52,34); }
td.TdClassName
{
border-color: #FE3422;
}
.TagClassName
{
border-color: #FE3422;
}
</style>