Shades of Red Orange #FE342C
Tints of Red Orange #FE342C
RGB
CMYK
RGB Variations
Color information
#FE342C (or 0xFE342C) is known color: Red Orange. HEX triplet: FE, 34 and 2C. RGB value is (254,52,44). Sum of RGB (Red+Green+Blue) = 254+52+44=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE342C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE342C is #01CBD3. Grayscale: #6F6F6F. Windows color (decimal): -117716 or 2897150. OLE color: 2897150.
HSL color Cylindrical-coordinate representation of color #FE342C: hue angle of 2.29º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE342C is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 44 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.00 |
| HSL | 2.29º | 0.99% | 0.58% | - |
| HSV(B) | 2.29º | 0.83% | 1% | - |
| XYZ | 42.56 | 23.71 | 4.72 | - |
| YUV | 111.49 | 89.92 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 44 | 0 | 0.80 | 0.83 | 0.00 | 2.29 | 0.99 | 0.58 |
| Hex | FE | 34 | 2C | 0 | 50 | 53 | 0 | 2 | 63 | 3A |
| Octal | 376 | 64 | 54 | 0 | 120 | 123 | 0 | 2 | 143 | 72 |
| Binary | 11111110 | 110100 | 101100 | 0 | 1010000 | 1010011 | 0 | 10 | 1100011 | 111010 |
Color Harmonies of #FE342C
Complementary color
Monochromatic Colors of #FE342C
Black with #FE342C
Text Example
Text Example
White with #FE342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE342C; }
p { color: rgb(254,52,44); }
H1.HeaderClassName
{
color: #FE342C;
}
.AnyTagClassName
{
color: #FE342C;
}
</style>
background-color css
<style>
a { background-color: #FE342C; }
a { background-color: rgb(254,52,44); }
div.DivClassName
{
background-color: #FE342C;
}
.BgClassName
{
background-color: #FE342C;
}
</style>
border-color css
<style>
span { border-color: #FE342C; }
span { border-color: rgb(254,52,44); }
td.TdClassName
{
border-color: #FE342C;
}
.TagClassName
{
border-color: #FE342C;
}
</style>