Color spaces of #faa62f
RGB | 250 | 166 | 47 |
---|---|---|---|
HSL | 0.10 | 0.95 | 0.58 |
HSV | 35° | 81° | 98° |
CMYK | 0.00 | 0.34 | 0.81 0.02 |
XYZ | 53.5736 | 47.8017 | 9.0923 |
Yxy | 47.8017 | 0.4850 | 0.4327 |
Hunter Lab | 69.1388 | 17.3215 | 40.6000 |
CIE-Lab | 74.6997 | 22.0760 | 68.9607 |
#faa62f color RGB value is (250,166,47).
#faa62f hex color red value is 250, green value is 166 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #faa62f hue: 0.10 , saturation: 0.95 and the lightness value of faa62f is 0.58.
The process color (four color CMYK) of #faa62f color hex is 0.00, 0.34, 0.81, 0.02. Web safe color of #faa62f is #ff9933. Color #faa62f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10100110 | 00101111 |
Octal | 372 | 246 | 57 |
Decimal | 250 | 166 | 47 |
Hex | FA | A6 | 2F |
Shades of #faa62f
Tints of #faa62f
RGB Percentages of Color #faa62f
CMYK Percentages of Color #faa62f
Complementary Color
#faa62f | #2f83fa |
#faa62f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faa62f Color Preview on White Background
Lorem ipsum dolor sit amet.
#faa62f Color CSS Codes
.mybgcolor {background-color:#faa62f; } .myforecolor {color:#faa62f; } .mybordercolor {border:3px solid #faa62f; }
#faa62f Text Font Color
<p style="color:#faa62f">Text here</p>
This sample text font color is #faa62f
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.
#faa62f Background Color
<div style="background-color:#faa62f">
Div content here</div>
This div background color is #faa62f
#faa62f Border Color
<div style="border:3px solid #faa62f">
Div here</div>
This div border color is #faa62f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,166,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faa62f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faa62f; -webkit-box-shadow: 1px 1px 3px 2px #faa62f; box-shadow: 1px 1px 3px 2px #faa62f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,166,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faa62f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faa62f; -webkit-box-shadow: 1px 1px 3px 2px #faa62f; box-shadow: 1px 1px 3px 2px #faa62f;">
Div content here</div>
This div box has shadow with color #faa62f
Comments
No comments written yet.
Please login to write comment.