Shades of Red Orange #FE492D
Tints of Red Orange #FE492D
RGB
CMYK
RGB Variations
Color information
#FE492D (or 0xFE492D) is known color: Red Orange. HEX triplet: FE, 49 and 2D. RGB value is (254,73,45). Sum of RGB (Red+Green+Blue) = 254+73+45=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE492D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE492D is #01B6D2. Grayscale: #7C7C7C. Windows color (decimal): -112339 or 2968062. OLE color: 2968062.
HSL color Cylindrical-coordinate representation of color #FE492D: hue angle of 8.04º 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 #FE492D is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 45 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.00 |
| HSL | 8.04º | 0.99% | 0.59% | - |
| HSV(B) | 8.04º | 0.82% | 1% | - |
| XYZ | 43.73 | 26.03 | 5.2 | - |
| YUV | 123.93 | 83.47 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 45 | 0 | 0.71 | 0.82 | 0.00 | 8.04 | 0.99 | 0.59 |
| Hex | FE | 49 | 2D | 0 | 47 | 52 | 0 | 8 | 63 | 3B |
| Octal | 376 | 111 | 55 | 0 | 107 | 122 | 0 | 10 | 143 | 73 |
| Binary | 11111110 | 1001001 | 101101 | 0 | 1000111 | 1010010 | 0 | 1000 | 1100011 | 111011 |
Color Harmonies of #FE492D
Complementary color
Monochromatic Colors of #FE492D
Black with #FE492D
Text Example
Text Example
White with #FE492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE492D; }
p { color: rgb(254,73,45); }
H1.HeaderClassName
{
color: #FE492D;
}
.AnyTagClassName
{
color: #FE492D;
}
</style>
background-color css
<style>
a { background-color: #FE492D; }
a { background-color: rgb(254,73,45); }
div.DivClassName
{
background-color: #FE492D;
}
.BgClassName
{
background-color: #FE492D;
}
</style>
border-color css
<style>
span { border-color: #FE492D; }
span { border-color: rgb(254,73,45); }
td.TdClassName
{
border-color: #FE492D;
}
.TagClassName
{
border-color: #FE492D;
}
</style>