Color spaces of #fc633e
RGB | 252 | 99 | 62 |
---|---|---|---|
HSL | 0.03 | 0.97 | 0.62 |
HSV | 12° | 75° | 99° |
CMYK | 0.00 | 0.61 | 0.75 0.01 |
XYZ | 45.4762 | 29.9669 | 7.9448 |
Yxy | 29.9669 | 0.5454 | 0.3594 |
Hunter Lab | 54.7420 | 52.4879 | 29.7146 |
CIE-Lab | 61.6257 | 56.4743 | 50.2634 |
#fc633e color RGB value is (252,99,62).
#fc633e hex color red value is 252, green value is 99 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fc633e hue: 0.03 , saturation: 0.97 and the lightness value of fc633e is 0.62.
The process color (four color CMYK) of #fc633e color hex is 0.00, 0.61, 0.75, 0.01. Web safe color of #fc633e is #ff6633. Color #fc633e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01100011 | 00111110 |
Octal | 374 | 143 | 76 |
Decimal | 252 | 99 | 62 |
Hex | FC | 63 | 3E |
Shades of #fc633e
Tints of #fc633e
RGB Percentages of Color #fc633e
CMYK Percentages of Color #fc633e
Complementary Color
#fc633e | #3ed7fc |
#fc633e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc633e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc633e Color CSS Codes
.mybgcolor {background-color:#fc633e; } .myforecolor {color:#fc633e; } .mybordercolor {border:3px solid #fc633e; }
#fc633e Text Font Color
<p style="color:#fc633e">Text here</p>
This sample text font color is #fc633e
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.
#fc633e Background Color
<div style="background-color:#fc633e">
Div content here</div>
This div background color is #fc633e
#fc633e Border Color
<div style="border:3px solid #fc633e">
Div here</div>
This div border color is #fc633e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,99,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc633e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc633e; -webkit-box-shadow: 1px 1px 3px 2px #fc633e; box-shadow: 1px 1px 3px 2px #fc633e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,99,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 #fc633e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc633e; -webkit-box-shadow: 1px 1px 3px 2px #fc633e; box-shadow: 1px 1px 3px 2px #fc633e;">
Div content here</div>
This div box has shadow with color #fc633e
Related Colors
Comments
No comments written yet.
Please login to write comment.