Shades of Orange Red #FE3C17
Tints of Orange Red #FE3C17
RGB
CMYK
RGB Variations
Color information
#FE3C17 (or 0xFE3C17) is known color: Orange Red. HEX triplet: FE, 3C and 17. RGB value is (254,60,23). Sum of RGB (Red+Green+Blue) = 254+60+23=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3C17 is #01C3E8. Grayscale: #727272. Windows color (decimal): -115689 or 1522942. OLE color: 1522942.
HSL color Cylindrical-coordinate representation of color #FE3C17: hue angle of 9.61º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE3C17 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 23 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.00 |
| HSL | 9.61º | 0.99% | 0.54% | - |
| HSV(B) | 9.61º | 0.91% | 1% | - |
| XYZ | 42.64 | 24.36 | 3.27 | - |
| YUV | 113.79 | 76.77 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 23 | 0 | 0.76 | 0.91 | 0.00 | 9.61 | 0.99 | 0.54 |
| Hex | FE | 3C | 17 | 0 | 4C | 5B | 0 | A | 63 | 36 |
| Octal | 376 | 74 | 27 | 0 | 114 | 133 | 0 | 12 | 143 | 66 |
| Binary | 11111110 | 111100 | 10111 | 0 | 1001100 | 1011011 | 0 | 1010 | 1100011 | 110110 |
Color Harmonies of #FE3C17
Complementary color
Monochromatic Colors of #FE3C17
Black with #FE3C17
Text Example
Text Example
White with #FE3C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C17; }
p { color: rgb(254,60,23); }
H1.HeaderClassName
{
color: #FE3C17;
}
.AnyTagClassName
{
color: #FE3C17;
}
</style>
background-color css
<style>
a { background-color: #FE3C17; }
a { background-color: rgb(254,60,23); }
div.DivClassName
{
background-color: #FE3C17;
}
.BgClassName
{
background-color: #FE3C17;
}
</style>
border-color css
<style>
span { border-color: #FE3C17; }
span { border-color: rgb(254,60,23); }
td.TdClassName
{
border-color: #FE3C17;
}
.TagClassName
{
border-color: #FE3C17;
}
</style>