Shades of Red Orange #FE322A
Tints of Red Orange #FE322A
RGB
CMYK
RGB Variations
Color information
#FE322A (or 0xFE322A) is known color: Red Orange. HEX triplet: FE, 32 and 2A. RGB value is (254,50,42). Sum of RGB (Red+Green+Blue) = 254+50+42=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE322A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE322A is #01CDD5. Grayscale: #6E6E6E. Windows color (decimal): -118230 or 2765566. OLE color: 2765566.
HSL color Cylindrical-coordinate representation of color #FE322A: hue angle of 2.26º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE322A is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 42 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.00 |
| HSL | 2.26º | 0.99% | 0.58% | - |
| HSV(B) | 2.26º | 0.83% | 1% | - |
| XYZ | 42.43 | 23.52 | 4.49 | - |
| YUV | 110.08 | 89.59 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 42 | 0 | 0.80 | 0.83 | 0.00 | 2.26 | 0.99 | 0.58 |
| Hex | FE | 32 | 2A | 0 | 50 | 53 | 0 | 2 | 63 | 3A |
| Octal | 376 | 62 | 52 | 0 | 120 | 123 | 0 | 2 | 143 | 72 |
| Binary | 11111110 | 110010 | 101010 | 0 | 1010000 | 1010011 | 0 | 10 | 1100011 | 111010 |
Color Harmonies of #FE322A
Complementary color
Monochromatic Colors of #FE322A
Black with #FE322A
Text Example
Text Example
White with #FE322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE322A; }
p { color: rgb(254,50,42); }
H1.HeaderClassName
{
color: #FE322A;
}
.AnyTagClassName
{
color: #FE322A;
}
</style>
background-color css
<style>
a { background-color: #FE322A; }
a { background-color: rgb(254,50,42); }
div.DivClassName
{
background-color: #FE322A;
}
.BgClassName
{
background-color: #FE322A;
}
</style>
border-color css
<style>
span { border-color: #FE322A; }
span { border-color: rgb(254,50,42); }
td.TdClassName
{
border-color: #FE322A;
}
.TagClassName
{
border-color: #FE322A;
}
</style>