Shades of Red Orange #FE442D
Tints of Red Orange #FE442D
RGB
CMYK
RGB Variations
Color information
#FE442D (or 0xFE442D) is known color: Red Orange. HEX triplet: FE, 44 and 2D. RGB value is (254,68,45). Sum of RGB (Red+Green+Blue) = 254+68+45=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE442D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE442D is #01BBD2. Grayscale: #797979. Windows color (decimal): -113619 or 2966782. OLE color: 2966782.
HSL color Cylindrical-coordinate representation of color #FE442D: hue angle of 6.6º 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 #FE442D is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 45 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.00 |
| HSL | 6.6º | 0.99% | 0.59% | - |
| HSV(B) | 6.6º | 0.82% | 1% | - |
| XYZ | 43.41 | 25.39 | 5.1 | - |
| YUV | 120.99 | 85.12 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 45 | 0 | 0.73 | 0.82 | 0.00 | 6.6 | 0.99 | 0.59 |
| Hex | FE | 44 | 2D | 0 | 49 | 52 | 0 | 7 | 63 | 3B |
| Octal | 376 | 104 | 55 | 0 | 111 | 122 | 0 | 7 | 143 | 73 |
| Binary | 11111110 | 1000100 | 101101 | 0 | 1001001 | 1010010 | 0 | 111 | 1100011 | 111011 |
Color Harmonies of #FE442D
Complementary color
Monochromatic Colors of #FE442D
Black with #FE442D
Text Example
Text Example
White with #FE442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE442D; }
p { color: rgb(254,68,45); }
H1.HeaderClassName
{
color: #FE442D;
}
.AnyTagClassName
{
color: #FE442D;
}
</style>
background-color css
<style>
a { background-color: #FE442D; }
a { background-color: rgb(254,68,45); }
div.DivClassName
{
background-color: #FE442D;
}
.BgClassName
{
background-color: #FE442D;
}
</style>
border-color css
<style>
span { border-color: #FE442D; }
span { border-color: rgb(254,68,45); }
td.TdClassName
{
border-color: #FE442D;
}
.TagClassName
{
border-color: #FE442D;
}
</style>