Shades of Red Orange #FE3A2F
Tints of Red Orange #FE3A2F
RGB
CMYK
RGB Variations
Color information
#FE3A2F (or 0xFE3A2F) is known color: Red Orange. HEX triplet: FE, 3A and 2F. RGB value is (254,58,47). Sum of RGB (Red+Green+Blue) = 254+58+47=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A2F is #01C5D0. Grayscale: #737373. Windows color (decimal): -116177 or 3095294. OLE color: 3095294.
HSL color Cylindrical-coordinate representation of color #FE3A2F: hue angle of 3.19º 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 #FE3A2F is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 47 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.00 |
| HSL | 3.19º | 0.99% | 0.59% | - |
| HSV(B) | 3.19º | 0.81% | 1% | - |
| XYZ | 42.9 | 24.3 | 5.12 | - |
| YUV | 115.35 | 89.43 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 47 | 0 | 0.77 | 0.81 | 0.00 | 3.19 | 0.99 | 0.59 |
| Hex | FE | 3A | 2F | 0 | 4D | 51 | 0 | 3 | 63 | 3B |
| Octal | 376 | 72 | 57 | 0 | 115 | 121 | 0 | 3 | 143 | 73 |
| Binary | 11111110 | 111010 | 101111 | 0 | 1001101 | 1010001 | 0 | 11 | 1100011 | 111011 |
Color Harmonies of #FE3A2F
Complementary color
Monochromatic Colors of #FE3A2F
Black with #FE3A2F
Text Example
Text Example
White with #FE3A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A2F; }
p { color: rgb(254,58,47); }
H1.HeaderClassName
{
color: #FE3A2F;
}
.AnyTagClassName
{
color: #FE3A2F;
}
</style>
background-color css
<style>
a { background-color: #FE3A2F; }
a { background-color: rgb(254,58,47); }
div.DivClassName
{
background-color: #FE3A2F;
}
.BgClassName
{
background-color: #FE3A2F;
}
</style>
border-color css
<style>
span { border-color: #FE3A2F; }
span { border-color: rgb(254,58,47); }
td.TdClassName
{
border-color: #FE3A2F;
}
.TagClassName
{
border-color: #FE3A2F;
}
</style>