Shades of Red Orange #FE3C1E
Tints of Red Orange #FE3C1E
RGB
CMYK
RGB Variations
Color information
#FE3C1E (or 0xFE3C1E) is known color: Red Orange. HEX triplet: FE, 3C and 1E. RGB value is (254,60,30). Sum of RGB (Red+Green+Blue) = 254+60+30=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3C1E is #01C3E1. Grayscale: #727272. Windows color (decimal): -115682 or 1981694. OLE color: 1981694.
HSL color Cylindrical-coordinate representation of color #FE3C1E: hue angle of 8.04º 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 #FE3C1E is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 30 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.00 |
| HSL | 8.04º | 0.99% | 0.56% | - |
| HSV(B) | 8.04º | 0.88% | 1% | - |
| XYZ | 42.72 | 24.4 | 3.69 | - |
| YUV | 114.59 | 80.27 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 30 | 0 | 0.76 | 0.88 | 0.00 | 8.04 | 0.99 | 0.56 |
| Hex | FE | 3C | 1E | 0 | 4C | 58 | 0 | 8 | 63 | 38 |
| Octal | 376 | 74 | 36 | 0 | 114 | 130 | 0 | 10 | 143 | 70 |
| Binary | 11111110 | 111100 | 11110 | 0 | 1001100 | 1011000 | 0 | 1000 | 1100011 | 111000 |
Color Harmonies of #FE3C1E
Complementary color
Monochromatic Colors of #FE3C1E
Black with #FE3C1E
Text Example
Text Example
White with #FE3C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C1E; }
p { color: rgb(254,60,30); }
H1.HeaderClassName
{
color: #FE3C1E;
}
.AnyTagClassName
{
color: #FE3C1E;
}
</style>
background-color css
<style>
a { background-color: #FE3C1E; }
a { background-color: rgb(254,60,30); }
div.DivClassName
{
background-color: #FE3C1E;
}
.BgClassName
{
background-color: #FE3C1E;
}
</style>
border-color css
<style>
span { border-color: #FE3C1E; }
span { border-color: rgb(254,60,30); }
td.TdClassName
{
border-color: #FE3C1E;
}
.TagClassName
{
border-color: #FE3C1E;
}
</style>