Color spaces of #fa882e
RGB | 250 | 136 | 46 |
---|---|---|---|
HSL | 0.07 | 0.95 | 0.58 |
HSV | 26° | 82° | 98° |
CMYK | 0.00 | 0.46 | 0.82 0.02 |
XYZ | 48.7216 | 38.1296 | 7.3766 |
Yxy | 38.1296 | 0.5171 | 0.4047 |
Hunter Lab | 61.7492 | 32.7798 | 36.1416 |
CIE-Lab | 68.1160 | 37.5885 | 63.4955 |
#fa882e color RGB value is (250,136,46).
#fa882e hex color red value is 250, green value is 136 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fa882e hue: 0.07 , saturation: 0.95 and the lightness value of fa882e is 0.58.
The process color (four color CMYK) of #fa882e color hex is 0.00, 0.46, 0.82, 0.02. Web safe color of #fa882e is #ff9933. Color #fa882e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10001000 | 00101110 |
Octal | 372 | 210 | 56 |
Decimal | 250 | 136 | 46 |
Hex | FA | 88 | 2E |
Shades of #fa882e
Tints of #fa882e
RGB Percentages of Color #fa882e
CMYK Percentages of Color #fa882e
Complementary Color
#fa882e | #2ea0fa |
#fa882e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa882e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa882e Color CSS Codes
.mybgcolor {background-color:#fa882e; } .myforecolor {color:#fa882e; } .mybordercolor {border:3px solid #fa882e; }
#fa882e Text Font Color
<p style="color:#fa882e">Text here</p>
This sample text font color is #fa882e
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.
#fa882e Background Color
<div style="background-color:#fa882e">
Div content here</div>
This div background color is #fa882e
#fa882e Border Color
<div style="border:3px solid #fa882e">
Div here</div>
This div border color is #fa882e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,136,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa882e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa882e; -webkit-box-shadow: 1px 1px 3px 2px #fa882e; box-shadow: 1px 1px 3px 2px #fa882e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,136,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa882e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa882e; -webkit-box-shadow: 1px 1px 3px 2px #fa882e; box-shadow: 1px 1px 3px 2px #fa882e;">
Div content here</div>
This div box has shadow with color #fa882e
Comments
No comments written yet.
Please login to write comment.