Shades of Red Orange #FE452E
Tints of Red Orange #FE452E
RGB
CMYK
RGB Variations
Color information
#FE452E (or 0xFE452E) is known color: Red Orange. HEX triplet: FE, 45 and 2E. RGB value is (254,69,46). Sum of RGB (Red+Green+Blue) = 254+69+46=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE452E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE452E is #01BAD1. Grayscale: #797979. Windows color (decimal): -113362 or 3032574. OLE color: 3032574.
HSL color Cylindrical-coordinate representation of color #FE452E: hue angle of 6.63º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE452E is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 46 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.00 |
| HSL | 6.63º | 0.99% | 0.59% | - |
| HSV(B) | 6.63º | 0.82% | 1% | - |
| XYZ | 43.49 | 25.52 | 5.22 | - |
| YUV | 121.69 | 85.29 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 46 | 0 | 0.73 | 0.82 | 0.00 | 6.63 | 0.99 | 0.59 |
| Hex | FE | 45 | 2E | 0 | 49 | 52 | 0 | 7 | 63 | 3B |
| Octal | 376 | 105 | 56 | 0 | 111 | 122 | 0 | 7 | 143 | 73 |
| Binary | 11111110 | 1000101 | 101110 | 0 | 1001001 | 1010010 | 0 | 111 | 1100011 | 111011 |
Color Harmonies of #FE452E
Complementary color
Monochromatic Colors of #FE452E
Black with #FE452E
Text Example
Text Example
White with #FE452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE452E; }
p { color: rgb(254,69,46); }
H1.HeaderClassName
{
color: #FE452E;
}
.AnyTagClassName
{
color: #FE452E;
}
</style>
background-color css
<style>
a { background-color: #FE452E; }
a { background-color: rgb(254,69,46); }
div.DivClassName
{
background-color: #FE452E;
}
.BgClassName
{
background-color: #FE452E;
}
</style>
border-color css
<style>
span { border-color: #FE452E; }
span { border-color: rgb(254,69,46); }
td.TdClassName
{
border-color: #FE452E;
}
.TagClassName
{
border-color: #FE452E;
}
</style>