Color spaces of #fc722d
RGB | 252 | 114 | 45 |
---|---|---|---|
HSL | 0.06 | 0.97 | 0.58 |
HSV | 20° | 82° | 99° |
CMYK | 0.00 | 0.55 | 0.82 0.01 |
XYZ | 46.6359 | 32.9195 | 6.3787 |
Yxy | 32.9195 | 0.5427 | 0.3831 |
Hunter Lab | 57.3755 | 44.6810 | 33.5713 |
CIE-Lab | 64.0957 | 49.1241 | 60.4199 |
#fc722d color RGB value is (252,114,45).
#fc722d hex color red value is 252, green value is 114 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fc722d hue: 0.06 , saturation: 0.97 and the lightness value of fc722d is 0.58.
The process color (four color CMYK) of #fc722d color hex is 0.00, 0.55, 0.82, 0.01. Web safe color of #fc722d is #ff6633. Color #fc722d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01110010 | 00101101 |
Octal | 374 | 162 | 55 |
Decimal | 252 | 114 | 45 |
Hex | FC | 72 | 2D |
Shades of #fc722d
Tints of #fc722d
RGB Percentages of Color #fc722d
CMYK Percentages of Color #fc722d
Complementary Color
#fc722d | #2db7fc |
#fc722d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc722d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc722d Color CSS Codes
.mybgcolor {background-color:#fc722d; } .myforecolor {color:#fc722d; } .mybordercolor {border:3px solid #fc722d; }
#fc722d Text Font Color
<p style="color:#fc722d">Text here</p>
This sample text font color is #fc722d
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.
#fc722d Background Color
<div style="background-color:#fc722d">
Div content here</div>
This div background color is #fc722d
#fc722d Border Color
<div style="border:3px solid #fc722d">
Div here</div>
This div border color is #fc722d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,114,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc722d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc722d; -webkit-box-shadow: 1px 1px 3px 2px #fc722d; box-shadow: 1px 1px 3px 2px #fc722d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,114,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc722d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc722d; -webkit-box-shadow: 1px 1px 3px 2px #fc722d; box-shadow: 1px 1px 3px 2px #fc722d;">
Div content here</div>
This div box has shadow with color #fc722d
Comments
No comments written yet.
Please login to write comment.