Color spaces of #f48c41
RGB | 244 | 140 | 65 |
---|---|---|---|
HSL | 0.07 | 0.89 | 0.61 |
HSV | 25° | 73° | 96° |
CMYK | 0.00 | 0.43 | 0.73 0.04 |
XYZ | 47.6404 | 38.3709 | 9.8964 |
Yxy | 38.3709 | 0.4967 | 0.4001 |
Hunter Lab | 61.9442 | 28.8793 | 33.8886 |
CIE-Lab | 68.2931 | 33.8431 | 55.4103 |
#f48c41 color RGB value is (244,140,65).
#f48c41 hex color red value is 244, green value is 140 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #f48c41 hue: 0.07 , saturation: 0.89 and the lightness value of f48c41 is 0.61.
The process color (four color CMYK) of #f48c41 color hex is 0.00, 0.43, 0.73, 0.04. Web safe color of #f48c41 is #ff9933. Color #f48c41 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10001100 | 01000001 |
Octal | 364 | 214 | 101 |
Decimal | 244 | 140 | 65 |
Hex | F4 | 8C | 41 |
Shades of #f48c41
Tints of #f48c41
RGB Percentages of Color #f48c41
CMYK Percentages of Color #f48c41
Complementary Color
#f48c41 | #41a9f4 |
#f48c41 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f48c41 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f48c41 Color CSS Codes
.mybgcolor {background-color:#f48c41; } .myforecolor {color:#f48c41; } .mybordercolor {border:3px solid #f48c41; }
#f48c41 Text Font Color
<p style="color:#f48c41">Text here</p>
This sample text font color is #f48c41
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.
#f48c41 Background Color
<div style="background-color:#f48c41">
Div content here</div>
This div background color is #f48c41
#f48c41 Border Color
<div style="border:3px solid #f48c41">
Div here</div>
This div border color is #f48c41
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,140,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f48c41; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f48c41; -webkit-box-shadow: 1px 1px 3px 2px #f48c41; box-shadow: 1px 1px 3px 2px #f48c41; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,140,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f48c41">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f48c41; -webkit-box-shadow: 1px 1px 3px 2px #f48c41; box-shadow: 1px 1px 3px 2px #f48c41;">
Div content here</div>
This div box has shadow with color #f48c41
Comments
No comments written yet.
Please login to write comment.