Shades of Red Orange #FE322F
Tints of Red Orange #FE322F
RGB
CMYK
RGB Variations
Color information
#FE322F (or 0xFE322F) is known color: Red Orange. HEX triplet: FE, 32 and 2F. RGB value is (254,50,47). Sum of RGB (Red+Green+Blue) = 254+50+47=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE322F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE322F is #01CDD0. Grayscale: #6E6E6E. Windows color (decimal): -118225 or 3093246. OLE color: 3093246.
HSL color Cylindrical-coordinate representation of color #FE322F: hue angle of 0.87º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE322F is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 47 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.00 |
| HSL | 0.87º | 0.99% | 0.59% | - |
| HSV(B) | 0.87º | 0.81% | 1% | - |
| XYZ | 42.53 | 23.56 | 4.99 | - |
| YUV | 110.65 | 92.09 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 47 | 0 | 0.80 | 0.81 | 0.00 | 0.87 | 0.99 | 0.59 |
| Hex | FE | 32 | 2F | 0 | 50 | 51 | 0 | 1 | 63 | 3B |
| Octal | 376 | 62 | 57 | 0 | 120 | 121 | 0 | 1 | 143 | 73 |
| Binary | 11111110 | 110010 | 101111 | 0 | 1010000 | 1010001 | 0 | 1 | 1100011 | 111011 |
Color Harmonies of #FE322F
Complementary color
Monochromatic Colors of #FE322F
Black with #FE322F
Text Example
Text Example
White with #FE322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE322F; }
p { color: rgb(254,50,47); }
H1.HeaderClassName
{
color: #FE322F;
}
.AnyTagClassName
{
color: #FE322F;
}
</style>
background-color css
<style>
a { background-color: #FE322F; }
a { background-color: rgb(254,50,47); }
div.DivClassName
{
background-color: #FE322F;
}
.BgClassName
{
background-color: #FE322F;
}
</style>
border-color css
<style>
span { border-color: #FE322F; }
span { border-color: rgb(254,50,47); }
td.TdClassName
{
border-color: #FE322F;
}
.TagClassName
{
border-color: #FE322F;
}
</style>