Shades of Red Orange #FE461C
Tints of Red Orange #FE461C
RGB
CMYK
RGB Variations
Color information
#FE461C (or 0xFE461C) is known color: Red Orange. HEX triplet: FE, 46 and 1C. RGB value is (254,70,28). Sum of RGB (Red+Green+Blue) = 254+70+28=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE461C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE461C is #01B9E3. Grayscale: #787878. Windows color (decimal): -113124 or 1853182. OLE color: 1853182.
HSL color Cylindrical-coordinate representation of color #FE461C: hue angle of 11.15º 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 #FE461C is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 28 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.00 |
| HSL | 11.15º | 0.99% | 0.55% | - |
| HSV(B) | 11.15º | 0.89% | 1% | - |
| XYZ | 43.27 | 25.53 | 3.75 | - |
| YUV | 120.23 | 75.96 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 28 | 0 | 0.72 | 0.89 | 0.00 | 11.15 | 0.99 | 0.55 |
| Hex | FE | 46 | 1C | 0 | 48 | 59 | 0 | B | 63 | 37 |
| Octal | 376 | 106 | 34 | 0 | 110 | 131 | 0 | 13 | 143 | 67 |
| Binary | 11111110 | 1000110 | 11100 | 0 | 1001000 | 1011001 | 0 | 1011 | 1100011 | 110111 |
Color Harmonies of #FE461C
Complementary color
Monochromatic Colors of #FE461C
Black with #FE461C
Text Example
Text Example
White with #FE461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE461C; }
p { color: rgb(254,70,28); }
H1.HeaderClassName
{
color: #FE461C;
}
.AnyTagClassName
{
color: #FE461C;
}
</style>
background-color css
<style>
a { background-color: #FE461C; }
a { background-color: rgb(254,70,28); }
div.DivClassName
{
background-color: #FE461C;
}
.BgClassName
{
background-color: #FE461C;
}
</style>
border-color css
<style>
span { border-color: #FE461C; }
span { border-color: rgb(254,70,28); }
td.TdClassName
{
border-color: #FE461C;
}
.TagClassName
{
border-color: #FE461C;
}
</style>