Color spaces of #f29164
RGB | 242 | 145 | 100 |
---|---|---|---|
HSL | 0.05 | 0.85 | 0.67 |
HSV | 19° | 59° | 95° |
CMYK | 0.00 | 0.40 | 0.59 0.05 |
XYZ | 49.0436 | 40.0481 | 17.2018 |
Yxy | 40.0481 | 0.4614 | 0.3768 |
Hunter Lab | 63.2836 | 27.5880 | 28.1822 |
CIE-Lab | 69.5038 | 32.4864 | 39.3015 |
#f29164 color RGB value is (242,145,100).
#f29164 hex color red value is 242, green value is 145 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f29164 hue: 0.05 , saturation: 0.85 and the lightness value of f29164 is 0.67.
The process color (four color CMYK) of #f29164 color hex is 0.00, 0.40, 0.59, 0.05. Web safe color of #f29164 is #ff9966. Color #f29164 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 10010001 | 01100100 |
Octal | 362 | 221 | 144 |
Decimal | 242 | 145 | 100 |
Hex | F2 | 91 | 64 |
Shades of #f29164
Tints of #f29164
RGB Percentages of Color #f29164
CMYK Percentages of Color #f29164
Complementary Color
#f29164 | #64c5f2 |
#f29164 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f29164 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f29164 Color CSS Codes
.mybgcolor {background-color:#f29164; } .myforecolor {color:#f29164; } .mybordercolor {border:3px solid #f29164; }
#f29164 Text Font Color
<p style="color:#f29164">Text here</p>
This sample text font color is #f29164
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.
#f29164 Background Color
<div style="background-color:#f29164">
Div content here</div>
This div background color is #f29164
#f29164 Border Color
<div style="border:3px solid #f29164">
Div here</div>
This div border color is #f29164
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,145,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f29164; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f29164; -webkit-box-shadow: 1px 1px 3px 2px #f29164; box-shadow: 1px 1px 3px 2px #f29164; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,145,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f29164">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f29164; -webkit-box-shadow: 1px 1px 3px 2px #f29164; box-shadow: 1px 1px 3px 2px #f29164;">
Div content here</div>
This div box has shadow with color #f29164
Comments
No comments written yet.
Please login to write comment.