Shades of Orange Red #FE490A
Tints of Orange Red #FE490A
RGB
CMYK
RGB Variations
Color information
#FE490A (or 0xFE490A) is known color: Orange Red. HEX triplet: FE, 49 and 0A. RGB value is (254,73,10). Sum of RGB (Red+Green+Blue) = 254+73+10=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE490A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE490A is #01B6F5. Grayscale: #787878. Windows color (decimal): -112374 or 674302. OLE color: 674302.
HSL color Cylindrical-coordinate representation of color #FE490A: hue angle of 15.49º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE490A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.00 |
| HSL | 15.49º | 0.99% | 0.52% | - |
| HSV(B) | 15.49º | 0.96% | 1% | - |
| XYZ | 43.31 | 25.86 | 3 | - |
| YUV | 119.94 | 65.97 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 10 | 0 | 0.71 | 0.96 | 0.00 | 15.49 | 0.99 | 0.52 |
| Hex | FE | 49 | A | 0 | 47 | 60 | 0 | F | 63 | 34 |
| Octal | 376 | 111 | 12 | 0 | 107 | 140 | 0 | 17 | 143 | 64 |
| Binary | 11111110 | 1001001 | 1010 | 0 | 1000111 | 1100000 | 0 | 1111 | 1100011 | 110100 |
Color Harmonies of #FE490A
Complementary color
Monochromatic Colors of #FE490A
Black with #FE490A
Text Example
Text Example
White with #FE490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE490A; }
p { color: rgb(254,73,10); }
H1.HeaderClassName
{
color: #FE490A;
}
.AnyTagClassName
{
color: #FE490A;
}
</style>
background-color css
<style>
a { background-color: #FE490A; }
a { background-color: rgb(254,73,10); }
div.DivClassName
{
background-color: #FE490A;
}
.BgClassName
{
background-color: #FE490A;
}
</style>
border-color css
<style>
span { border-color: #FE490A; }
span { border-color: rgb(254,73,10); }
td.TdClassName
{
border-color: #FE490A;
}
.TagClassName
{
border-color: #FE490A;
}
</style>