Color spaces of #fe621f
RGB | 254 | 98 | 31 |
---|---|---|---|
HSL | 0.05 | 0.99 | 0.56 |
HSV | 18° | 88° | 100° |
CMYK | 0.00 | 0.61 | 0.88 0.00 |
XYZ | 45.4881 | 29.9051 | 4.6711 |
Yxy | 29.9051 | 0.5681 | 0.3735 |
Hunter Lab | 54.6856 | 52.7787 | 33.2155 |
CIE-Lab | 61.5723 | 56.7386 | 63.7316 |
#fe621f color RGB value is (254,98,31).
#fe621f hex color red value is 254, green value is 98 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fe621f hue: 0.05 , saturation: 0.99 and the lightness value of fe621f is 0.56.
The process color (four color CMYK) of #fe621f color hex is 0.00, 0.61, 0.88, 0.00. Web safe color of #fe621f is #ff6633. Color #fe621f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01100010 | 00011111 |
Octal | 376 | 142 | 37 |
Decimal | 254 | 98 | 31 |
Hex | FE | 62 | 1F |
Shades of #fe621f
Tints of #fe621f
RGB Percentages of Color #fe621f
CMYK Percentages of Color #fe621f
Complementary Color
#fe621f | #1fbbfe |
#fe621f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe621f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe621f Color CSS Codes
.mybgcolor {background-color:#fe621f; } .myforecolor {color:#fe621f; } .mybordercolor {border:3px solid #fe621f; }
#fe621f Text Font Color
<p style="color:#fe621f">Text here</p>
This sample text font color is #fe621f
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.
#fe621f Background Color
<div style="background-color:#fe621f">
Div content here</div>
This div background color is #fe621f
#fe621f Border Color
<div style="border:3px solid #fe621f">
Div here</div>
This div border color is #fe621f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,98,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe621f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe621f; -webkit-box-shadow: 1px 1px 3px 2px #fe621f; box-shadow: 1px 1px 3px 2px #fe621f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,98,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 #fe621f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe621f; -webkit-box-shadow: 1px 1px 3px 2px #fe621f; box-shadow: 1px 1px 3px 2px #fe621f;">
Div content here</div>
This div box has shadow with color #fe621f
Comments
No comments written yet.
Please login to write comment.