Shades of Orange Red #FE3E13
Tints of Orange Red #FE3E13
RGB
CMYK
RGB Variations
Color information
#FE3E13 (or 0xFE3E13) is known color: Orange Red. HEX triplet: FE, 3E and 13. RGB value is (254,62,19). Sum of RGB (Red+Green+Blue) = 254+62+19=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3E13 is #01C1EC. Grayscale: #727272. Windows color (decimal): -115181 or 1261310. OLE color: 1261310.
HSL color Cylindrical-coordinate representation of color #FE3E13: hue angle of 10.98º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE3E13 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 19 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.00 |
| HSL | 10.98º | 0.99% | 0.54% | - |
| HSV(B) | 10.98º | 0.93% | 1% | - |
| XYZ | 42.71 | 24.56 | 3.11 | - |
| YUV | 114.51 | 74.11 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 19 | 0 | 0.76 | 0.93 | 0.00 | 10.98 | 0.99 | 0.54 |
| Hex | FE | 3E | 13 | 0 | 4C | 5D | 0 | B | 63 | 36 |
| Octal | 376 | 76 | 23 | 0 | 114 | 135 | 0 | 13 | 143 | 66 |
| Binary | 11111110 | 111110 | 10011 | 0 | 1001100 | 1011101 | 0 | 1011 | 1100011 | 110110 |
Color Harmonies of #FE3E13
Complementary color
Monochromatic Colors of #FE3E13
Black with #FE3E13
Text Example
Text Example
White with #FE3E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E13; }
p { color: rgb(254,62,19); }
H1.HeaderClassName
{
color: #FE3E13;
}
.AnyTagClassName
{
color: #FE3E13;
}
</style>
background-color css
<style>
a { background-color: #FE3E13; }
a { background-color: rgb(254,62,19); }
div.DivClassName
{
background-color: #FE3E13;
}
.BgClassName
{
background-color: #FE3E13;
}
</style>
border-color css
<style>
span { border-color: #FE3E13; }
span { border-color: rgb(254,62,19); }
td.TdClassName
{
border-color: #FE3E13;
}
.TagClassName
{
border-color: #FE3E13;
}
</style>