Shades of Red Orange #FE442E
Tints of Red Orange #FE442E
RGB
CMYK
RGB Variations
Color information
#FE442E (or 0xFE442E) is known color: Red Orange. HEX triplet: FE, 44 and 2E. RGB value is (254,68,46). Sum of RGB (Red+Green+Blue) = 254+68+46=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE442E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE442E is #01BBD1. Grayscale: #797979. Windows color (decimal): -113618 or 3032318. OLE color: 3032318.
HSL color Cylindrical-coordinate representation of color #FE442E: hue angle of 6.35º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE442E is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 46 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.00 |
| HSL | 6.35º | 0.99% | 0.59% | - |
| HSV(B) | 6.35º | 0.82% | 1% | - |
| XYZ | 43.43 | 25.4 | 5.2 | - |
| YUV | 121.11 | 85.62 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 46 | 0 | 0.73 | 0.82 | 0.00 | 6.35 | 0.99 | 0.59 |
| Hex | FE | 44 | 2E | 0 | 49 | 52 | 0 | 6 | 63 | 3B |
| Octal | 376 | 104 | 56 | 0 | 111 | 122 | 0 | 6 | 143 | 73 |
| Binary | 11111110 | 1000100 | 101110 | 0 | 1001001 | 1010010 | 0 | 110 | 1100011 | 111011 |
Color Harmonies of #FE442E
Complementary color
Monochromatic Colors of #FE442E
Black with #FE442E
Text Example
Text Example
White with #FE442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE442E; }
p { color: rgb(254,68,46); }
H1.HeaderClassName
{
color: #FE442E;
}
.AnyTagClassName
{
color: #FE442E;
}
</style>
background-color css
<style>
a { background-color: #FE442E; }
a { background-color: rgb(254,68,46); }
div.DivClassName
{
background-color: #FE442E;
}
.BgClassName
{
background-color: #FE442E;
}
</style>
border-color css
<style>
span { border-color: #FE442E; }
span { border-color: rgb(254,68,46); }
td.TdClassName
{
border-color: #FE442E;
}
.TagClassName
{
border-color: #FE442E;
}
</style>