Color spaces of #f65344
RGB | 246 | 83 | 68 |
---|---|---|---|
HSL | 0.01 | 0.91 | 0.62 |
HSV | 5° | 72° | 96° |
CMYK | 0.00 | 0.66 | 0.72 0.04 |
XYZ | 42.1427 | 26.1967 | 8.3041 |
Yxy | 26.1967 | 0.5499 | 0.3418 |
Hunter Lab | 51.1827 | 57.4032 | 26.2084 |
CIE-Lab | 58.2233 | 61.3409 | 43.1559 |
#f65344 color RGB value is (246,83,68).
#f65344 hex color red value is 246, green value is 83 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #f65344 hue: 0.01 , saturation: 0.91 and the lightness value of f65344 is 0.62.
The process color (four color CMYK) of #f65344 color hex is 0.00, 0.66, 0.72, 0.04. Web safe color of #f65344 is #ff6633. Color #f65344 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 01010011 | 01000100 |
Octal | 366 | 123 | 104 |
Decimal | 246 | 83 | 68 |
Hex | F6 | 53 | 44 |
Shades of #f65344
Tints of #f65344
RGB Percentages of Color #f65344
CMYK Percentages of Color #f65344
Complementary Color
#f65344 | #44e7f6 |
#f65344 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f65344 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f65344 Color CSS Codes
.mybgcolor {background-color:#f65344; } .myforecolor {color:#f65344; } .mybordercolor {border:3px solid #f65344; }
#f65344 Text Font Color
<p style="color:#f65344">Text here</p>
This sample text font color is #f65344
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.
#f65344 Background Color
<div style="background-color:#f65344">
Div content here</div>
This div background color is #f65344
#f65344 Border Color
<div style="border:3px solid #f65344">
Div here</div>
This div border color is #f65344
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,83,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f65344; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f65344; -webkit-box-shadow: 1px 1px 3px 2px #f65344; box-shadow: 1px 1px 3px 2px #f65344; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,83,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f65344">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f65344; -webkit-box-shadow: 1px 1px 3px 2px #f65344; box-shadow: 1px 1px 3px 2px #f65344;">
Div content here</div>
This div box has shadow with color #f65344
Comments
No comments written yet.
Please login to write comment.