Shades of Red Orange #FE4A32
Tints of Red Orange #FE4A32
RGB
CMYK
RGB Variations
Color information
#FE4A32 (or 0xFE4A32) is known color: Red Orange. HEX triplet: FE, 4A and 32. RGB value is (254,74,50). Sum of RGB (Red+Green+Blue) = 254+74+50=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4A32 is #01B5CD. Grayscale: #7D7D7D. Windows color (decimal): -112078 or 3295998. OLE color: 3295998.
HSL color Cylindrical-coordinate representation of color #FE4A32: hue angle of 7.06º 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 #FE4A32 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 50 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.00 |
| HSL | 7.06º | 0.99% | 0.6% | - |
| HSV(B) | 7.06º | 0.8% | 1% | - |
| XYZ | 43.9 | 26.2 | 5.76 | - |
| YUV | 125.08 | 85.63 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 50 | 0 | 0.71 | 0.80 | 0.00 | 7.06 | 0.99 | 0.6 |
| Hex | FE | 4A | 32 | 0 | 47 | 50 | 0 | 7 | 63 | 3C |
| Octal | 376 | 112 | 62 | 0 | 107 | 120 | 0 | 7 | 143 | 74 |
| Binary | 11111110 | 1001010 | 110010 | 0 | 1000111 | 1010000 | 0 | 111 | 1100011 | 111100 |
Color Harmonies of #FE4A32
Complementary color
Monochromatic Colors of #FE4A32
Black with #FE4A32
Text Example
Text Example
White with #FE4A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A32; }
p { color: rgb(254,74,50); }
H1.HeaderClassName
{
color: #FE4A32;
}
.AnyTagClassName
{
color: #FE4A32;
}
</style>
background-color css
<style>
a { background-color: #FE4A32; }
a { background-color: rgb(254,74,50); }
div.DivClassName
{
background-color: #FE4A32;
}
.BgClassName
{
background-color: #FE4A32;
}
</style>
border-color css
<style>
span { border-color: #FE4A32; }
span { border-color: rgb(254,74,50); }
td.TdClassName
{
border-color: #FE4A32;
}
.TagClassName
{
border-color: #FE4A32;
}
</style>