Color spaces of #fc691b
RGB | 252 | 105 | 27 |
---|---|---|---|
HSL | 0.06 | 0.97 | 0.55 |
HSV | 21° | 89° | 99° |
CMYK | 0.00 | 0.58 | 0.89 0.01 |
XYZ | 45.3943 | 30.8777 | 4.6044 |
Yxy | 30.8777 | 0.5613 | 0.3818 |
Hunter Lab | 55.5677 | 48.5765 | 33.9846 |
CIE-Lab | 62.4043 | 52.8834 | 65.5009 |
#fc691b color RGB value is (252,105,27).
#fc691b hex color red value is 252, green value is 105 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fc691b hue: 0.06 , saturation: 0.97 and the lightness value of fc691b is 0.55.
The process color (four color CMYK) of #fc691b color hex is 0.00, 0.58, 0.89, 0.01. Web safe color of #fc691b is #ff6633. Color #fc691b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01101001 | 00011011 |
Octal | 374 | 151 | 33 |
Decimal | 252 | 105 | 27 |
Hex | FC | 69 | 1B |
Shades of #fc691b
Tints of #fc691b
RGB Percentages of Color #fc691b
CMYK Percentages of Color #fc691b
Complementary Color
#fc691b | #1baefc |
#fc691b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc691b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc691b Color CSS Codes
.mybgcolor {background-color:#fc691b; } .myforecolor {color:#fc691b; } .mybordercolor {border:3px solid #fc691b; }
#fc691b Text Font Color
<p style="color:#fc691b">Text here</p>
This sample text font color is #fc691b
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.
#fc691b Background Color
<div style="background-color:#fc691b">
Div content here</div>
This div background color is #fc691b
#fc691b Border Color
<div style="border:3px solid #fc691b">
Div here</div>
This div border color is #fc691b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,105,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc691b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc691b; -webkit-box-shadow: 1px 1px 3px 2px #fc691b; box-shadow: 1px 1px 3px 2px #fc691b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,105,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc691b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc691b; -webkit-box-shadow: 1px 1px 3px 2px #fc691b; box-shadow: 1px 1px 3px 2px #fc691b;">
Div content here</div>
This div box has shadow with color #fc691b
Comments
No comments written yet.
Please login to write comment.