Shades of Red Orange #FE3A2A
Tints of Red Orange #FE3A2A
RGB
CMYK
RGB Variations
Color information
#FE3A2A (or 0xFE3A2A) is known color: Red Orange. HEX triplet: FE, 3A and 2A. RGB value is (254,58,42). Sum of RGB (Red+Green+Blue) = 254+58+42=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A2A is #01C5D5. Grayscale: #737373. Windows color (decimal): -116182 or 2767614. OLE color: 2767614.
HSL color Cylindrical-coordinate representation of color #FE3A2A: hue angle of 4.53º 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 #FE3A2A is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 42 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.00 |
| HSL | 4.53º | 0.99% | 0.58% | - |
| HSV(B) | 4.53º | 0.83% | 1% | - |
| XYZ | 42.8 | 24.26 | 4.62 | - |
| YUV | 114.78 | 86.93 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 42 | 0 | 0.77 | 0.83 | 0.00 | 4.53 | 0.99 | 0.58 |
| Hex | FE | 3A | 2A | 0 | 4D | 53 | 0 | 5 | 63 | 3A |
| Octal | 376 | 72 | 52 | 0 | 115 | 123 | 0 | 5 | 143 | 72 |
| Binary | 11111110 | 111010 | 101010 | 0 | 1001101 | 1010011 | 0 | 101 | 1100011 | 111010 |
Color Harmonies of #FE3A2A
Complementary color
Monochromatic Colors of #FE3A2A
Black with #FE3A2A
Text Example
Text Example
White with #FE3A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A2A; }
p { color: rgb(254,58,42); }
H1.HeaderClassName
{
color: #FE3A2A;
}
.AnyTagClassName
{
color: #FE3A2A;
}
</style>
background-color css
<style>
a { background-color: #FE3A2A; }
a { background-color: rgb(254,58,42); }
div.DivClassName
{
background-color: #FE3A2A;
}
.BgClassName
{
background-color: #FE3A2A;
}
</style>
border-color css
<style>
span { border-color: #FE3A2A; }
span { border-color: rgb(254,58,42); }
td.TdClassName
{
border-color: #FE3A2A;
}
.TagClassName
{
border-color: #FE3A2A;
}
</style>