Color spaces of #faae39
RGB | 250 | 174 | 57 |
---|---|---|---|
HSL | 0.10 | 0.95 | 0.60 |
HSV | 36° | 77° | 98° |
CMYK | 0.00 | 0.30 | 0.77 0.02 |
XYZ | 55.2989 | 50.8915 | 10.7794 |
Yxy | 50.8915 | 0.4728 | 0.4351 |
Hunter Lab | 71.3383 | 13.5249 | 40.9779 |
CIE-Lab | 76.6132 | 18.2149 | 67.1567 |
#faae39 color RGB value is (250,174,57).
#faae39 hex color red value is 250, green value is 174 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #faae39 hue: 0.10 , saturation: 0.95 and the lightness value of faae39 is 0.60.
The process color (four color CMYK) of #faae39 color hex is 0.00, 0.30, 0.77, 0.02. Web safe color of #faae39 is #ff9933. Color #faae39 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101110 | 00111001 |
Octal | 372 | 256 | 71 |
Decimal | 250 | 174 | 57 |
Hex | FA | AE | 39 |
Shades of #faae39
Tints of #faae39
RGB Percentages of Color #faae39
CMYK Percentages of Color #faae39
Complementary Color
#faae39 | #3985fa |
#faae39 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faae39 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faae39 Color CSS Codes
.mybgcolor {background-color:#faae39; } .myforecolor {color:#faae39; } .mybordercolor {border:3px solid #faae39; }
#faae39 Text Font Color
<p style="color:#faae39">Text here</p>
This sample text font color is #faae39
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.
#faae39 Background Color
<div style="background-color:#faae39">
Div content here</div>
This div background color is #faae39
#faae39 Border Color
<div style="border:3px solid #faae39">
Div here</div>
This div border color is #faae39
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,174,57, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faae39; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faae39; -webkit-box-shadow: 1px 1px 3px 2px #faae39; box-shadow: 1px 1px 3px 2px #faae39; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,174,57, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faae39">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faae39; -webkit-box-shadow: 1px 1px 3px 2px #faae39; box-shadow: 1px 1px 3px 2px #faae39;">
Div content here</div>
This div box has shadow with color #faae39
Comments
No comments written yet.
Please login to write comment.