Shades of Orange Red #FE3811
Tints of Orange Red #FE3811
RGB
CMYK
RGB Variations
Color information
#FE3811 (or 0xFE3811) is known color: Orange Red. HEX triplet: FE, 38 and 11. RGB value is (254,56,17). Sum of RGB (Red+Green+Blue) = 254+56+17=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3811 is #01C7EE. Grayscale: #6F6F6F. Windows color (decimal): -116719 or 1128702. OLE color: 1128702.
HSL color Cylindrical-coordinate representation of color #FE3811: hue angle of 9.87º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE3811 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 17 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.00 |
| HSL | 9.87º | 0.99% | 0.53% | - |
| HSV(B) | 9.87º | 0.93% | 1% | - |
| XYZ | 42.39 | 23.94 | 2.92 | - |
| YUV | 110.76 | 75.1 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 17 | 0 | 0.78 | 0.93 | 0.00 | 9.87 | 0.99 | 0.53 |
| Hex | FE | 38 | 11 | 0 | 4E | 5D | 0 | A | 63 | 35 |
| Octal | 376 | 70 | 21 | 0 | 116 | 135 | 0 | 12 | 143 | 65 |
| Binary | 11111110 | 111000 | 10001 | 0 | 1001110 | 1011101 | 0 | 1010 | 1100011 | 110101 |
Color Harmonies of #FE3811
Complementary color
Monochromatic Colors of #FE3811
Black with #FE3811
Text Example
Text Example
White with #FE3811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3811; }
p { color: rgb(254,56,17); }
H1.HeaderClassName
{
color: #FE3811;
}
.AnyTagClassName
{
color: #FE3811;
}
</style>
background-color css
<style>
a { background-color: #FE3811; }
a { background-color: rgb(254,56,17); }
div.DivClassName
{
background-color: #FE3811;
}
.BgClassName
{
background-color: #FE3811;
}
</style>
border-color css
<style>
span { border-color: #FE3811; }
span { border-color: rgb(254,56,17); }
td.TdClassName
{
border-color: #FE3811;
}
.TagClassName
{
border-color: #FE3811;
}
</style>