Shades of Orange Red #FE491B
Tints of Orange Red #FE491B
RGB
CMYK
RGB Variations
Color information
#FE491B (or 0xFE491B) is known color: Orange Red. HEX triplet: FE, 49 and 1B. RGB value is (254,73,27). Sum of RGB (Red+Green+Blue) = 254+73+27=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE491B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE491B is #01B6E4. Grayscale: #7A7A7A. Windows color (decimal): -112357 or 1788414. OLE color: 1788414.
HSL color Cylindrical-coordinate representation of color #FE491B: hue angle of 12.16º 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 #FE491B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 27 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.00 |
| HSL | 12.16º | 0.99% | 0.55% | - |
| HSV(B) | 12.16º | 0.89% | 1% | - |
| XYZ | 43.45 | 25.92 | 3.75 | - |
| YUV | 121.88 | 74.47 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 27 | 0 | 0.71 | 0.89 | 0.00 | 12.16 | 0.99 | 0.55 |
| Hex | FE | 49 | 1B | 0 | 47 | 59 | 0 | C | 63 | 37 |
| Octal | 376 | 111 | 33 | 0 | 107 | 131 | 0 | 14 | 143 | 67 |
| Binary | 11111110 | 1001001 | 11011 | 0 | 1000111 | 1011001 | 0 | 1100 | 1100011 | 110111 |
Color Harmonies of #FE491B
Complementary color
Monochromatic Colors of #FE491B
Black with #FE491B
Text Example
Text Example
White with #FE491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE491B; }
p { color: rgb(254,73,27); }
H1.HeaderClassName
{
color: #FE491B;
}
.AnyTagClassName
{
color: #FE491B;
}
</style>
background-color css
<style>
a { background-color: #FE491B; }
a { background-color: rgb(254,73,27); }
div.DivClassName
{
background-color: #FE491B;
}
.BgClassName
{
background-color: #FE491B;
}
</style>
border-color css
<style>
span { border-color: #FE491B; }
span { border-color: rgb(254,73,27); }
td.TdClassName
{
border-color: #FE491B;
}
.TagClassName
{
border-color: #FE491B;
}
</style>