Shades of Red Orange #FE3631
Tints of Red Orange #FE3631
RGB
CMYK
RGB Variations
Color information
#FE3631 (or 0xFE3631) is known color: Red Orange. HEX triplet: FE, 36 and 31. RGB value is (254,54,49). Sum of RGB (Red+Green+Blue) = 254+54+49=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3631 is #01C9CE. Grayscale: #717171. Windows color (decimal): -117199 or 3225342. OLE color: 3225342.
HSL color Cylindrical-coordinate representation of color #FE3631: hue angle of 1.46º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3631 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 49 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.00 |
| HSL | 1.46º | 0.99% | 0.59% | - |
| HSV(B) | 1.46º | 0.81% | 1% | - |
| XYZ | 42.75 | 23.93 | 5.27 | - |
| YUV | 113.23 | 91.76 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 49 | 0 | 0.79 | 0.81 | 0.00 | 1.46 | 0.99 | 0.59 |
| Hex | FE | 36 | 31 | 0 | 4F | 51 | 0 | 1 | 63 | 3B |
| Octal | 376 | 66 | 61 | 0 | 117 | 121 | 0 | 1 | 143 | 73 |
| Binary | 11111110 | 110110 | 110001 | 0 | 1001111 | 1010001 | 0 | 1 | 1100011 | 111011 |
Color Harmonies of #FE3631
Complementary color
Monochromatic Colors of #FE3631
Black with #FE3631
Text Example
Text Example
White with #FE3631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3631; }
p { color: rgb(254,54,49); }
H1.HeaderClassName
{
color: #FE3631;
}
.AnyTagClassName
{
color: #FE3631;
}
</style>
background-color css
<style>
a { background-color: #FE3631; }
a { background-color: rgb(254,54,49); }
div.DivClassName
{
background-color: #FE3631;
}
.BgClassName
{
background-color: #FE3631;
}
</style>
border-color css
<style>
span { border-color: #FE3631; }
span { border-color: rgb(254,54,49); }
td.TdClassName
{
border-color: #FE3631;
}
.TagClassName
{
border-color: #FE3631;
}
</style>