Shades of Red Orange #FE4E2D
Tints of Red Orange #FE4E2D
RGB
CMYK
RGB Variations
Color information
#FE4E2D (or 0xFE4E2D) is known color: Red Orange. HEX triplet: FE, 4E and 2D. RGB value is (254,78,45). Sum of RGB (Red+Green+Blue) = 254+78+45=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4E2D is #01B1D2. Grayscale: #7F7F7F. Windows color (decimal): -111059 or 2969342. OLE color: 2969342.
HSL color Cylindrical-coordinate representation of color #FE4E2D: hue angle of 9.47º 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 #FE4E2D is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 45 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.00 |
| HSL | 9.47º | 0.99% | 0.59% | - |
| HSV(B) | 9.47º | 0.82% | 1% | - |
| XYZ | 44.07 | 26.71 | 5.32 | - |
| YUV | 126.86 | 81.81 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 45 | 0 | 0.69 | 0.82 | 0.00 | 9.47 | 0.99 | 0.59 |
| Hex | FE | 4E | 2D | 0 | 45 | 52 | 0 | 9 | 63 | 3B |
| Octal | 376 | 116 | 55 | 0 | 105 | 122 | 0 | 11 | 143 | 73 |
| Binary | 11111110 | 1001110 | 101101 | 0 | 1000101 | 1010010 | 0 | 1001 | 1100011 | 111011 |
Color Harmonies of #FE4E2D
Complementary color
Monochromatic Colors of #FE4E2D
Black with #FE4E2D
Text Example
Text Example
White with #FE4E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4E2D; }
p { color: rgb(254,78,45); }
H1.HeaderClassName
{
color: #FE4E2D;
}
.AnyTagClassName
{
color: #FE4E2D;
}
</style>
background-color css
<style>
a { background-color: #FE4E2D; }
a { background-color: rgb(254,78,45); }
div.DivClassName
{
background-color: #FE4E2D;
}
.BgClassName
{
background-color: #FE4E2D;
}
</style>
border-color css
<style>
span { border-color: #FE4E2D; }
span { border-color: rgb(254,78,45); }
td.TdClassName
{
border-color: #FE4E2D;
}
.TagClassName
{
border-color: #FE4E2D;
}
</style>