Color spaces of #f69571
RGB | 246 | 149 | 113 |
---|---|---|---|
HSL | 0.05 | 0.88 | 0.70 |
HSV | 16° | 54° | 96° |
CMYK | 0.00 | 0.39 | 0.54 0.04 |
XYZ | 51.7341 | 42.2800 | 21.0570 |
Yxy | 42.2800 | 0.4496 | 0.3674 |
Hunter Lab | 65.0231 | 28.2290 | 26.3157 |
CIE-Lab | 71.0635 | 32.9667 | 34.4516 |
#f69571 color RGB value is (246,149,113).
#f69571 hex color red value is 246, green value is 149 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #f69571 hue: 0.05 , saturation: 0.88 and the lightness value of f69571 is 0.70.
The process color (four color CMYK) of #f69571 color hex is 0.00, 0.39, 0.54, 0.04. Web safe color of #f69571 is #ff9966. Color #f69571 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 10010101 | 01110001 |
Octal | 366 | 225 | 161 |
Decimal | 246 | 149 | 113 |
Hex | F6 | 95 | 71 |
Shades of #f69571
Tints of #f69571
RGB Percentages of Color #f69571
CMYK Percentages of Color #f69571
Complementary Color
#f69571 | #71d2f6 |
#f69571 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f69571 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f69571 Color CSS Codes
.mybgcolor {background-color:#f69571; } .myforecolor {color:#f69571; } .mybordercolor {border:3px solid #f69571; }
#f69571 Text Font Color
<p style="color:#f69571">Text here</p>
This sample text font color is #f69571
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.
#f69571 Background Color
<div style="background-color:#f69571">
Div content here</div>
This div background color is #f69571
#f69571 Border Color
<div style="border:3px solid #f69571">
Div here</div>
This div border color is #f69571
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,149,113, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f69571; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f69571; -webkit-box-shadow: 1px 1px 3px 2px #f69571; box-shadow: 1px 1px 3px 2px #f69571; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,149,113, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f69571">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f69571; -webkit-box-shadow: 1px 1px 3px 2px #f69571; box-shadow: 1px 1px 3px 2px #f69571;">
Div content here</div>
This div box has shadow with color #f69571
Comments
No comments written yet.
Please login to write comment.