Shades of Red Orange #FE321D
Tints of Red Orange #FE321D
RGB
CMYK
RGB Variations
Color information
#FE321D (or 0xFE321D) is known color: Red Orange. HEX triplet: FE, 32 and 1D. RGB value is (254,50,29). Sum of RGB (Red+Green+Blue) = 254+50+29=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE321D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE321D is #01CDE2. Grayscale: #6C6C6C. Windows color (decimal): -118243 or 1913598. OLE color: 1913598.
HSL color Cylindrical-coordinate representation of color #FE321D: hue angle of 5.6º 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 #FE321D is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 29 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.00 |
| HSL | 5.6º | 0.99% | 0.55% | - |
| HSV(B) | 5.6º | 0.89% | 1% | - |
| XYZ | 42.24 | 23.44 | 3.46 | - |
| YUV | 108.6 | 83.09 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 29 | 0 | 0.80 | 0.89 | 0.00 | 5.6 | 0.99 | 0.55 |
| Hex | FE | 32 | 1D | 0 | 50 | 59 | 0 | 6 | 63 | 37 |
| Octal | 376 | 62 | 35 | 0 | 120 | 131 | 0 | 6 | 143 | 67 |
| Binary | 11111110 | 110010 | 11101 | 0 | 1010000 | 1011001 | 0 | 110 | 1100011 | 110111 |
Color Harmonies of #FE321D
Complementary color
Monochromatic Colors of #FE321D
Black with #FE321D
Text Example
Text Example
White with #FE321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE321D; }
p { color: rgb(254,50,29); }
H1.HeaderClassName
{
color: #FE321D;
}
.AnyTagClassName
{
color: #FE321D;
}
</style>
background-color css
<style>
a { background-color: #FE321D; }
a { background-color: rgb(254,50,29); }
div.DivClassName
{
background-color: #FE321D;
}
.BgClassName
{
background-color: #FE321D;
}
</style>
border-color css
<style>
span { border-color: #FE321D; }
span { border-color: rgb(254,50,29); }
td.TdClassName
{
border-color: #FE321D;
}
.TagClassName
{
border-color: #FE321D;
}
</style>