Shades of Red Orange #FE4B31
Tints of Red Orange #FE4B31
RGB
CMYK
RGB Variations
Color information
#FE4B31 (or 0xFE4B31) is known color: Red Orange. HEX triplet: FE, 4B and 31. RGB value is (254,75,49). Sum of RGB (Red+Green+Blue) = 254+75+49=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4B31 is #01B4CE. Grayscale: #7D7D7D. Windows color (decimal): -111823 or 3230718. OLE color: 3230718.
HSL color Cylindrical-coordinate representation of color #FE4B31: hue angle of 7.61º 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 #FE4B31 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 49 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.00 |
| HSL | 7.61º | 0.99% | 0.59% | - |
| HSV(B) | 7.61º | 0.81% | 1% | - |
| XYZ | 43.94 | 26.32 | 5.67 | - |
| YUV | 125.56 | 84.8 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 49 | 0 | 0.70 | 0.81 | 0.00 | 7.61 | 0.99 | 0.59 |
| Hex | FE | 4B | 31 | 0 | 46 | 51 | 0 | 8 | 63 | 3B |
| Octal | 376 | 113 | 61 | 0 | 106 | 121 | 0 | 10 | 143 | 73 |
| Binary | 11111110 | 1001011 | 110001 | 0 | 1000110 | 1010001 | 0 | 1000 | 1100011 | 111011 |
Color Harmonies of #FE4B31
Complementary color
Monochromatic Colors of #FE4B31
Black with #FE4B31
Text Example
Text Example
White with #FE4B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B31; }
p { color: rgb(254,75,49); }
H1.HeaderClassName
{
color: #FE4B31;
}
.AnyTagClassName
{
color: #FE4B31;
}
</style>
background-color css
<style>
a { background-color: #FE4B31; }
a { background-color: rgb(254,75,49); }
div.DivClassName
{
background-color: #FE4B31;
}
.BgClassName
{
background-color: #FE4B31;
}
</style>
border-color css
<style>
span { border-color: #FE4B31; }
span { border-color: rgb(254,75,49); }
td.TdClassName
{
border-color: #FE4B31;
}
.TagClassName
{
border-color: #FE4B31;
}
</style>