Shades of Red Orange #FE4031
Tints of Red Orange #FE4031
RGB
CMYK
RGB Variations
Color information
#FE4031 (or 0xFE4031) is known color: Red Orange. HEX triplet: FE, 40 and 31. RGB value is (254,64,49). Sum of RGB (Red+Green+Blue) = 254+64+49=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4031 is #01BFCE. Grayscale: #777777. Windows color (decimal): -114639 or 3227902. OLE color: 3227902.
HSL color Cylindrical-coordinate representation of color #FE4031: hue angle of 4.39º 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 #FE4031 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 49 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.00 |
| HSL | 4.39º | 0.99% | 0.59% | - |
| HSV(B) | 4.39º | 0.81% | 1% | - |
| XYZ | 43.26 | 24.96 | 5.44 | - |
| YUV | 119.1 | 88.45 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 49 | 0 | 0.75 | 0.81 | 0.00 | 4.39 | 0.99 | 0.59 |
| Hex | FE | 40 | 31 | 0 | 4B | 51 | 0 | 4 | 63 | 3B |
| Octal | 376 | 100 | 61 | 0 | 113 | 121 | 0 | 4 | 143 | 73 |
| Binary | 11111110 | 1000000 | 110001 | 0 | 1001011 | 1010001 | 0 | 100 | 1100011 | 111011 |
Color Harmonies of #FE4031
Complementary color
Monochromatic Colors of #FE4031
Black with #FE4031
Text Example
Text Example
White with #FE4031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4031; }
p { color: rgb(254,64,49); }
H1.HeaderClassName
{
color: #FE4031;
}
.AnyTagClassName
{
color: #FE4031;
}
</style>
background-color css
<style>
a { background-color: #FE4031; }
a { background-color: rgb(254,64,49); }
div.DivClassName
{
background-color: #FE4031;
}
.BgClassName
{
background-color: #FE4031;
}
</style>
border-color css
<style>
span { border-color: #FE4031; }
span { border-color: rgb(254,64,49); }
td.TdClassName
{
border-color: #FE4031;
}
.TagClassName
{
border-color: #FE4031;
}
</style>