Color spaces of #f56e55
RGB | 245 | 110 | 85 |
---|---|---|---|
HSL | 0.03 | 0.89 | 0.65 |
HSV | 9° | 65° | 96° |
CMYK | 0.00 | 0.55 | 0.65 0.04 |
XYZ | 44.8718 | 31.2202 | 12.2554 |
Yxy | 31.2202 | 0.5079 | 0.3534 |
Hunter Lab | 55.8750 | 45.5674 | 26.1081 |
CIE-Lab | 62.6931 | 50.1331 | 39.1129 |
#f56e55 color RGB value is (245,110,85).
#f56e55 hex color red value is 245, green value is 110 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #f56e55 hue: 0.03 , saturation: 0.89 and the lightness value of f56e55 is 0.65.
The process color (four color CMYK) of #f56e55 color hex is 0.00, 0.55, 0.65, 0.04. Web safe color of #f56e55 is #ff6666. Color #f56e55 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01101110 | 01010101 |
Octal | 365 | 156 | 125 |
Decimal | 245 | 110 | 85 |
Hex | F5 | 6E | 55 |
Shades of #f56e55
Tints of #f56e55
RGB Percentages of Color #f56e55
CMYK Percentages of Color #f56e55
Complementary Color
#f56e55 | #55dcf5 |
#f56e55 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f56e55 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f56e55 Color CSS Codes
.mybgcolor {background-color:#f56e55; } .myforecolor {color:#f56e55; } .mybordercolor {border:3px solid #f56e55; }
#f56e55 Text Font Color
<p style="color:#f56e55">Text here</p>
This sample text font color is #f56e55
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.
#f56e55 Background Color
<div style="background-color:#f56e55">
Div content here</div>
This div background color is #f56e55
#f56e55 Border Color
<div style="border:3px solid #f56e55">
Div here</div>
This div border color is #f56e55
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,110,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f56e55; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f56e55; -webkit-box-shadow: 1px 1px 3px 2px #f56e55; box-shadow: 1px 1px 3px 2px #f56e55; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,110,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f56e55">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f56e55; -webkit-box-shadow: 1px 1px 3px 2px #f56e55; box-shadow: 1px 1px 3px 2px #f56e55;">
Div content here</div>
This div box has shadow with color #f56e55
Comments
No comments written yet.
Please login to write comment.