Shades of Red Orange #FE3D1F
Tints of Red Orange #FE3D1F
RGB
CMYK
RGB Variations
Color information
#FE3D1F (or 0xFE3D1F) is known color: Red Orange. HEX triplet: FE, 3D and 1F. RGB value is (254,61,31). Sum of RGB (Red+Green+Blue) = 254+61+31=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3D1F is #01C2E0. Grayscale: #737373. Windows color (decimal): -115425 or 2047486. OLE color: 2047486.
HSL color Cylindrical-coordinate representation of color #FE3D1F: hue angle of 8.07º 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 #FE3D1F is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 31 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.00 |
| HSL | 8.07º | 0.99% | 0.56% | - |
| HSV(B) | 8.07º | 0.88% | 1% | - |
| XYZ | 42.79 | 24.51 | 3.77 | - |
| YUV | 115.29 | 80.44 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 31 | 0 | 0.76 | 0.88 | 0.00 | 8.07 | 0.99 | 0.56 |
| Hex | FE | 3D | 1F | 0 | 4C | 58 | 0 | 8 | 63 | 38 |
| Octal | 376 | 75 | 37 | 0 | 114 | 130 | 0 | 10 | 143 | 70 |
| Binary | 11111110 | 111101 | 11111 | 0 | 1001100 | 1011000 | 0 | 1000 | 1100011 | 111000 |
Color Harmonies of #FE3D1F
Complementary color
Monochromatic Colors of #FE3D1F
Black with #FE3D1F
Text Example
Text Example
White with #FE3D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3D1F; }
p { color: rgb(254,61,31); }
H1.HeaderClassName
{
color: #FE3D1F;
}
.AnyTagClassName
{
color: #FE3D1F;
}
</style>
background-color css
<style>
a { background-color: #FE3D1F; }
a { background-color: rgb(254,61,31); }
div.DivClassName
{
background-color: #FE3D1F;
}
.BgClassName
{
background-color: #FE3D1F;
}
</style>
border-color css
<style>
span { border-color: #FE3D1F; }
span { border-color: rgb(254,61,31); }
td.TdClassName
{
border-color: #FE3D1F;
}
.TagClassName
{
border-color: #FE3D1F;
}
</style>