Shades of Red Orange #FE4132
Tints of Red Orange #FE4132
RGB
CMYK
RGB Variations
Color information
#FE4132 (or 0xFE4132) is known color: Red Orange. HEX triplet: FE, 41 and 32. RGB value is (254,65,50). Sum of RGB (Red+Green+Blue) = 254+65+50=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4132 is #01BECD. Grayscale: #787878. Windows color (decimal): -114382 or 3293694. OLE color: 3293694.
HSL color Cylindrical-coordinate representation of color #FE4132: hue angle of 4.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE4132 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 50 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.00 |
| HSL | 4.41º | 0.99% | 0.6% | - |
| HSV(B) | 4.41º | 0.8% | 1% | - |
| XYZ | 43.34 | 25.08 | 5.57 | - |
| YUV | 119.8 | 88.62 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 50 | 0 | 0.74 | 0.80 | 0.00 | 4.41 | 0.99 | 0.6 |
| Hex | FE | 41 | 32 | 0 | 4A | 50 | 0 | 4 | 63 | 3C |
| Octal | 376 | 101 | 62 | 0 | 112 | 120 | 0 | 4 | 143 | 74 |
| Binary | 11111110 | 1000001 | 110010 | 0 | 1001010 | 1010000 | 0 | 100 | 1100011 | 111100 |
Color Harmonies of #FE4132
Complementary color
Monochromatic Colors of #FE4132
Black with #FE4132
Text Example
Text Example
White with #FE4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4132; }
p { color: rgb(254,65,50); }
H1.HeaderClassName
{
color: #FE4132;
}
.AnyTagClassName
{
color: #FE4132;
}
</style>
background-color css
<style>
a { background-color: #FE4132; }
a { background-color: rgb(254,65,50); }
div.DivClassName
{
background-color: #FE4132;
}
.BgClassName
{
background-color: #FE4132;
}
</style>
border-color css
<style>
span { border-color: #FE4132; }
span { border-color: rgb(254,65,50); }
td.TdClassName
{
border-color: #FE4132;
}
.TagClassName
{
border-color: #FE4132;
}
</style>