Color spaces of #f17a01
RGB | 241 | 122 | 1 |
---|---|---|---|
HSL | 0.08 | 0.99 | 0.47 |
HSV | 30° | 100° | 95° |
CMYK | 0.00 | 0.49 | 1.00 0.05 |
XYZ | 43.2406 | 32.6220 | 4.0464 |
Yxy | 32.6220 | 0.5411 | 0.4082 |
Hunter Lab | 57.1157 | 35.1847 | 35.7805 |
CIE-Lab | 63.8537 | 40.3546 | 70.9367 |
#f17a01 color RGB value is (241,122,1).
#f17a01 hex color red value is 241, green value is 122 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #f17a01 hue: 0.08 , saturation: 0.99 and the lightness value of f17a01 is 0.47.
The process color (four color CMYK) of #f17a01 color hex is 0.00, 0.49, 1.00, 0.05. Web safe color of #f17a01 is #ff6600. Color #f17a01 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 01111010 | 00000001 |
Octal | 361 | 172 | 1 |
Decimal | 241 | 122 | 1 |
Hex | F1 | 7A | 1 |
Shades of #f17a01
Tints of #f17a01
RGB Percentages of Color #f17a01
CMYK Percentages of Color #f17a01
Complementary Color
#f17a01 | #0178f1 |
#f17a01 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f17a01 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f17a01 Color CSS Codes
.mybgcolor {background-color:#f17a01; } .myforecolor {color:#f17a01; } .mybordercolor {border:3px solid #f17a01; }
#f17a01 Text Font Color
<p style="color:#f17a01">Text here</p>
This sample text font color is #f17a01
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.
#f17a01 Background Color
<div style="background-color:#f17a01">
Div content here</div>
This div background color is #f17a01
#f17a01 Border Color
<div style="border:3px solid #f17a01">
Div here</div>
This div border color is #f17a01
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,122,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f17a01; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f17a01; -webkit-box-shadow: 1px 1px 3px 2px #f17a01; box-shadow: 1px 1px 3px 2px #f17a01; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,122,1, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f17a01">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f17a01; -webkit-box-shadow: 1px 1px 3px 2px #f17a01; box-shadow: 1px 1px 3px 2px #f17a01;">
Div content here</div>
This div box has shadow with color #f17a01
Comments
No comments written yet.
Please login to write comment.