Shades of Red Orange #FE381F
Tints of Red Orange #FE381F
RGB
CMYK
RGB Variations
Color information
#FE381F (or 0xFE381F) is known color: Red Orange. HEX triplet: FE, 38 and 1F. RGB value is (254,56,31). Sum of RGB (Red+Green+Blue) = 254+56+31=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE381F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE381F is #01C7E0. Grayscale: #707070. Windows color (decimal): -116705 or 2046206. OLE color: 2046206.
HSL color Cylindrical-coordinate representation of color #FE381F: hue angle of 6.73º 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 #FE381F is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 31 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.00 |
| HSL | 6.73º | 0.99% | 0.56% | - |
| HSV(B) | 6.73º | 0.88% | 1% | - |
| XYZ | 42.53 | 24 | 3.69 | - |
| YUV | 112.35 | 82.1 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 31 | 0 | 0.78 | 0.88 | 0.00 | 6.73 | 0.99 | 0.56 |
| Hex | FE | 38 | 1F | 0 | 4E | 58 | 0 | 7 | 63 | 38 |
| Octal | 376 | 70 | 37 | 0 | 116 | 130 | 0 | 7 | 143 | 70 |
| Binary | 11111110 | 111000 | 11111 | 0 | 1001110 | 1011000 | 0 | 111 | 1100011 | 111000 |
Color Harmonies of #FE381F
Complementary color
Monochromatic Colors of #FE381F
Black with #FE381F
Text Example
Text Example
White with #FE381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE381F; }
p { color: rgb(254,56,31); }
H1.HeaderClassName
{
color: #FE381F;
}
.AnyTagClassName
{
color: #FE381F;
}
</style>
background-color css
<style>
a { background-color: #FE381F; }
a { background-color: rgb(254,56,31); }
div.DivClassName
{
background-color: #FE381F;
}
.BgClassName
{
background-color: #FE381F;
}
</style>
border-color css
<style>
span { border-color: #FE381F; }
span { border-color: rgb(254,56,31); }
td.TdClassName
{
border-color: #FE381F;
}
.TagClassName
{
border-color: #FE381F;
}
</style>