Shades of Red Orange #FE342F
Tints of Red Orange #FE342F
RGB
CMYK
RGB Variations
Color information
#FE342F (or 0xFE342F) is known color: Red Orange. HEX triplet: FE, 34 and 2F. RGB value is (254,52,47). Sum of RGB (Red+Green+Blue) = 254+52+47=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE342F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE342F is #01CBD0. Grayscale: #707070. Windows color (decimal): -117713 or 3093758. OLE color: 3093758.
HSL color Cylindrical-coordinate representation of color #FE342F: hue angle of 1.45º 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 #FE342F is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 47 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.00 |
| HSL | 1.45º | 0.99% | 0.59% | - |
| HSV(B) | 1.45º | 0.81% | 1% | - |
| XYZ | 42.61 | 23.73 | 5.02 | - |
| YUV | 111.83 | 91.42 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 47 | 0 | 0.80 | 0.81 | 0.00 | 1.45 | 0.99 | 0.59 |
| Hex | FE | 34 | 2F | 0 | 50 | 51 | 0 | 1 | 63 | 3B |
| Octal | 376 | 64 | 57 | 0 | 120 | 121 | 0 | 1 | 143 | 73 |
| Binary | 11111110 | 110100 | 101111 | 0 | 1010000 | 1010001 | 0 | 1 | 1100011 | 111011 |
Color Harmonies of #FE342F
Complementary color
Monochromatic Colors of #FE342F
Black with #FE342F
Text Example
Text Example
White with #FE342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE342F; }
p { color: rgb(254,52,47); }
H1.HeaderClassName
{
color: #FE342F;
}
.AnyTagClassName
{
color: #FE342F;
}
</style>
background-color css
<style>
a { background-color: #FE342F; }
a { background-color: rgb(254,52,47); }
div.DivClassName
{
background-color: #FE342F;
}
.BgClassName
{
background-color: #FE342F;
}
</style>
border-color css
<style>
span { border-color: #FE342F; }
span { border-color: rgb(254,52,47); }
td.TdClassName
{
border-color: #FE342F;
}
.TagClassName
{
border-color: #FE342F;
}
</style>