Color spaces of #f7861a
RGB | 247 | 134 | 26 |
---|---|---|---|
HSL | 0.08 | 0.93 | 0.54 |
HSV | 29° | 89° | 97° |
CMYK | 0.00 | 0.46 | 0.89 0.03 |
XYZ | 47.0693 | 36.8989 | 5.6187 |
Yxy | 36.8989 | 0.5254 | 0.4119 |
Hunter Lab | 60.7445 | 32.0122 | 37.0370 |
CIE-Lab | 67.2011 | 36.9564 | 68.9904 |
#f7861a color RGB value is (247,134,26).
#f7861a hex color red value is 247, green value is 134 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #f7861a hue: 0.08 , saturation: 0.93 and the lightness value of f7861a is 0.54.
The process color (four color CMYK) of #f7861a color hex is 0.00, 0.46, 0.89, 0.03. Web safe color of #f7861a is #ff9933. Color #f7861a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 10000110 | 00011010 |
Octal | 367 | 206 | 32 |
Decimal | 247 | 134 | 26 |
Hex | F7 | 86 | 1A |
Shades of #f7861a
Tints of #f7861a
RGB Percentages of Color #f7861a
CMYK Percentages of Color #f7861a
Complementary Color
#f7861a | #1a8bf7 |
#f7861a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f7861a Color Preview on White Background
Lorem ipsum dolor sit amet.
#f7861a Color CSS Codes
.mybgcolor {background-color:#f7861a; } .myforecolor {color:#f7861a; } .mybordercolor {border:3px solid #f7861a; }
#f7861a Text Font Color
<p style="color:#f7861a">Text here</p>
This sample text font color is #f7861a
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.
#f7861a Background Color
<div style="background-color:#f7861a">
Div content here</div>
This div background color is #f7861a
#f7861a Border Color
<div style="border:3px solid #f7861a">
Div here</div>
This div border color is #f7861a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,134,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f7861a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f7861a; -webkit-box-shadow: 1px 1px 3px 2px #f7861a; box-shadow: 1px 1px 3px 2px #f7861a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,134,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f7861a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f7861a; -webkit-box-shadow: 1px 1px 3px 2px #f7861a; box-shadow: 1px 1px 3px 2px #f7861a;">
Div content here</div>
This div box has shadow with color #f7861a
Comments
No comments written yet.
Please login to write comment.