Shades of Red Orange #FE4E1F
Tints of Red Orange #FE4E1F
RGB
CMYK
RGB Variations
Color information
#FE4E1F (or 0xFE4E1F) is known color: Red Orange. HEX triplet: FE, 4E and 1F. RGB value is (254,78,31). Sum of RGB (Red+Green+Blue) = 254+78+31=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4E1F is #01B1E0. Grayscale: #7D7D7D. Windows color (decimal): -111073 or 2051838. OLE color: 2051838.
HSL color Cylindrical-coordinate representation of color #FE4E1F: hue angle of 12.65º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE4E1F is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 31 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.00 |
| HSL | 12.65º | 0.99% | 0.56% | - |
| HSV(B) | 12.65º | 0.88% | 1% | - |
| XYZ | 43.84 | 26.62 | 4.12 | - |
| YUV | 125.27 | 74.81 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 31 | 0 | 0.69 | 0.88 | 0.00 | 12.65 | 0.99 | 0.56 |
| Hex | FE | 4E | 1F | 0 | 45 | 58 | 0 | D | 63 | 38 |
| Octal | 376 | 116 | 37 | 0 | 105 | 130 | 0 | 15 | 143 | 70 |
| Binary | 11111110 | 1001110 | 11111 | 0 | 1000101 | 1011000 | 0 | 1101 | 1100011 | 111000 |
Color Harmonies of #FE4E1F
Complementary color
Monochromatic Colors of #FE4E1F
Black with #FE4E1F
Text Example
Text Example
White with #FE4E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4E1F; }
p { color: rgb(254,78,31); }
H1.HeaderClassName
{
color: #FE4E1F;
}
.AnyTagClassName
{
color: #FE4E1F;
}
</style>
background-color css
<style>
a { background-color: #FE4E1F; }
a { background-color: rgb(254,78,31); }
div.DivClassName
{
background-color: #FE4E1F;
}
.BgClassName
{
background-color: #FE4E1F;
}
</style>
border-color css
<style>
span { border-color: #FE4E1F; }
span { border-color: rgb(254,78,31); }
td.TdClassName
{
border-color: #FE4E1F;
}
.TagClassName
{
border-color: #FE4E1F;
}
</style>