Color spaces of #f5713e
RGB | 245 | 113 | 62 |
---|---|---|---|
HSL | 0.05 | 0.90 | 0.60 |
HSV | 17° | 75° | 96° |
CMYK | 0.00 | 0.54 | 0.75 0.04 |
XYZ | 44.4308 | 31.5705 | 8.3094 |
Yxy | 31.5705 | 0.5270 | 0.3745 |
Hunter Lab | 56.1876 | 42.8219 | 30.5631 |
CIE-Lab | 62.9863 | 47.5896 | 51.3500 |
#f5713e color RGB value is (245,113,62).
#f5713e hex color red value is 245, green value is 113 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f5713e hue: 0.05 , saturation: 0.90 and the lightness value of f5713e is 0.60.
The process color (four color CMYK) of #f5713e color hex is 0.00, 0.54, 0.75, 0.04. Web safe color of #f5713e is #ff6633. Color #f5713e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01110001 | 00111110 |
Octal | 365 | 161 | 76 |
Decimal | 245 | 113 | 62 |
Hex | F5 | 71 | 3E |
Shades of #f5713e
Tints of #f5713e
RGB Percentages of Color #f5713e
CMYK Percentages of Color #f5713e
Complementary Color
#f5713e | #3ec2f5 |
#f5713e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5713e Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5713e Color CSS Codes
.mybgcolor {background-color:#f5713e; } .myforecolor {color:#f5713e; } .mybordercolor {border:3px solid #f5713e; }
#f5713e Text Font Color
<p style="color:#f5713e">Text here</p>
This sample text font color is #f5713e
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.
#f5713e Background Color
<div style="background-color:#f5713e">
Div content here</div>
This div background color is #f5713e
#f5713e Border Color
<div style="border:3px solid #f5713e">
Div here</div>
This div border color is #f5713e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,113,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5713e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5713e; -webkit-box-shadow: 1px 1px 3px 2px #f5713e; box-shadow: 1px 1px 3px 2px #f5713e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,113,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f5713e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5713e; -webkit-box-shadow: 1px 1px 3px 2px #f5713e; box-shadow: 1px 1px 3px 2px #f5713e;">
Div content here</div>
This div box has shadow with color #f5713e
Comments
No comments written yet.
Please login to write comment.