Shades of Orange Red #FE3C14
Tints of Orange Red #FE3C14
RGB
CMYK
RGB Variations
Color information
#FE3C14 (or 0xFE3C14) is known color: Orange Red. HEX triplet: FE, 3C and 14. RGB value is (254,60,20). Sum of RGB (Red+Green+Blue) = 254+60+20=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3C14 is #01C3EB. Grayscale: #717171. Windows color (decimal): -115692 or 1326334. OLE color: 1326334.
HSL color Cylindrical-coordinate representation of color #FE3C14: hue angle of 10.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE3C14 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 20 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.00 |
| HSL | 10.26º | 0.99% | 0.54% | - |
| HSV(B) | 10.26º | 0.92% | 1% | - |
| XYZ | 42.62 | 24.35 | 3.12 | - |
| YUV | 113.45 | 75.27 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 20 | 0 | 0.76 | 0.92 | 0.00 | 10.26 | 0.99 | 0.54 |
| Hex | FE | 3C | 14 | 0 | 4C | 5C | 0 | A | 63 | 36 |
| Octal | 376 | 74 | 24 | 0 | 114 | 134 | 0 | 12 | 143 | 66 |
| Binary | 11111110 | 111100 | 10100 | 0 | 1001100 | 1011100 | 0 | 1010 | 1100011 | 110110 |
Color Harmonies of #FE3C14
Complementary color
Monochromatic Colors of #FE3C14
Black with #FE3C14
Text Example
Text Example
White with #FE3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C14; }
p { color: rgb(254,60,20); }
H1.HeaderClassName
{
color: #FE3C14;
}
.AnyTagClassName
{
color: #FE3C14;
}
</style>
background-color css
<style>
a { background-color: #FE3C14; }
a { background-color: rgb(254,60,20); }
div.DivClassName
{
background-color: #FE3C14;
}
.BgClassName
{
background-color: #FE3C14;
}
</style>
border-color css
<style>
span { border-color: #FE3C14; }
span { border-color: rgb(254,60,20); }
td.TdClassName
{
border-color: #FE3C14;
}
.TagClassName
{
border-color: #FE3C14;
}
</style>