Shades of Orange Red #FE3611
Tints of Orange Red #FE3611
RGB
CMYK
RGB Variations
Color information
#FE3611 (or 0xFE3611) is known color: Orange Red. HEX triplet: FE, 36 and 11. RGB value is (254,54,17). Sum of RGB (Red+Green+Blue) = 254+54+17=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3611 is #01C9EE. Grayscale: #6D6D6D. Windows color (decimal): -117231 or 1128190. OLE color: 1128190.
HSL color Cylindrical-coordinate representation of color #FE3611: hue angle of 9.37º 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 #FE3611 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 17 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.00 |
| HSL | 9.37º | 0.99% | 0.53% | - |
| HSV(B) | 9.37º | 0.93% | 1% | - |
| XYZ | 42.29 | 23.75 | 2.89 | - |
| YUV | 109.58 | 75.76 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 17 | 0 | 0.79 | 0.93 | 0.00 | 9.37 | 0.99 | 0.53 |
| Hex | FE | 36 | 11 | 0 | 4F | 5D | 0 | 9 | 63 | 35 |
| Octal | 376 | 66 | 21 | 0 | 117 | 135 | 0 | 11 | 143 | 65 |
| Binary | 11111110 | 110110 | 10001 | 0 | 1001111 | 1011101 | 0 | 1001 | 1100011 | 110101 |
Color Harmonies of #FE3611
Complementary color
Monochromatic Colors of #FE3611
Black with #FE3611
Text Example
Text Example
White with #FE3611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3611; }
p { color: rgb(254,54,17); }
H1.HeaderClassName
{
color: #FE3611;
}
.AnyTagClassName
{
color: #FE3611;
}
</style>
background-color css
<style>
a { background-color: #FE3611; }
a { background-color: rgb(254,54,17); }
div.DivClassName
{
background-color: #FE3611;
}
.BgClassName
{
background-color: #FE3611;
}
</style>
border-color css
<style>
span { border-color: #FE3611; }
span { border-color: rgb(254,54,17); }
td.TdClassName
{
border-color: #FE3611;
}
.TagClassName
{
border-color: #FE3611;
}
</style>