Shades of Red Orange #FE3E2D
Tints of Red Orange #FE3E2D
RGB
CMYK
RGB Variations
Color information
#FE3E2D (or 0xFE3E2D) is known color: Red Orange. HEX triplet: FE, 3E and 2D. RGB value is (254,62,45). Sum of RGB (Red+Green+Blue) = 254+62+45=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3E2D is #01C1D2. Grayscale: #757575. Windows color (decimal): -115155 or 2965246. OLE color: 2965246.
HSL color Cylindrical-coordinate representation of color #FE3E2D: hue angle of 4.88º 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 #FE3E2D is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 45 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.00 |
| HSL | 4.88º | 0.99% | 0.59% | - |
| HSV(B) | 4.88º | 0.82% | 1% | - |
| XYZ | 43.07 | 24.71 | 4.98 | - |
| YUV | 117.47 | 87.11 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 45 | 0 | 0.76 | 0.82 | 0.00 | 4.88 | 0.99 | 0.59 |
| Hex | FE | 3E | 2D | 0 | 4C | 52 | 0 | 5 | 63 | 3B |
| Octal | 376 | 76 | 55 | 0 | 114 | 122 | 0 | 5 | 143 | 73 |
| Binary | 11111110 | 111110 | 101101 | 0 | 1001100 | 1010010 | 0 | 101 | 1100011 | 111011 |
Color Harmonies of #FE3E2D
Complementary color
Monochromatic Colors of #FE3E2D
Black with #FE3E2D
Text Example
Text Example
White with #FE3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E2D; }
p { color: rgb(254,62,45); }
H1.HeaderClassName
{
color: #FE3E2D;
}
.AnyTagClassName
{
color: #FE3E2D;
}
</style>
background-color css
<style>
a { background-color: #FE3E2D; }
a { background-color: rgb(254,62,45); }
div.DivClassName
{
background-color: #FE3E2D;
}
.BgClassName
{
background-color: #FE3E2D;
}
</style>
border-color css
<style>
span { border-color: #FE3E2D; }
span { border-color: rgb(254,62,45); }
td.TdClassName
{
border-color: #FE3E2D;
}
.TagClassName
{
border-color: #FE3E2D;
}
</style>