Color spaces of #fe831f
RGB | 254 | 131 | 31 |
---|---|---|---|
HSL | 0.07 | 0.99 | 0.56 |
HSV | 27° | 88° | 100° |
CMYK | 0.00 | 0.48 | 0.88 0.00 |
XYZ | 49.2367 | 37.4024 | 5.9206 |
Yxy | 37.4024 | 0.5319 | 0.4041 |
Hunter Lab | 61.1575 | 36.6812 | 37.0704 |
CIE-Lab | 67.5778 | 41.3135 | 68.3295 |
#fe831f color RGB value is (254,131,31).
#fe831f hex color red value is 254, green value is 131 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fe831f hue: 0.07 , saturation: 0.99 and the lightness value of fe831f is 0.56.
The process color (four color CMYK) of #fe831f color hex is 0.00, 0.48, 0.88, 0.00. Web safe color of #fe831f is #ff9933. Color #fe831f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10000011 | 00011111 |
Octal | 376 | 203 | 37 |
Decimal | 254 | 131 | 31 |
Hex | FE | 83 | 1F |
Shades of #fe831f
Tints of #fe831f
RGB Percentages of Color #fe831f
CMYK Percentages of Color #fe831f
Complementary Color
#fe831f | #1f9afe |
#fe831f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe831f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe831f Color CSS Codes
.mybgcolor {background-color:#fe831f; } .myforecolor {color:#fe831f; } .mybordercolor {border:3px solid #fe831f; }
#fe831f Text Font Color
<p style="color:#fe831f">Text here</p>
This sample text font color is #fe831f
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.
#fe831f Background Color
<div style="background-color:#fe831f">
Div content here</div>
This div background color is #fe831f
#fe831f Border Color
<div style="border:3px solid #fe831f">
Div here</div>
This div border color is #fe831f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,131,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe831f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe831f; -webkit-box-shadow: 1px 1px 3px 2px #fe831f; box-shadow: 1px 1px 3px 2px #fe831f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,131,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 #fe831f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe831f; -webkit-box-shadow: 1px 1px 3px 2px #fe831f; box-shadow: 1px 1px 3px 2px #fe831f;">
Div content here</div>
This div box has shadow with color #fe831f
Comments
No comments written yet.
Please login to write comment.