Color spaces of #f6533e
RGB | 246 | 83 | 62 |
---|---|---|---|
HSL | 0.02 | 0.91 | 0.60 |
HSV | 7° | 75° | 96° |
CMYK | 0.00 | 0.66 | 0.75 0.04 |
XYZ | 41.9688 | 26.1271 | 7.3885 |
Yxy | 26.1271 | 0.5560 | 0.3461 |
Hunter Lab | 51.1147 | 57.1106 | 27.2100 |
CIE-Lab | 58.1575 | 61.0993 | 46.2818 |
#f6533e color RGB value is (246,83,62).
#f6533e hex color red value is 246, green value is 83 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f6533e hue: 0.02 , saturation: 0.91 and the lightness value of f6533e is 0.60.
The process color (four color CMYK) of #f6533e color hex is 0.00, 0.66, 0.75, 0.04. Web safe color of #f6533e is #ff6633. Color #f6533e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 01010011 | 00111110 |
Octal | 366 | 123 | 76 |
Decimal | 246 | 83 | 62 |
Hex | F6 | 53 | 3E |
Shades of #f6533e
Tints of #f6533e
RGB Percentages of Color #f6533e
CMYK Percentages of Color #f6533e
Complementary Color
#f6533e | #3ee1f6 |
#f6533e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6533e Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6533e Color CSS Codes
.mybgcolor {background-color:#f6533e; } .myforecolor {color:#f6533e; } .mybordercolor {border:3px solid #f6533e; }
#f6533e Text Font Color
<p style="color:#f6533e">Text here</p>
This sample text font color is #f6533e
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.
#f6533e Background Color
<div style="background-color:#f6533e">
Div content here</div>
This div background color is #f6533e
#f6533e Border Color
<div style="border:3px solid #f6533e">
Div here</div>
This div border color is #f6533e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,83,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6533e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6533e; -webkit-box-shadow: 1px 1px 3px 2px #f6533e; box-shadow: 1px 1px 3px 2px #f6533e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,83,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6533e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6533e; -webkit-box-shadow: 1px 1px 3px 2px #f6533e; box-shadow: 1px 1px 3px 2px #f6533e;">
Div content here</div>
This div box has shadow with color #f6533e
Comments
No comments written yet.
Please login to write comment.