Color spaces of #f67030
RGB | 246 | 112 | 48 |
---|---|---|---|
HSL | 0.05 | 0.92 | 0.58 |
HSV | 19° | 80° | 96° |
CMYK | 0.00 | 0.54 | 0.80 0.04 |
XYZ | 44.3337 | 31.3946 | 6.5194 |
Yxy | 31.3946 | 0.5390 | 0.3817 |
Hunter Lab | 56.0309 | 43.1817 | 32.3230 |
CIE-Lab | 62.8393 | 47.9402 | 57.6868 |
#f67030 color RGB value is (246,112,48).
#f67030 hex color red value is 246, green value is 112 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #f67030 hue: 0.05 , saturation: 0.92 and the lightness value of f67030 is 0.58.
The process color (four color CMYK) of #f67030 color hex is 0.00, 0.54, 0.80, 0.04. Web safe color of #f67030 is #ff6633. Color #f67030 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 01110000 | 00110000 |
Octal | 366 | 160 | 60 |
Decimal | 246 | 112 | 48 |
Hex | F6 | 70 | 30 |
Shades of #f67030
Tints of #f67030
RGB Percentages of Color #f67030
CMYK Percentages of Color #f67030
Complementary Color
#f67030 | #30b6f6 |
#f67030 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f67030 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f67030 Color CSS Codes
.mybgcolor {background-color:#f67030; } .myforecolor {color:#f67030; } .mybordercolor {border:3px solid #f67030; }
#f67030 Text Font Color
<p style="color:#f67030">Text here</p>
This sample text font color is #f67030
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.
#f67030 Background Color
<div style="background-color:#f67030">
Div content here</div>
This div background color is #f67030
#f67030 Border Color
<div style="border:3px solid #f67030">
Div here</div>
This div border color is #f67030
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,112,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f67030; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f67030; -webkit-box-shadow: 1px 1px 3px 2px #f67030; box-shadow: 1px 1px 3px 2px #f67030; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,112,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f67030">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f67030; -webkit-box-shadow: 1px 1px 3px 2px #f67030; box-shadow: 1px 1px 3px 2px #f67030;">
Div content here</div>
This div box has shadow with color #f67030
Comments
No comments written yet.
Please login to write comment.