Shades of Orange Red #FE441A
Tints of Orange Red #FE441A
RGB
CMYK
RGB Variations
Color information
#FE441A (or 0xFE441A) is known color: Orange Red. HEX triplet: FE, 44 and 1A. RGB value is (254,68,26). Sum of RGB (Red+Green+Blue) = 254+68+26=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE441A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE441A is #01BBE5. Grayscale: #777777. Windows color (decimal): -113638 or 1721598. OLE color: 1721598.
HSL color Cylindrical-coordinate representation of color #FE441A: hue angle of 11.05º 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 #FE441A is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 26 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.00 |
| HSL | 11.05º | 0.99% | 0.55% | - |
| HSV(B) | 11.05º | 0.9% | 1% | - |
| XYZ | 43.13 | 25.28 | 3.58 | - |
| YUV | 118.83 | 75.62 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 26 | 0 | 0.73 | 0.90 | 0.00 | 11.05 | 0.99 | 0.55 |
| Hex | FE | 44 | 1A | 0 | 49 | 5A | 0 | B | 63 | 37 |
| Octal | 376 | 104 | 32 | 0 | 111 | 132 | 0 | 13 | 143 | 67 |
| Binary | 11111110 | 1000100 | 11010 | 0 | 1001001 | 1011010 | 0 | 1011 | 1100011 | 110111 |
Color Harmonies of #FE441A
Complementary color
Monochromatic Colors of #FE441A
Black with #FE441A
Text Example
Text Example
White with #FE441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE441A; }
p { color: rgb(254,68,26); }
H1.HeaderClassName
{
color: #FE441A;
}
.AnyTagClassName
{
color: #FE441A;
}
</style>
background-color css
<style>
a { background-color: #FE441A; }
a { background-color: rgb(254,68,26); }
div.DivClassName
{
background-color: #FE441A;
}
.BgClassName
{
background-color: #FE441A;
}
</style>
border-color css
<style>
span { border-color: #FE441A; }
span { border-color: rgb(254,68,26); }
td.TdClassName
{
border-color: #FE441A;
}
.TagClassName
{
border-color: #FE441A;
}
</style>