Shades of Red Orange #FE3C36
Tints of Red Orange #FE3C36
RGB
CMYK
RGB Variations
Color information
#FE3C36 (or 0xFE3C36) is known color: Red Orange. HEX triplet: FE, 3C and 36. RGB value is (254,60,54). Sum of RGB (Red+Green+Blue) = 254+60+54=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3C36 is #01C3C9. Grayscale: #757575. Windows color (decimal): -115658 or 3554558. OLE color: 3554558.
HSL color Cylindrical-coordinate representation of color #FE3C36: hue angle of 1.8º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE3C36 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 54 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.00 |
| HSL | 1.8º | 0.99% | 0.6% | - |
| HSV(B) | 1.8º | 0.79% | 1% | - |
| XYZ | 43.15 | 24.57 | 5.96 | - |
| YUV | 117.32 | 92.27 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 54 | 0 | 0.76 | 0.79 | 0.00 | 1.8 | 0.99 | 0.6 |
| Hex | FE | 3C | 36 | 0 | 4C | 4F | 0 | 2 | 63 | 3C |
| Octal | 376 | 74 | 66 | 0 | 114 | 117 | 0 | 2 | 143 | 74 |
| Binary | 11111110 | 111100 | 110110 | 0 | 1001100 | 1001111 | 0 | 10 | 1100011 | 111100 |
Color Harmonies of #FE3C36
Complementary color
Monochromatic Colors of #FE3C36
Black with #FE3C36
Text Example
Text Example
White with #FE3C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C36; }
p { color: rgb(254,60,54); }
H1.HeaderClassName
{
color: #FE3C36;
}
.AnyTagClassName
{
color: #FE3C36;
}
</style>
background-color css
<style>
a { background-color: #FE3C36; }
a { background-color: rgb(254,60,54); }
div.DivClassName
{
background-color: #FE3C36;
}
.BgClassName
{
background-color: #FE3C36;
}
</style>
border-color css
<style>
span { border-color: #FE3C36; }
span { border-color: rgb(254,60,54); }
td.TdClassName
{
border-color: #FE3C36;
}
.TagClassName
{
border-color: #FE3C36;
}
</style>