Color spaces of #f7af61
RGB | 247 | 175 | 97 |
---|---|---|---|
HSL | 0.09 | 0.90 | 0.67 |
HSV | 31° | 61° | 97° |
CMYK | 0.00 | 0.29 | 0.61 0.03 |
XYZ | 55.8454 | 51.2972 | 18.2672 |
Yxy | 51.2972 | 0.4453 | 0.4090 |
Hunter Lab | 71.6221 | 13.8420 | 35.0135 |
CIE-Lab | 76.8587 | 18.5274 | 49.7948 |
#f7af61 color RGB value is (247,175,97).
#f7af61 hex color red value is 247, green value is 175 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #f7af61 hue: 0.09 , saturation: 0.90 and the lightness value of f7af61 is 0.67.
The process color (four color CMYK) of #f7af61 color hex is 0.00, 0.29, 0.61, 0.03. Web safe color of #f7af61 is #ff9966. Color #f7af61 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 10101111 | 01100001 |
Octal | 367 | 257 | 141 |
Decimal | 247 | 175 | 97 |
Hex | F7 | AF | 61 |
Shades of #f7af61
Tints of #f7af61
RGB Percentages of Color #f7af61
CMYK Percentages of Color #f7af61
Complementary Color
#f7af61 | #61a9f7 |
#f7af61 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f7af61 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f7af61 Color CSS Codes
.mybgcolor {background-color:#f7af61; } .myforecolor {color:#f7af61; } .mybordercolor {border:3px solid #f7af61; }
#f7af61 Text Font Color
<p style="color:#f7af61">Text here</p>
This sample text font color is #f7af61
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.
#f7af61 Background Color
<div style="background-color:#f7af61">
Div content here</div>
This div background color is #f7af61
#f7af61 Border Color
<div style="border:3px solid #f7af61">
Div here</div>
This div border color is #f7af61
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,175,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f7af61; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f7af61; -webkit-box-shadow: 1px 1px 3px 2px #f7af61; box-shadow: 1px 1px 3px 2px #f7af61; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,175,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f7af61">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f7af61; -webkit-box-shadow: 1px 1px 3px 2px #f7af61; box-shadow: 1px 1px 3px 2px #f7af61;">
Div content here</div>
This div box has shadow with color #f7af61
Comments
No comments written yet.
Please login to write comment.