Shades of Orange Red #FE490E
Tints of Orange Red #FE490E
RGB
CMYK
RGB Variations
Color information
#FE490E (or 0xFE490E) is known color: Orange Red. HEX triplet: FE, 49 and 0E. RGB value is (254,73,14). Sum of RGB (Red+Green+Blue) = 254+73+14=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE490E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE490E is #01B6F1. Grayscale: #787878. Windows color (decimal): -112370 or 936446. OLE color: 936446.
HSL color Cylindrical-coordinate representation of color #FE490E: hue angle of 14.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE490E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.00 |
| HSL | 14.75º | 0.99% | 0.53% | - |
| HSV(B) | 14.75º | 0.94% | 1% | - |
| XYZ | 43.33 | 25.87 | 3.12 | - |
| YUV | 120.39 | 67.97 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 14 | 0 | 0.71 | 0.94 | 0.00 | 14.75 | 0.99 | 0.53 |
| Hex | FE | 49 | E | 0 | 47 | 5E | 0 | F | 63 | 35 |
| Octal | 376 | 111 | 16 | 0 | 107 | 136 | 0 | 17 | 143 | 65 |
| Binary | 11111110 | 1001001 | 1110 | 0 | 1000111 | 1011110 | 0 | 1111 | 1100011 | 110101 |
Color Harmonies of #FE490E
Complementary color
Monochromatic Colors of #FE490E
Black with #FE490E
Text Example
Text Example
White with #FE490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE490E; }
p { color: rgb(254,73,14); }
H1.HeaderClassName
{
color: #FE490E;
}
.AnyTagClassName
{
color: #FE490E;
}
</style>
background-color css
<style>
a { background-color: #FE490E; }
a { background-color: rgb(254,73,14); }
div.DivClassName
{
background-color: #FE490E;
}
.BgClassName
{
background-color: #FE490E;
}
</style>
border-color css
<style>
span { border-color: #FE490E; }
span { border-color: rgb(254,73,14); }
td.TdClassName
{
border-color: #FE490E;
}
.TagClassName
{
border-color: #FE490E;
}
</style>