Color spaces of #f76950
RGB | 247 | 105 | 80 |
---|---|---|---|
HSL | 0.02 | 0.91 | 0.64 |
HSV | 9° | 68° | 97° |
CMYK | 0.00 | 0.57 | 0.68 0.03 |
XYZ | 44.8573 | 30.4565 | 11.1039 |
Yxy | 30.4565 | 0.5191 | 0.3524 |
Hunter Lab | 55.1874 | 48.5100 | 26.7018 |
CIE-Lab | 62.0461 | 52.8798 | 41.1218 |
#f76950 color RGB value is (247,105,80).
#f76950 hex color red value is 247, green value is 105 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #f76950 hue: 0.02 , saturation: 0.91 and the lightness value of f76950 is 0.64.
The process color (four color CMYK) of #f76950 color hex is 0.00, 0.57, 0.68, 0.03. Web safe color of #f76950 is #ff6666. Color #f76950 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 01101001 | 01010000 |
Octal | 367 | 151 | 120 |
Decimal | 247 | 105 | 80 |
Hex | F7 | 69 | 50 |
Shades of #f76950
Tints of #f76950
RGB Percentages of Color #f76950
CMYK Percentages of Color #f76950
Complementary Color
#f76950 | #50def7 |
#f76950 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f76950 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f76950 Color CSS Codes
.mybgcolor {background-color:#f76950; } .myforecolor {color:#f76950; } .mybordercolor {border:3px solid #f76950; }
#f76950 Text Font Color
<p style="color:#f76950">Text here</p>
This sample text font color is #f76950
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.
#f76950 Background Color
<div style="background-color:#f76950">
Div content here</div>
This div background color is #f76950
#f76950 Border Color
<div style="border:3px solid #f76950">
Div here</div>
This div border color is #f76950
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,105,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f76950; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f76950; -webkit-box-shadow: 1px 1px 3px 2px #f76950; box-shadow: 1px 1px 3px 2px #f76950; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,105,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f76950">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f76950; -webkit-box-shadow: 1px 1px 3px 2px #f76950; box-shadow: 1px 1px 3px 2px #f76950;">
Div content here</div>
This div box has shadow with color #f76950
Comments
No comments written yet.
Please login to write comment.