Shades of Red Orange #FE321A
Tints of Red Orange #FE321A
RGB
CMYK
RGB Variations
Color information
#FE321A (or 0xFE321A) is known color: Red Orange. HEX triplet: FE, 32 and 1A. RGB value is (254,50,26). Sum of RGB (Red+Green+Blue) = 254+50+26=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE321A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE321A is #01CDE5. Grayscale: #6C6C6C. Windows color (decimal): -118246 or 1716990. OLE color: 1716990.
HSL color Cylindrical-coordinate representation of color #FE321A: hue angle of 6.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE321A is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 26 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.00 |
| HSL | 6.32º | 0.99% | 0.55% | - |
| HSV(B) | 6.32º | 0.9% | 1% | - |
| XYZ | 42.2 | 23.43 | 3.27 | - |
| YUV | 108.26 | 81.59 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 26 | 0 | 0.80 | 0.90 | 0.00 | 6.32 | 0.99 | 0.55 |
| Hex | FE | 32 | 1A | 0 | 50 | 5A | 0 | 6 | 63 | 37 |
| Octal | 376 | 62 | 32 | 0 | 120 | 132 | 0 | 6 | 143 | 67 |
| Binary | 11111110 | 110010 | 11010 | 0 | 1010000 | 1011010 | 0 | 110 | 1100011 | 110111 |
Color Harmonies of #FE321A
Complementary color
Monochromatic Colors of #FE321A
Black with #FE321A
Text Example
Text Example
White with #FE321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE321A; }
p { color: rgb(254,50,26); }
H1.HeaderClassName
{
color: #FE321A;
}
.AnyTagClassName
{
color: #FE321A;
}
</style>
background-color css
<style>
a { background-color: #FE321A; }
a { background-color: rgb(254,50,26); }
div.DivClassName
{
background-color: #FE321A;
}
.BgClassName
{
background-color: #FE321A;
}
</style>
border-color css
<style>
span { border-color: #FE321A; }
span { border-color: rgb(254,50,26); }
td.TdClassName
{
border-color: #FE321A;
}
.TagClassName
{
border-color: #FE321A;
}
</style>