Shades of Orange Red #FE3C05
Tints of Orange Red #FE3C05
RGB
CMYK
RGB Variations
Color information
#FE3C05 (or 0xFE3C05) is known color: Orange Red. HEX triplet: FE, 3C and 05. RGB value is (254,60,5). Sum of RGB (Red+Green+Blue) = 254+60+5=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3C05 is #01C3FA. Grayscale: #707070. Windows color (decimal): -115707 or 343294. OLE color: 343294.
HSL color Cylindrical-coordinate representation of color #FE3C05: hue angle of 13.25º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE3C05 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 5 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.00 |
| HSL | 13.25º | 0.99% | 0.51% | - |
| HSV(B) | 13.25º | 0.98% | 1% | - |
| XYZ | 42.52 | 24.31 | 2.6 | - |
| YUV | 111.74 | 67.77 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 5 | 0 | 0.76 | 0.98 | 0.00 | 13.25 | 0.99 | 0.51 |
| Hex | FE | 3C | 5 | 0 | 4C | 62 | 0 | D | 63 | 33 |
| Octal | 376 | 74 | 5 | 0 | 114 | 142 | 0 | 15 | 143 | 63 |
| Binary | 11111110 | 111100 | 101 | 0 | 1001100 | 1100010 | 0 | 1101 | 1100011 | 110011 |
Color Harmonies of #FE3C05
Complementary color
Monochromatic Colors of #FE3C05
Black with #FE3C05
Text Example
Text Example
White with #FE3C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C05; }
p { color: rgb(254,60,5); }
H1.HeaderClassName
{
color: #FE3C05;
}
.AnyTagClassName
{
color: #FE3C05;
}
</style>
background-color css
<style>
a { background-color: #FE3C05; }
a { background-color: rgb(254,60,5); }
div.DivClassName
{
background-color: #FE3C05;
}
.BgClassName
{
background-color: #FE3C05;
}
</style>
border-color css
<style>
span { border-color: #FE3C05; }
span { border-color: rgb(254,60,5); }
td.TdClassName
{
border-color: #FE3C05;
}
.TagClassName
{
border-color: #FE3C05;
}
</style>