Color spaces of #fe913f
RGB | 254 | 145 | 63 |
---|---|---|---|
HSL | 0.07 | 0.99 | 0.62 |
HSV | 26° | 75° | 100° |
CMYK | 0.00 | 0.43 | 0.75 0.00 |
XYZ | 51.8957 | 41.6805 | 10.0126 |
Yxy | 41.6805 | 0.5010 | 0.4024 |
Hunter Lab | 64.5604 | 30.5031 | 35.9971 |
CIE-Lab | 70.6501 | 35.1735 | 59.1235 |
#fe913f color RGB value is (254,145,63).
#fe913f hex color red value is 254, green value is 145 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fe913f hue: 0.07 , saturation: 0.99 and the lightness value of fe913f is 0.62.
The process color (four color CMYK) of #fe913f color hex is 0.00, 0.43, 0.75, 0.00. Web safe color of #fe913f is #ff9933. Color #fe913f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10010001 | 00111111 |
Octal | 376 | 221 | 77 |
Decimal | 254 | 145 | 63 |
Hex | FE | 91 | 3F |
Shades of #fe913f
Tints of #fe913f
RGB Percentages of Color #fe913f
CMYK Percentages of Color #fe913f
Complementary Color
#fe913f | #3facfe |
#fe913f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe913f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe913f Color CSS Codes
.mybgcolor {background-color:#fe913f; } .myforecolor {color:#fe913f; } .mybordercolor {border:3px solid #fe913f; }
#fe913f Text Font Color
<p style="color:#fe913f">Text here</p>
This sample text font color is #fe913f
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.
#fe913f Background Color
<div style="background-color:#fe913f">
Div content here</div>
This div background color is #fe913f
#fe913f Border Color
<div style="border:3px solid #fe913f">
Div here</div>
This div border color is #fe913f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,145,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe913f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe913f; -webkit-box-shadow: 1px 1px 3px 2px #fe913f; box-shadow: 1px 1px 3px 2px #fe913f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,145,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe913f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe913f; -webkit-box-shadow: 1px 1px 3px 2px #fe913f; box-shadow: 1px 1px 3px 2px #fe913f;">
Div content here</div>
This div box has shadow with color #fe913f
Comments
No comments written yet.
Please login to write comment.