Shades of Red Orange #FE3C2E
Tints of Red Orange #FE3C2E
RGB
CMYK
RGB Variations
Color information
#FE3C2E (or 0xFE3C2E) is known color: Red Orange. HEX triplet: FE, 3C and 2E. RGB value is (254,60,46). Sum of RGB (Red+Green+Blue) = 254+60+46=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3C2E is #01C3D1. Grayscale: #747474. Windows color (decimal): -115666 or 3030270. OLE color: 3030270.
HSL color Cylindrical-coordinate representation of color #FE3C2E: hue angle of 4.04º 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 #FE3C2E is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 46 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.00 |
| HSL | 4.04º | 0.99% | 0.59% | - |
| HSV(B) | 4.04º | 0.82% | 1% | - |
| XYZ | 42.98 | 24.5 | 5.05 | - |
| YUV | 116.41 | 88.27 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 46 | 0 | 0.76 | 0.82 | 0.00 | 4.04 | 0.99 | 0.59 |
| Hex | FE | 3C | 2E | 0 | 4C | 52 | 0 | 4 | 63 | 3B |
| Octal | 376 | 74 | 56 | 0 | 114 | 122 | 0 | 4 | 143 | 73 |
| Binary | 11111110 | 111100 | 101110 | 0 | 1001100 | 1010010 | 0 | 100 | 1100011 | 111011 |
Color Harmonies of #FE3C2E
Complementary color
Monochromatic Colors of #FE3C2E
Black with #FE3C2E
Text Example
Text Example
White with #FE3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C2E; }
p { color: rgb(254,60,46); }
H1.HeaderClassName
{
color: #FE3C2E;
}
.AnyTagClassName
{
color: #FE3C2E;
}
</style>
background-color css
<style>
a { background-color: #FE3C2E; }
a { background-color: rgb(254,60,46); }
div.DivClassName
{
background-color: #FE3C2E;
}
.BgClassName
{
background-color: #FE3C2E;
}
</style>
border-color css
<style>
span { border-color: #FE3C2E; }
span { border-color: rgb(254,60,46); }
td.TdClassName
{
border-color: #FE3C2E;
}
.TagClassName
{
border-color: #FE3C2E;
}
</style>