Color spaces of #fa961a
RGB | 250 | 150 | 26 |
---|---|---|---|
HSL | 0.09 | 0.96 | 0.54 |
HSV | 33° | 90° | 98° |
CMYK | 0.00 | 0.40 | 0.90 0.02 |
XYZ | 50.5171 | 42.2113 | 6.4623 |
Yxy | 42.2113 | 0.5093 | 0.4256 |
Hunter Lab | 64.9702 | 25.0934 | 39.5818 |
CIE-Lab | 71.0164 | 29.9435 | 72.0142 |
#fa961a color RGB value is (250,150,26).
#fa961a hex color red value is 250, green value is 150 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fa961a hue: 0.09 , saturation: 0.96 and the lightness value of fa961a is 0.54.
The process color (four color CMYK) of #fa961a color hex is 0.00, 0.40, 0.90, 0.02. Web safe color of #fa961a is #ff9933. Color #fa961a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10010110 | 00011010 |
Octal | 372 | 226 | 32 |
Decimal | 250 | 150 | 26 |
Hex | FA | 96 | 1A |
Shades of #fa961a
Tints of #fa961a
RGB Percentages of Color #fa961a
CMYK Percentages of Color #fa961a
Complementary Color
#fa961a | #1a7efa |
#fa961a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa961a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa961a Color CSS Codes
.mybgcolor {background-color:#fa961a; } .myforecolor {color:#fa961a; } .mybordercolor {border:3px solid #fa961a; }
#fa961a Text Font Color
<p style="color:#fa961a">Text here</p>
This sample text font color is #fa961a
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.
#fa961a Background Color
<div style="background-color:#fa961a">
Div content here</div>
This div background color is #fa961a
#fa961a Border Color
<div style="border:3px solid #fa961a">
Div here</div>
This div border color is #fa961a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,150,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa961a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa961a; -webkit-box-shadow: 1px 1px 3px 2px #fa961a; box-shadow: 1px 1px 3px 2px #fa961a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,150,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa961a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa961a; -webkit-box-shadow: 1px 1px 3px 2px #fa961a; box-shadow: 1px 1px 3px 2px #fa961a;">
Div content here</div>
This div box has shadow with color #fa961a
#fa961a Color Palettes
Comments
No comments written yet.
Please login to write comment.