Shades of Red Orange #FE411F
Tints of Red Orange #FE411F
RGB
CMYK
RGB Variations
Color information
#FE411F (or 0xFE411F) is known color: Red Orange. HEX triplet: FE, 41 and 1F. RGB value is (254,65,31). Sum of RGB (Red+Green+Blue) = 254+65+31=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE411F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE411F is #01BEE0. Grayscale: #757575. Windows color (decimal): -114401 or 2048510. OLE color: 2048510.
HSL color Cylindrical-coordinate representation of color #FE411F: hue angle of 9.15º 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 #FE411F is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 31 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.00 |
| HSL | 9.15º | 0.99% | 0.56% | - |
| HSV(B) | 9.15º | 0.88% | 1% | - |
| XYZ | 43.01 | 24.95 | 3.85 | - |
| YUV | 117.64 | 79.12 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 31 | 0 | 0.74 | 0.88 | 0.00 | 9.15 | 0.99 | 0.56 |
| Hex | FE | 41 | 1F | 0 | 4A | 58 | 0 | 9 | 63 | 38 |
| Octal | 376 | 101 | 37 | 0 | 112 | 130 | 0 | 11 | 143 | 70 |
| Binary | 11111110 | 1000001 | 11111 | 0 | 1001010 | 1011000 | 0 | 1001 | 1100011 | 111000 |
Color Harmonies of #FE411F
Complementary color
Monochromatic Colors of #FE411F
Black with #FE411F
Text Example
Text Example
White with #FE411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE411F; }
p { color: rgb(254,65,31); }
H1.HeaderClassName
{
color: #FE411F;
}
.AnyTagClassName
{
color: #FE411F;
}
</style>
background-color css
<style>
a { background-color: #FE411F; }
a { background-color: rgb(254,65,31); }
div.DivClassName
{
background-color: #FE411F;
}
.BgClassName
{
background-color: #FE411F;
}
</style>
border-color css
<style>
span { border-color: #FE411F; }
span { border-color: rgb(254,65,31); }
td.TdClassName
{
border-color: #FE411F;
}
.TagClassName
{
border-color: #FE411F;
}
</style>