Color spaces of #fd963a
RGB | 253 | 150 | 58 |
---|---|---|---|
HSL | 0.08 | 0.98 | 0.61 |
HSV | 28° | 77° | 99° |
CMYK | 0.00 | 0.41 | 0.77 0.01 |
XYZ | 52.1781 | 43.0008 | 9.5529 |
Yxy | 43.0008 | 0.4982 | 0.4106 |
Hunter Lab | 65.5750 | 27.2764 | 37.2652 |
CIE-Lab | 71.5555 | 32.0107 | 62.0878 |
#fd963a color RGB value is (253,150,58).
#fd963a hex color red value is 253, green value is 150 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fd963a hue: 0.08 , saturation: 0.98 and the lightness value of fd963a is 0.61.
The process color (four color CMYK) of #fd963a color hex is 0.00, 0.41, 0.77, 0.01. Web safe color of #fd963a is #ff9933. Color #fd963a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10010110 | 00111010 |
Octal | 375 | 226 | 72 |
Decimal | 253 | 150 | 58 |
Hex | FD | 96 | 3A |
Shades of #fd963a
Tints of #fd963a
RGB Percentages of Color #fd963a
CMYK Percentages of Color #fd963a
Complementary Color
#fd963a | #3aa1fd |
#fd963a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd963a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd963a Color CSS Codes
.mybgcolor {background-color:#fd963a; } .myforecolor {color:#fd963a; } .mybordercolor {border:3px solid #fd963a; }
#fd963a Text Font Color
<p style="color:#fd963a">Text here</p>
This sample text font color is #fd963a
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.
#fd963a Background Color
<div style="background-color:#fd963a">
Div content here</div>
This div background color is #fd963a
#fd963a Border Color
<div style="border:3px solid #fd963a">
Div here</div>
This div border color is #fd963a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,150,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd963a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd963a; -webkit-box-shadow: 1px 1px 3px 2px #fd963a; box-shadow: 1px 1px 3px 2px #fd963a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,150,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd963a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd963a; -webkit-box-shadow: 1px 1px 3px 2px #fd963a; box-shadow: 1px 1px 3px 2px #fd963a;">
Div content here</div>
This div box has shadow with color #fd963a
Comments
No comments written yet.
Please login to write comment.