Shades of Red Orange #FE441F
Tints of Red Orange #FE441F
RGB
CMYK
RGB Variations
Color information
#FE441F (or 0xFE441F) is known color: Red Orange. HEX triplet: FE, 44 and 1F. RGB value is (254,68,31). Sum of RGB (Red+Green+Blue) = 254+68+31=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE441F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE441F is #01BBE0. Grayscale: #777777. Windows color (decimal): -113633 or 2049278. OLE color: 2049278.
HSL color Cylindrical-coordinate representation of color #FE441F: hue angle of 9.96º 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 #FE441F is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 31 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.00 |
| HSL | 9.96º | 0.99% | 0.56% | - |
| HSV(B) | 9.96º | 0.88% | 1% | - |
| XYZ | 43.19 | 25.3 | 3.9 | - |
| YUV | 119.4 | 78.12 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 31 | 0 | 0.73 | 0.88 | 0.00 | 9.96 | 0.99 | 0.56 |
| Hex | FE | 44 | 1F | 0 | 49 | 58 | 0 | A | 63 | 38 |
| Octal | 376 | 104 | 37 | 0 | 111 | 130 | 0 | 12 | 143 | 70 |
| Binary | 11111110 | 1000100 | 11111 | 0 | 1001001 | 1011000 | 0 | 1010 | 1100011 | 111000 |
Color Harmonies of #FE441F
Complementary color
Monochromatic Colors of #FE441F
Black with #FE441F
Text Example
Text Example
White with #FE441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE441F; }
p { color: rgb(254,68,31); }
H1.HeaderClassName
{
color: #FE441F;
}
.AnyTagClassName
{
color: #FE441F;
}
</style>
background-color css
<style>
a { background-color: #FE441F; }
a { background-color: rgb(254,68,31); }
div.DivClassName
{
background-color: #FE441F;
}
.BgClassName
{
background-color: #FE441F;
}
</style>
border-color css
<style>
span { border-color: #FE441F; }
span { border-color: rgb(254,68,31); }
td.TdClassName
{
border-color: #FE441F;
}
.TagClassName
{
border-color: #FE441F;
}
</style>