Color spaces of #fab949
RGB | 250 | 185 | 73 |
---|---|---|---|
HSL | 0.11 | 0.95 | 0.63 |
HSV | 38° | 71° | 98° |
CMYK | 0.00 | 0.26 | 0.71 0.02 |
XYZ | 57.9759 | 55.5030 | 13.9608 |
Yxy | 55.5030 | 0.4549 | 0.4355 |
Hunter Lab | 74.5003 | 8.5325 | 41.0397 |
CIE-Lab | 79.3301 | 13.1339 | 63.5113 |
#fab949 color RGB value is (250,185,73).
#fab949 hex color red value is 250, green value is 185 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #fab949 hue: 0.11 , saturation: 0.95 and the lightness value of fab949 is 0.63.
The process color (four color CMYK) of #fab949 color hex is 0.00, 0.26, 0.71, 0.02. Web safe color of #fab949 is #ffcc33. Color #fab949 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111001 | 01001001 |
Octal | 372 | 271 | 111 |
Decimal | 250 | 185 | 73 |
Hex | FA | B9 | 49 |
Shades of #fab949
Tints of #fab949
RGB Percentages of Color #fab949
CMYK Percentages of Color #fab949
Complementary Color
#fab949 | #498afa |
#fab949 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fab949 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fab949 Color CSS Codes
.mybgcolor {background-color:#fab949; } .myforecolor {color:#fab949; } .mybordercolor {border:3px solid #fab949; }
#fab949 Text Font Color
<p style="color:#fab949">Text here</p>
This sample text font color is #fab949
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.
#fab949 Background Color
<div style="background-color:#fab949">
Div content here</div>
This div background color is #fab949
#fab949 Border Color
<div style="border:3px solid #fab949">
Div here</div>
This div border color is #fab949
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,185,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fab949; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fab949; -webkit-box-shadow: 1px 1px 3px 2px #fab949; box-shadow: 1px 1px 3px 2px #fab949; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,185,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fab949">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fab949; -webkit-box-shadow: 1px 1px 3px 2px #fab949; box-shadow: 1px 1px 3px 2px #fab949;">
Div content here</div>
This div box has shadow with color #fab949
Comments
No comments written yet.
Please login to write comment.