Shades of Red Orange #FE3A1F
Tints of Red Orange #FE3A1F
RGB
CMYK
RGB Variations
Color information
#FE3A1F (or 0xFE3A1F) is known color: Red Orange. HEX triplet: FE, 3A and 1F. RGB value is (254,58,31). Sum of RGB (Red+Green+Blue) = 254+58+31=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A1F is #01C5E0. Grayscale: #717171. Windows color (decimal): -116193 or 2046718. OLE color: 2046718.
HSL color Cylindrical-coordinate representation of color #FE3A1F: hue angle of 7.26º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE3A1F is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 31 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.00 |
| HSL | 7.26º | 0.99% | 0.56% | - |
| HSV(B) | 7.26º | 0.88% | 1% | - |
| XYZ | 42.63 | 24.2 | 3.72 | - |
| YUV | 113.53 | 81.43 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 31 | 0 | 0.77 | 0.88 | 0.00 | 7.26 | 0.99 | 0.56 |
| Hex | FE | 3A | 1F | 0 | 4D | 58 | 0 | 7 | 63 | 38 |
| Octal | 376 | 72 | 37 | 0 | 115 | 130 | 0 | 7 | 143 | 70 |
| Binary | 11111110 | 111010 | 11111 | 0 | 1001101 | 1011000 | 0 | 111 | 1100011 | 111000 |
Color Harmonies of #FE3A1F
Complementary color
Monochromatic Colors of #FE3A1F
Black with #FE3A1F
Text Example
Text Example
White with #FE3A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A1F; }
p { color: rgb(254,58,31); }
H1.HeaderClassName
{
color: #FE3A1F;
}
.AnyTagClassName
{
color: #FE3A1F;
}
</style>
background-color css
<style>
a { background-color: #FE3A1F; }
a { background-color: rgb(254,58,31); }
div.DivClassName
{
background-color: #FE3A1F;
}
.BgClassName
{
background-color: #FE3A1F;
}
</style>
border-color css
<style>
span { border-color: #FE3A1F; }
span { border-color: rgb(254,58,31); }
td.TdClassName
{
border-color: #FE3A1F;
}
.TagClassName
{
border-color: #FE3A1F;
}
</style>