Shades of Red Orange #FE451E
Tints of Red Orange #FE451E
RGB
CMYK
RGB Variations
Color information
#FE451E (or 0xFE451E) is known color: Red Orange. HEX triplet: FE, 45 and 1E. RGB value is (254,69,30). Sum of RGB (Red+Green+Blue) = 254+69+30=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE451E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE451E is #01BAE1. Grayscale: #787878. Windows color (decimal): -113378 or 1983998. OLE color: 1983998.
HSL color Cylindrical-coordinate representation of color #FE451E: hue angle of 10.45º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE451E is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 30 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.00 |
| HSL | 10.45º | 0.99% | 0.56% | - |
| HSV(B) | 10.45º | 0.88% | 1% | - |
| XYZ | 43.24 | 25.42 | 3.86 | - |
| YUV | 119.87 | 77.29 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 30 | 0 | 0.73 | 0.88 | 0.00 | 10.45 | 0.99 | 0.56 |
| Hex | FE | 45 | 1E | 0 | 49 | 58 | 0 | A | 63 | 38 |
| Octal | 376 | 105 | 36 | 0 | 111 | 130 | 0 | 12 | 143 | 70 |
| Binary | 11111110 | 1000101 | 11110 | 0 | 1001001 | 1011000 | 0 | 1010 | 1100011 | 111000 |
Color Harmonies of #FE451E
Complementary color
Monochromatic Colors of #FE451E
Black with #FE451E
Text Example
Text Example
White with #FE451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE451E; }
p { color: rgb(254,69,30); }
H1.HeaderClassName
{
color: #FE451E;
}
.AnyTagClassName
{
color: #FE451E;
}
</style>
background-color css
<style>
a { background-color: #FE451E; }
a { background-color: rgb(254,69,30); }
div.DivClassName
{
background-color: #FE451E;
}
.BgClassName
{
background-color: #FE451E;
}
</style>
border-color css
<style>
span { border-color: #FE451E; }
span { border-color: rgb(254,69,30); }
td.TdClassName
{
border-color: #FE451E;
}
.TagClassName
{
border-color: #FE451E;
}
</style>