Shades of Red Orange #FE411E
Tints of Red Orange #FE411E
RGB
CMYK
RGB Variations
Color information
#FE411E (or 0xFE411E) is known color: Red Orange. HEX triplet: FE, 41 and 1E. RGB value is (254,65,30). Sum of RGB (Red+Green+Blue) = 254+65+30=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE411E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE411E is #01BEE1. Grayscale: #757575. Windows color (decimal): -114402 or 1982974. OLE color: 1982974.
HSL color Cylindrical-coordinate representation of color #FE411E: hue angle of 9.38º 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 #FE411E is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 30 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.00 |
| HSL | 9.38º | 0.99% | 0.56% | - |
| HSV(B) | 9.38º | 0.88% | 1% | - |
| XYZ | 43 | 24.95 | 3.78 | - |
| YUV | 117.52 | 78.62 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 30 | 0 | 0.74 | 0.88 | 0.00 | 9.38 | 0.99 | 0.56 |
| Hex | FE | 41 | 1E | 0 | 4A | 58 | 0 | 9 | 63 | 38 |
| Octal | 376 | 101 | 36 | 0 | 112 | 130 | 0 | 11 | 143 | 70 |
| Binary | 11111110 | 1000001 | 11110 | 0 | 1001010 | 1011000 | 0 | 1001 | 1100011 | 111000 |
Color Harmonies of #FE411E
Complementary color
Monochromatic Colors of #FE411E
Black with #FE411E
Text Example
Text Example
White with #FE411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE411E; }
p { color: rgb(254,65,30); }
H1.HeaderClassName
{
color: #FE411E;
}
.AnyTagClassName
{
color: #FE411E;
}
</style>
background-color css
<style>
a { background-color: #FE411E; }
a { background-color: rgb(254,65,30); }
div.DivClassName
{
background-color: #FE411E;
}
.BgClassName
{
background-color: #FE411E;
}
</style>
border-color css
<style>
span { border-color: #FE411E; }
span { border-color: rgb(254,65,30); }
td.TdClassName
{
border-color: #FE411E;
}
.TagClassName
{
border-color: #FE411E;
}
</style>