Shades of Orange Red #FE440D
Tints of Orange Red #FE440D
RGB
CMYK
RGB Variations
Color information
#FE440D (or 0xFE440D) is known color: Orange Red. HEX triplet: FE, 44 and 0D. RGB value is (254,68,13). Sum of RGB (Red+Green+Blue) = 254+68+13=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE440D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE440D is #01BBF2. Grayscale: #757575. Windows color (decimal): -113651 or 869630. OLE color: 869630.
HSL color Cylindrical-coordinate representation of color #FE440D: hue angle of 13.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE440D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 13 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.00 |
| HSL | 13.69º | 0.99% | 0.52% | - |
| HSV(B) | 13.69º | 0.95% | 1% | - |
| XYZ | 43.01 | 25.23 | 2.98 | - |
| YUV | 117.34 | 69.12 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 13 | 0 | 0.73 | 0.95 | 0.00 | 13.69 | 0.99 | 0.52 |
| Hex | FE | 44 | D | 0 | 49 | 5F | 0 | E | 63 | 34 |
| Octal | 376 | 104 | 15 | 0 | 111 | 137 | 0 | 16 | 143 | 64 |
| Binary | 11111110 | 1000100 | 1101 | 0 | 1001001 | 1011111 | 0 | 1110 | 1100011 | 110100 |
Color Harmonies of #FE440D
Complementary color
Monochromatic Colors of #FE440D
Black with #FE440D
Text Example
Text Example
White with #FE440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE440D; }
p { color: rgb(254,68,13); }
H1.HeaderClassName
{
color: #FE440D;
}
.AnyTagClassName
{
color: #FE440D;
}
</style>
background-color css
<style>
a { background-color: #FE440D; }
a { background-color: rgb(254,68,13); }
div.DivClassName
{
background-color: #FE440D;
}
.BgClassName
{
background-color: #FE440D;
}
</style>
border-color css
<style>
span { border-color: #FE440D; }
span { border-color: rgb(254,68,13); }
td.TdClassName
{
border-color: #FE440D;
}
.TagClassName
{
border-color: #FE440D;
}
</style>