Shades of Red Orange #FE351D
Tints of Red Orange #FE351D
RGB
CMYK
RGB Variations
Color information
#FE351D (or 0xFE351D) is known color: Red Orange. HEX triplet: FE, 35 and 1D. RGB value is (254,53,29). Sum of RGB (Red+Green+Blue) = 254+53+29=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE351D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE351D is #01CAE2. Grayscale: #6E6E6E. Windows color (decimal): -117475 or 1914366. OLE color: 1914366.
HSL color Cylindrical-coordinate representation of color #FE351D: hue angle of 6.4º 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 #FE351D is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 29 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.00 |
| HSL | 6.4º | 0.99% | 0.55% | - |
| HSV(B) | 6.4º | 0.89% | 1% | - |
| XYZ | 42.37 | 23.71 | 3.51 | - |
| YUV | 110.36 | 82.09 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 29 | 0 | 0.79 | 0.89 | 0.00 | 6.4 | 0.99 | 0.55 |
| Hex | FE | 35 | 1D | 0 | 4F | 59 | 0 | 6 | 63 | 37 |
| Octal | 376 | 65 | 35 | 0 | 117 | 131 | 0 | 6 | 143 | 67 |
| Binary | 11111110 | 110101 | 11101 | 0 | 1001111 | 1011001 | 0 | 110 | 1100011 | 110111 |
Color Harmonies of #FE351D
Complementary color
Monochromatic Colors of #FE351D
Black with #FE351D
Text Example
Text Example
White with #FE351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE351D; }
p { color: rgb(254,53,29); }
H1.HeaderClassName
{
color: #FE351D;
}
.AnyTagClassName
{
color: #FE351D;
}
</style>
background-color css
<style>
a { background-color: #FE351D; }
a { background-color: rgb(254,53,29); }
div.DivClassName
{
background-color: #FE351D;
}
.BgClassName
{
background-color: #FE351D;
}
</style>
border-color css
<style>
span { border-color: #FE351D; }
span { border-color: rgb(254,53,29); }
td.TdClassName
{
border-color: #FE351D;
}
.TagClassName
{
border-color: #FE351D;
}
</style>