Shades of Orange Red #FE490F
Tints of Orange Red #FE490F
RGB
CMYK
RGB Variations
Color information
#FE490F (or 0xFE490F) is known color: Orange Red. HEX triplet: FE, 49 and 0F. RGB value is (254,73,15). Sum of RGB (Red+Green+Blue) = 254+73+15=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE490F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE490F is #01B6F0. Grayscale: #787878. Windows color (decimal): -112369 or 1001982. OLE color: 1001982.
HSL color Cylindrical-coordinate representation of color #FE490F: hue angle of 14.56º 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 #FE490F is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 15 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.00 |
| HSL | 14.56º | 0.99% | 0.53% | - |
| HSV(B) | 14.56º | 0.94% | 1% | - |
| XYZ | 43.34 | 25.87 | 3.16 | - |
| YUV | 120.51 | 68.47 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 15 | 0 | 0.71 | 0.94 | 0.00 | 14.56 | 0.99 | 0.53 |
| Hex | FE | 49 | F | 0 | 47 | 5E | 0 | F | 63 | 35 |
| Octal | 376 | 111 | 17 | 0 | 107 | 136 | 0 | 17 | 143 | 65 |
| Binary | 11111110 | 1001001 | 1111 | 0 | 1000111 | 1011110 | 0 | 1111 | 1100011 | 110101 |
Color Harmonies of #FE490F
Complementary color
Monochromatic Colors of #FE490F
Black with #FE490F
Text Example
Text Example
White with #FE490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE490F; }
p { color: rgb(254,73,15); }
H1.HeaderClassName
{
color: #FE490F;
}
.AnyTagClassName
{
color: #FE490F;
}
</style>
background-color css
<style>
a { background-color: #FE490F; }
a { background-color: rgb(254,73,15); }
div.DivClassName
{
background-color: #FE490F;
}
.BgClassName
{
background-color: #FE490F;
}
</style>
border-color css
<style>
span { border-color: #FE490F; }
span { border-color: rgb(254,73,15); }
td.TdClassName
{
border-color: #FE490F;
}
.TagClassName
{
border-color: #FE490F;
}
</style>