Shades of Red Orange #FE4931
Tints of Red Orange #FE4931
RGB
CMYK
RGB Variations
Color information
#FE4931 (or 0xFE4931) is known color: Red Orange. HEX triplet: FE, 49 and 31. RGB value is (254,73,49). Sum of RGB (Red+Green+Blue) = 254+73+49=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4931 is #01B6CE. Grayscale: #7C7C7C. Windows color (decimal): -112335 or 3230206. OLE color: 3230206.
HSL color Cylindrical-coordinate representation of color #FE4931: hue angle of 7.02º 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 #FE4931 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 49 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.00 |
| HSL | 7.02º | 0.99% | 0.59% | - |
| HSV(B) | 7.02º | 0.81% | 1% | - |
| XYZ | 43.81 | 26.06 | 5.63 | - |
| YUV | 124.38 | 85.47 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 49 | 0 | 0.71 | 0.81 | 0.00 | 7.02 | 0.99 | 0.59 |
| Hex | FE | 49 | 31 | 0 | 47 | 51 | 0 | 7 | 63 | 3B |
| Octal | 376 | 111 | 61 | 0 | 107 | 121 | 0 | 7 | 143 | 73 |
| Binary | 11111110 | 1001001 | 110001 | 0 | 1000111 | 1010001 | 0 | 111 | 1100011 | 111011 |
Color Harmonies of #FE4931
Complementary color
Monochromatic Colors of #FE4931
Black with #FE4931
Text Example
Text Example
White with #FE4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4931; }
p { color: rgb(254,73,49); }
H1.HeaderClassName
{
color: #FE4931;
}
.AnyTagClassName
{
color: #FE4931;
}
</style>
background-color css
<style>
a { background-color: #FE4931; }
a { background-color: rgb(254,73,49); }
div.DivClassName
{
background-color: #FE4931;
}
.BgClassName
{
background-color: #FE4931;
}
</style>
border-color css
<style>
span { border-color: #FE4931; }
span { border-color: rgb(254,73,49); }
td.TdClassName
{
border-color: #FE4931;
}
.TagClassName
{
border-color: #FE4931;
}
</style>