Shades of Red Orange #FE3C2D
Tints of Red Orange #FE3C2D
RGB
CMYK
RGB Variations
Color information
#FE3C2D (or 0xFE3C2D) is known color: Red Orange. HEX triplet: FE, 3C and 2D. RGB value is (254,60,45). Sum of RGB (Red+Green+Blue) = 254+60+45=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3C2D is #01C3D2. Grayscale: #747474. Windows color (decimal): -115667 or 2964734. OLE color: 2964734.
HSL color Cylindrical-coordinate representation of color #FE3C2D: hue angle of 4.31º 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 #FE3C2D is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 45 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.00 |
| HSL | 4.31º | 0.99% | 0.59% | - |
| HSV(B) | 4.31º | 0.82% | 1% | - |
| XYZ | 42.96 | 24.49 | 4.95 | - |
| YUV | 116.3 | 87.77 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 45 | 0 | 0.76 | 0.82 | 0.00 | 4.31 | 0.99 | 0.59 |
| Hex | FE | 3C | 2D | 0 | 4C | 52 | 0 | 4 | 63 | 3B |
| Octal | 376 | 74 | 55 | 0 | 114 | 122 | 0 | 4 | 143 | 73 |
| Binary | 11111110 | 111100 | 101101 | 0 | 1001100 | 1010010 | 0 | 100 | 1100011 | 111011 |
Color Harmonies of #FE3C2D
Complementary color
Monochromatic Colors of #FE3C2D
Black with #FE3C2D
Text Example
Text Example
White with #FE3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C2D; }
p { color: rgb(254,60,45); }
H1.HeaderClassName
{
color: #FE3C2D;
}
.AnyTagClassName
{
color: #FE3C2D;
}
</style>
background-color css
<style>
a { background-color: #FE3C2D; }
a { background-color: rgb(254,60,45); }
div.DivClassName
{
background-color: #FE3C2D;
}
.BgClassName
{
background-color: #FE3C2D;
}
</style>
border-color css
<style>
span { border-color: #FE3C2D; }
span { border-color: rgb(254,60,45); }
td.TdClassName
{
border-color: #FE3C2D;
}
.TagClassName
{
border-color: #FE3C2D;
}
</style>