Shades of Red Orange #FE391A
Tints of Red Orange #FE391A
RGB
CMYK
RGB Variations
Color information
#FE391A (or 0xFE391A) is known color: Red Orange. HEX triplet: FE, 39 and 1A. RGB value is (254,57,26). Sum of RGB (Red+Green+Blue) = 254+57+26=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE391A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE391A is #01C6E5. Grayscale: #707070. Windows color (decimal): -116454 or 1718782. OLE color: 1718782.
HSL color Cylindrical-coordinate representation of color #FE391A: hue angle of 8.16º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE391A is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 26 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.00 |
| HSL | 8.16º | 0.99% | 0.55% | - |
| HSV(B) | 8.16º | 0.9% | 1% | - |
| XYZ | 42.52 | 24.07 | 3.38 | - |
| YUV | 112.37 | 79.27 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 26 | 0 | 0.78 | 0.90 | 0.00 | 8.16 | 0.99 | 0.55 |
| Hex | FE | 39 | 1A | 0 | 4E | 5A | 0 | 8 | 63 | 37 |
| Octal | 376 | 71 | 32 | 0 | 116 | 132 | 0 | 10 | 143 | 67 |
| Binary | 11111110 | 111001 | 11010 | 0 | 1001110 | 1011010 | 0 | 1000 | 1100011 | 110111 |
Color Harmonies of #FE391A
Complementary color
Monochromatic Colors of #FE391A
Black with #FE391A
Text Example
Text Example
White with #FE391A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE391A; }
p { color: rgb(254,57,26); }
H1.HeaderClassName
{
color: #FE391A;
}
.AnyTagClassName
{
color: #FE391A;
}
</style>
background-color css
<style>
a { background-color: #FE391A; }
a { background-color: rgb(254,57,26); }
div.DivClassName
{
background-color: #FE391A;
}
.BgClassName
{
background-color: #FE391A;
}
</style>
border-color css
<style>
span { border-color: #FE391A; }
span { border-color: rgb(254,57,26); }
td.TdClassName
{
border-color: #FE391A;
}
.TagClassName
{
border-color: #FE391A;
}
</style>