Color spaces of #f66533
RGB | 246 | 101 | 51 |
---|---|---|---|
HSL | 0.04 | 0.92 | 0.58 |
HSV | 15° | 79° | 96° |
CMYK | 0.00 | 0.59 | 0.79 0.04 |
XYZ | 43.2573 | 29.1392 | 6.4765 |
Yxy | 29.1392 | 0.5484 | 0.3694 |
Hunter Lab | 53.9807 | 48.5741 | 30.6730 |
CIE-Lab | 60.9043 | 53.1170 | 54.5225 |
#f66533 color RGB value is (246,101,51).
#f66533 hex color red value is 246, green value is 101 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #f66533 hue: 0.04 , saturation: 0.92 and the lightness value of f66533 is 0.58.
The process color (four color CMYK) of #f66533 color hex is 0.00, 0.59, 0.79, 0.04. Web safe color of #f66533 is #ff6633. Color #f66533 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 01100101 | 00110011 |
Octal | 366 | 145 | 63 |
Decimal | 246 | 101 | 51 |
Hex | F6 | 65 | 33 |
Shades of #f66533
Tints of #f66533
RGB Percentages of Color #f66533
CMYK Percentages of Color #f66533
Complementary Color
#f66533 | #33c4f6 |
#f66533 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f66533 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f66533 Color CSS Codes
.mybgcolor {background-color:#f66533; } .myforecolor {color:#f66533; } .mybordercolor {border:3px solid #f66533; }
#f66533 Text Font Color
<p style="color:#f66533">Text here</p>
This sample text font color is #f66533
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.
#f66533 Background Color
<div style="background-color:#f66533">
Div content here</div>
This div background color is #f66533
#f66533 Border Color
<div style="border:3px solid #f66533">
Div here</div>
This div border color is #f66533
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,101,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f66533; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f66533; -webkit-box-shadow: 1px 1px 3px 2px #f66533; box-shadow: 1px 1px 3px 2px #f66533; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,101,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f66533">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f66533; -webkit-box-shadow: 1px 1px 3px 2px #f66533; box-shadow: 1px 1px 3px 2px #f66533;">
Div content here</div>
This div box has shadow with color #f66533
Comments
No comments written yet.
Please login to write comment.