Shades of Red Orange #FE3A34
Tints of Red Orange #FE3A34
RGB
CMYK
RGB Variations
Color information
#FE3A34 (or 0xFE3A34) is known color: Red Orange. HEX triplet: FE, 3A and 34. RGB value is (254,58,52). Sum of RGB (Red+Green+Blue) = 254+58+52=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A34 is #01C5CB. Grayscale: #747474. Windows color (decimal): -116172 or 3422974. OLE color: 3422974.
HSL color Cylindrical-coordinate representation of color #FE3A34: hue angle of 1.78º 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 #FE3A34 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 52 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.00 |
| HSL | 1.78º | 0.99% | 0.6% | - |
| HSV(B) | 1.78º | 0.8% | 1% | - |
| XYZ | 43.01 | 24.34 | 5.68 | - |
| YUV | 115.92 | 91.93 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 52 | 0 | 0.77 | 0.80 | 0.00 | 1.78 | 0.99 | 0.6 |
| Hex | FE | 3A | 34 | 0 | 4D | 50 | 0 | 2 | 63 | 3C |
| Octal | 376 | 72 | 64 | 0 | 115 | 120 | 0 | 2 | 143 | 74 |
| Binary | 11111110 | 111010 | 110100 | 0 | 1001101 | 1010000 | 0 | 10 | 1100011 | 111100 |
Color Harmonies of #FE3A34
Complementary color
Monochromatic Colors of #FE3A34
Black with #FE3A34
Text Example
Text Example
White with #FE3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A34; }
p { color: rgb(254,58,52); }
H1.HeaderClassName
{
color: #FE3A34;
}
.AnyTagClassName
{
color: #FE3A34;
}
</style>
background-color css
<style>
a { background-color: #FE3A34; }
a { background-color: rgb(254,58,52); }
div.DivClassName
{
background-color: #FE3A34;
}
.BgClassName
{
background-color: #FE3A34;
}
</style>
border-color css
<style>
span { border-color: #FE3A34; }
span { border-color: rgb(254,58,52); }
td.TdClassName
{
border-color: #FE3A34;
}
.TagClassName
{
border-color: #FE3A34;
}
</style>