Shades of Orange Red #FE390D
Tints of Orange Red #FE390D
RGB
CMYK
RGB Variations
Color information
#FE390D (or 0xFE390D) is known color: Orange Red. HEX triplet: FE, 39 and 0D. RGB value is (254,57,13). Sum of RGB (Red+Green+Blue) = 254+57+13=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE390D is #01C6F2. Grayscale: #6F6F6F. Windows color (decimal): -116467 or 866814. OLE color: 866814.
HSL color Cylindrical-coordinate representation of color #FE390D: hue angle of 10.95º 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 #FE390D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.00 |
| HSL | 10.95º | 0.99% | 0.52% | - |
| HSV(B) | 10.95º | 0.95% | 1% | - |
| XYZ | 42.41 | 24.03 | 2.78 | - |
| YUV | 110.89 | 72.77 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 13 | 0 | 0.78 | 0.95 | 0.00 | 10.95 | 0.99 | 0.52 |
| Hex | FE | 39 | D | 0 | 4E | 5F | 0 | B | 63 | 34 |
| Octal | 376 | 71 | 15 | 0 | 116 | 137 | 0 | 13 | 143 | 64 |
| Binary | 11111110 | 111001 | 1101 | 0 | 1001110 | 1011111 | 0 | 1011 | 1100011 | 110100 |
Color Harmonies of #FE390D
Complementary color
Monochromatic Colors of #FE390D
Black with #FE390D
Text Example
Text Example
White with #FE390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE390D; }
p { color: rgb(254,57,13); }
H1.HeaderClassName
{
color: #FE390D;
}
.AnyTagClassName
{
color: #FE390D;
}
</style>
background-color css
<style>
a { background-color: #FE390D; }
a { background-color: rgb(254,57,13); }
div.DivClassName
{
background-color: #FE390D;
}
.BgClassName
{
background-color: #FE390D;
}
</style>
border-color css
<style>
span { border-color: #FE390D; }
span { border-color: rgb(254,57,13); }
td.TdClassName
{
border-color: #FE390D;
}
.TagClassName
{
border-color: #FE390D;
}
</style>