Shades of Red Orange #FE491F
Tints of Red Orange #FE491F
RGB
CMYK
RGB Variations
Color information
#FE491F (or 0xFE491F) is known color: Red Orange. HEX triplet: FE, 49 and 1F. RGB value is (254,73,31). Sum of RGB (Red+Green+Blue) = 254+73+31=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE491F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE491F is #01B6E0. Grayscale: #7A7A7A. Windows color (decimal): -112353 or 2050558. OLE color: 2050558.
HSL color Cylindrical-coordinate representation of color #FE491F: hue angle of 11.3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE491F is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 31 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.00 |
| HSL | 11.3º | 0.99% | 0.56% | - |
| HSV(B) | 11.3º | 0.88% | 1% | - |
| XYZ | 43.5 | 25.93 | 4.01 | - |
| YUV | 122.33 | 76.47 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 31 | 0 | 0.71 | 0.88 | 0.00 | 11.3 | 0.99 | 0.56 |
| Hex | FE | 49 | 1F | 0 | 47 | 58 | 0 | B | 63 | 38 |
| Octal | 376 | 111 | 37 | 0 | 107 | 130 | 0 | 13 | 143 | 70 |
| Binary | 11111110 | 1001001 | 11111 | 0 | 1000111 | 1011000 | 0 | 1011 | 1100011 | 111000 |
Color Harmonies of #FE491F
Complementary color
Monochromatic Colors of #FE491F
Black with #FE491F
Text Example
Text Example
White with #FE491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE491F; }
p { color: rgb(254,73,31); }
H1.HeaderClassName
{
color: #FE491F;
}
.AnyTagClassName
{
color: #FE491F;
}
</style>
background-color css
<style>
a { background-color: #FE491F; }
a { background-color: rgb(254,73,31); }
div.DivClassName
{
background-color: #FE491F;
}
.BgClassName
{
background-color: #FE491F;
}
</style>
border-color css
<style>
span { border-color: #FE491F; }
span { border-color: rgb(254,73,31); }
td.TdClassName
{
border-color: #FE491F;
}
.TagClassName
{
border-color: #FE491F;
}
</style>