Color spaces of #fe491f
RGB | 254 | 73 | 31 |
---|---|---|---|
HSL | 0.03 | 0.99 | 0.56 |
HSV | 11° | 88° | 100° |
CMYK | 0.00 | 0.71 | 0.88 0.00 |
XYZ | 43.5029 | 25.9348 | 4.0094 |
Yxy | 25.9348 | 0.5923 | 0.3531 |
Hunter Lab | 50.9262 | 63.3598 | 30.9805 |
CIE-Lab | 57.9751 | 66.4692 | 61.0053 |
#fe491f color RGB value is (254,73,31).
#fe491f hex color red value is 254, green value is 73 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fe491f hue: 0.03 , saturation: 0.99 and the lightness value of fe491f is 0.56.
The process color (four color CMYK) of #fe491f color hex is 0.00, 0.71, 0.88, 0.00. Web safe color of #fe491f is #ff3333. Color #fe491f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01001001 | 00011111 |
Octal | 376 | 111 | 37 |
Decimal | 254 | 73 | 31 |
Hex | FE | 49 | 1F |
Shades of #fe491f
Tints of #fe491f
RGB Percentages of Color #fe491f
CMYK Percentages of Color #fe491f
Complementary Color
#fe491f | #1fd4fe |
#fe491f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe491f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe491f Color CSS Codes
.mybgcolor {background-color:#fe491f; } .myforecolor {color:#fe491f; } .mybordercolor {border:3px solid #fe491f; }
#fe491f Text Font Color
<p style="color:#fe491f">Text here</p>
This sample text font color is #fe491f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fe491f Background Color
<div style="background-color:#fe491f">
Div content here</div>
This div background color is #fe491f
#fe491f Border Color
<div style="border:3px solid #fe491f">
Div here</div>
This div border color is #fe491f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,73,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe491f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe491f; -webkit-box-shadow: 1px 1px 3px 2px #fe491f; box-shadow: 1px 1px 3px 2px #fe491f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,73,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe491f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe491f; -webkit-box-shadow: 1px 1px 3px 2px #fe491f; box-shadow: 1px 1px 3px 2px #fe491f;">
Div content here</div>
This div box has shadow with color #fe491f
Comments
No comments written yet.
Please login to write comment.