Shades of Red Orange #FE342A
Tints of Red Orange #FE342A
RGB
CMYK
RGB Variations
Color information
#FE342A (or 0xFE342A) is known color: Red Orange. HEX triplet: FE, 34 and 2A. RGB value is (254,52,42). Sum of RGB (Red+Green+Blue) = 254+52+42=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE342A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE342A is #01CBD5. Grayscale: #6F6F6F. Windows color (decimal): -117718 or 2766078. OLE color: 2766078.
HSL color Cylindrical-coordinate representation of color #FE342A: hue angle of 2.83º 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 #FE342A is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 42 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.00 |
| HSL | 2.83º | 0.99% | 0.58% | - |
| HSV(B) | 2.83º | 0.83% | 1% | - |
| XYZ | 42.52 | 23.69 | 4.52 | - |
| YUV | 111.26 | 88.92 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 42 | 0 | 0.80 | 0.83 | 0.00 | 2.83 | 0.99 | 0.58 |
| Hex | FE | 34 | 2A | 0 | 50 | 53 | 0 | 3 | 63 | 3A |
| Octal | 376 | 64 | 52 | 0 | 120 | 123 | 0 | 3 | 143 | 72 |
| Binary | 11111110 | 110100 | 101010 | 0 | 1010000 | 1010011 | 0 | 11 | 1100011 | 111010 |
Color Harmonies of #FE342A
Complementary color
Monochromatic Colors of #FE342A
Black with #FE342A
Text Example
Text Example
White with #FE342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE342A; }
p { color: rgb(254,52,42); }
H1.HeaderClassName
{
color: #FE342A;
}
.AnyTagClassName
{
color: #FE342A;
}
</style>
background-color css
<style>
a { background-color: #FE342A; }
a { background-color: rgb(254,52,42); }
div.DivClassName
{
background-color: #FE342A;
}
.BgClassName
{
background-color: #FE342A;
}
</style>
border-color css
<style>
span { border-color: #FE342A; }
span { border-color: rgb(254,52,42); }
td.TdClassName
{
border-color: #FE342A;
}
.TagClassName
{
border-color: #FE342A;
}
</style>