Shades of Red Orange #FE362C
Tints of Red Orange #FE362C
RGB
CMYK
RGB Variations
Color information
#FE362C (or 0xFE362C) is known color: Red Orange. HEX triplet: FE, 36 and 2C. RGB value is (254,54,44). Sum of RGB (Red+Green+Blue) = 254+54+44=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE362C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE362C is #01C9D3. Grayscale: #707070. Windows color (decimal): -117204 or 2897662. OLE color: 2897662.
HSL color Cylindrical-coordinate representation of color #FE362C: hue angle of 2.86º 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 #FE362C is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 44 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.00 |
| HSL | 2.86º | 0.99% | 0.58% | - |
| HSV(B) | 2.86º | 0.83% | 1% | - |
| XYZ | 42.65 | 23.89 | 4.75 | - |
| YUV | 112.66 | 89.26 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 44 | 0 | 0.79 | 0.83 | 0.00 | 2.86 | 0.99 | 0.58 |
| Hex | FE | 36 | 2C | 0 | 4F | 53 | 0 | 3 | 63 | 3A |
| Octal | 376 | 66 | 54 | 0 | 117 | 123 | 0 | 3 | 143 | 72 |
| Binary | 11111110 | 110110 | 101100 | 0 | 1001111 | 1010011 | 0 | 11 | 1100011 | 111010 |
Color Harmonies of #FE362C
Complementary color
Monochromatic Colors of #FE362C
Black with #FE362C
Text Example
Text Example
White with #FE362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE362C; }
p { color: rgb(254,54,44); }
H1.HeaderClassName
{
color: #FE362C;
}
.AnyTagClassName
{
color: #FE362C;
}
</style>
background-color css
<style>
a { background-color: #FE362C; }
a { background-color: rgb(254,54,44); }
div.DivClassName
{
background-color: #FE362C;
}
.BgClassName
{
background-color: #FE362C;
}
</style>
border-color css
<style>
span { border-color: #FE362C; }
span { border-color: rgb(254,54,44); }
td.TdClassName
{
border-color: #FE362C;
}
.TagClassName
{
border-color: #FE362C;
}
</style>