Shades of Red Orange #FE4731
Tints of Red Orange #FE4731
RGB
CMYK
RGB Variations
Color information
#FE4731 (or 0xFE4731) is known color: Red Orange. HEX triplet: FE, 47 and 31. RGB value is (254,71,49). Sum of RGB (Red+Green+Blue) = 254+71+49=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4731 is #01B8CE. Grayscale: #7B7B7B. Windows color (decimal): -112847 or 3229694. OLE color: 3229694.
HSL color Cylindrical-coordinate representation of color #FE4731: hue angle of 6.44º 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 #FE4731 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 49 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.00 |
| HSL | 6.44º | 0.99% | 0.59% | - |
| HSV(B) | 6.44º | 0.81% | 1% | - |
| XYZ | 43.68 | 25.8 | 5.58 | - |
| YUV | 123.21 | 86.13 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 49 | 0 | 0.72 | 0.81 | 0.00 | 6.44 | 0.99 | 0.59 |
| Hex | FE | 47 | 31 | 0 | 48 | 51 | 0 | 6 | 63 | 3B |
| Octal | 376 | 107 | 61 | 0 | 110 | 121 | 0 | 6 | 143 | 73 |
| Binary | 11111110 | 1000111 | 110001 | 0 | 1001000 | 1010001 | 0 | 110 | 1100011 | 111011 |
Color Harmonies of #FE4731
Complementary color
Monochromatic Colors of #FE4731
Black with #FE4731
Text Example
Text Example
White with #FE4731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4731; }
p { color: rgb(254,71,49); }
H1.HeaderClassName
{
color: #FE4731;
}
.AnyTagClassName
{
color: #FE4731;
}
</style>
background-color css
<style>
a { background-color: #FE4731; }
a { background-color: rgb(254,71,49); }
div.DivClassName
{
background-color: #FE4731;
}
.BgClassName
{
background-color: #FE4731;
}
</style>
border-color css
<style>
span { border-color: #FE4731; }
span { border-color: rgb(254,71,49); }
td.TdClassName
{
border-color: #FE4731;
}
.TagClassName
{
border-color: #FE4731;
}
</style>