Shades of Red Orange #FE491C
Tints of Red Orange #FE491C
RGB
CMYK
RGB Variations
Color information
#FE491C (or 0xFE491C) is known color: Red Orange. HEX triplet: FE, 49 and 1C. RGB value is (254,73,28). Sum of RGB (Red+Green+Blue) = 254+73+28=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE491C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE491C is #01B6E3. Grayscale: #7A7A7A. Windows color (decimal): -112356 or 1853950. OLE color: 1853950.
HSL color Cylindrical-coordinate representation of color #FE491C: hue angle of 11.95º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE491C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 28 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.00 |
| HSL | 11.95º | 0.99% | 0.55% | - |
| HSV(B) | 11.95º | 0.89% | 1% | - |
| XYZ | 43.47 | 25.92 | 3.81 | - |
| YUV | 121.99 | 74.97 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 28 | 0 | 0.71 | 0.89 | 0.00 | 11.95 | 0.99 | 0.55 |
| Hex | FE | 49 | 1C | 0 | 47 | 59 | 0 | C | 63 | 37 |
| Octal | 376 | 111 | 34 | 0 | 107 | 131 | 0 | 14 | 143 | 67 |
| Binary | 11111110 | 1001001 | 11100 | 0 | 1000111 | 1011001 | 0 | 1100 | 1100011 | 110111 |
Color Harmonies of #FE491C
Complementary color
Monochromatic Colors of #FE491C
Black with #FE491C
Text Example
Text Example
White with #FE491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE491C; }
p { color: rgb(254,73,28); }
H1.HeaderClassName
{
color: #FE491C;
}
.AnyTagClassName
{
color: #FE491C;
}
</style>
background-color css
<style>
a { background-color: #FE491C; }
a { background-color: rgb(254,73,28); }
div.DivClassName
{
background-color: #FE491C;
}
.BgClassName
{
background-color: #FE491C;
}
</style>
border-color css
<style>
span { border-color: #FE491C; }
span { border-color: rgb(254,73,28); }
td.TdClassName
{
border-color: #FE491C;
}
.TagClassName
{
border-color: #FE491C;
}
</style>