Shades of Red Orange #FE362D
Tints of Red Orange #FE362D
RGB
CMYK
RGB Variations
Color information
#FE362D (or 0xFE362D) is known color: Red Orange. HEX triplet: FE, 36 and 2D. RGB value is (254,54,45). Sum of RGB (Red+Green+Blue) = 254+54+45=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE362D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE362D is #01C9D2. Grayscale: #717171. Windows color (decimal): -117203 or 2963198. OLE color: 2963198.
HSL color Cylindrical-coordinate representation of color #FE362D: hue angle of 2.58º 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 #FE362D is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 45 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.00 |
| HSL | 2.58º | 0.99% | 0.59% | - |
| HSV(B) | 2.58º | 0.82% | 1% | - |
| XYZ | 42.67 | 23.9 | 4.85 | - |
| YUV | 112.77 | 89.76 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 45 | 0 | 0.79 | 0.82 | 0.00 | 2.58 | 0.99 | 0.59 |
| Hex | FE | 36 | 2D | 0 | 4F | 52 | 0 | 3 | 63 | 3B |
| Octal | 376 | 66 | 55 | 0 | 117 | 122 | 0 | 3 | 143 | 73 |
| Binary | 11111110 | 110110 | 101101 | 0 | 1001111 | 1010010 | 0 | 11 | 1100011 | 111011 |
Color Harmonies of #FE362D
Complementary color
Monochromatic Colors of #FE362D
Black with #FE362D
Text Example
Text Example
White with #FE362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE362D; }
p { color: rgb(254,54,45); }
H1.HeaderClassName
{
color: #FE362D;
}
.AnyTagClassName
{
color: #FE362D;
}
</style>
background-color css
<style>
a { background-color: #FE362D; }
a { background-color: rgb(254,54,45); }
div.DivClassName
{
background-color: #FE362D;
}
.BgClassName
{
background-color: #FE362D;
}
</style>
border-color css
<style>
span { border-color: #FE362D; }
span { border-color: rgb(254,54,45); }
td.TdClassName
{
border-color: #FE362D;
}
.TagClassName
{
border-color: #FE362D;
}
</style>