Shades of Red Orange #FE312C
Tints of Red Orange #FE312C
RGB
CMYK
RGB Variations
Color information
#FE312C (or 0xFE312C) is known color: Red Orange. HEX triplet: FE, 31 and 2C. RGB value is (254,49,44). Sum of RGB (Red+Green+Blue) = 254+49+44=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE312C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE312C is #01CED3. Grayscale: #6D6D6D. Windows color (decimal): -118484 or 2896382. OLE color: 2896382.
HSL color Cylindrical-coordinate representation of color #FE312C: hue angle of 1.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE312C is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 44 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.00 |
| HSL | 1.43º | 0.99% | 0.58% | - |
| HSV(B) | 1.43º | 0.83% | 1% | - |
| XYZ | 42.43 | 23.45 | 4.67 | - |
| YUV | 109.73 | 90.92 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 44 | 0 | 0.81 | 0.83 | 0.00 | 1.43 | 0.99 | 0.58 |
| Hex | FE | 31 | 2C | 0 | 51 | 53 | 0 | 1 | 63 | 3A |
| Octal | 376 | 61 | 54 | 0 | 121 | 123 | 0 | 1 | 143 | 72 |
| Binary | 11111110 | 110001 | 101100 | 0 | 1010001 | 1010011 | 0 | 1 | 1100011 | 111010 |
Color Harmonies of #FE312C
Complementary color
Monochromatic Colors of #FE312C
Black with #FE312C
Text Example
Text Example
White with #FE312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE312C; }
p { color: rgb(254,49,44); }
H1.HeaderClassName
{
color: #FE312C;
}
.AnyTagClassName
{
color: #FE312C;
}
</style>
background-color css
<style>
a { background-color: #FE312C; }
a { background-color: rgb(254,49,44); }
div.DivClassName
{
background-color: #FE312C;
}
.BgClassName
{
background-color: #FE312C;
}
</style>
border-color css
<style>
span { border-color: #FE312C; }
span { border-color: rgb(254,49,44); }
td.TdClassName
{
border-color: #FE312C;
}
.TagClassName
{
border-color: #FE312C;
}
</style>