Shades of Red Orange #FE3424
Tints of Red Orange #FE3424
RGB
CMYK
RGB Variations
Color information
#FE3424 (or 0xFE3424) is known color: Red Orange. HEX triplet: FE, 34 and 24. RGB value is (254,52,36). Sum of RGB (Red+Green+Blue) = 254+52+36=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3424 is #01CBDB. Grayscale: #6E6E6E. Windows color (decimal): -117724 or 2372862. OLE color: 2372862.
HSL color Cylindrical-coordinate representation of color #FE3424: hue angle of 4.4º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE3424 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 36 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.00 |
| HSL | 4.4º | 0.99% | 0.57% | - |
| HSV(B) | 4.4º | 0.86% | 1% | - |
| XYZ | 42.42 | 23.65 | 4 | - |
| YUV | 110.57 | 85.92 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 36 | 0 | 0.80 | 0.86 | 0.00 | 4.4 | 0.99 | 0.57 |
| Hex | FE | 34 | 24 | 0 | 50 | 56 | 0 | 4 | 63 | 39 |
| Octal | 376 | 64 | 44 | 0 | 120 | 126 | 0 | 4 | 143 | 71 |
| Binary | 11111110 | 110100 | 100100 | 0 | 1010000 | 1010110 | 0 | 100 | 1100011 | 111001 |
Color Harmonies of #FE3424
Complementary color
Monochromatic Colors of #FE3424
Black with #FE3424
Text Example
Text Example
White with #FE3424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3424; }
p { color: rgb(254,52,36); }
H1.HeaderClassName
{
color: #FE3424;
}
.AnyTagClassName
{
color: #FE3424;
}
</style>
background-color css
<style>
a { background-color: #FE3424; }
a { background-color: rgb(254,52,36); }
div.DivClassName
{
background-color: #FE3424;
}
.BgClassName
{
background-color: #FE3424;
}
</style>
border-color css
<style>
span { border-color: #FE3424; }
span { border-color: rgb(254,52,36); }
td.TdClassName
{
border-color: #FE3424;
}
.TagClassName
{
border-color: #FE3424;
}
</style>