Color spaces of #faac0f
RGB | 250 | 172 | 15 |
---|---|---|---|
HSL | 0.11 | 0.96 | 0.52 |
HSV | 40° | 94° | 98° |
CMYK | 0.00 | 0.31 | 0.94 0.02 |
XYZ | 54.2631 | 49.8635 | 7.2166 |
Yxy | 49.8635 | 0.4873 | 0.4478 |
Hunter Lab | 70.6141 | 13.5929 | 43.3706 |
CIE-Lab | 75.9854 | 18.2985 | 77.6572 |
#faac0f color RGB value is (250,172,15).
#faac0f hex color red value is 250, green value is 172 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #faac0f hue: 0.11 , saturation: 0.96 and the lightness value of faac0f is 0.52.
The process color (four color CMYK) of #faac0f color hex is 0.00, 0.31, 0.94, 0.02. Web safe color of #faac0f is #ff9900. Color #faac0f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101100 | 00001111 |
Octal | 372 | 254 | 17 |
Decimal | 250 | 172 | 15 |
Hex | FA | AC | F |
Shades of #faac0f
Tints of #faac0f
RGB Percentages of Color #faac0f
CMYK Percentages of Color #faac0f
Complementary Color
#faac0f | #0f5dfa |
#faac0f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faac0f Color Preview on White Background
Lorem ipsum dolor sit amet.
#faac0f Color CSS Codes
.mybgcolor {background-color:#faac0f; } .myforecolor {color:#faac0f; } .mybordercolor {border:3px solid #faac0f; }
#faac0f Text Font Color
<p style="color:#faac0f">Text here</p>
This sample text font color is #faac0f
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.
#faac0f Background Color
<div style="background-color:#faac0f">
Div content here</div>
This div background color is #faac0f
#faac0f Border Color
<div style="border:3px solid #faac0f">
Div here</div>
This div border color is #faac0f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,172,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faac0f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faac0f; -webkit-box-shadow: 1px 1px 3px 2px #faac0f; box-shadow: 1px 1px 3px 2px #faac0f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,172,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faac0f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faac0f; -webkit-box-shadow: 1px 1px 3px 2px #faac0f; box-shadow: 1px 1px 3px 2px #faac0f;">
Div content here</div>
This div box has shadow with color #faac0f
Comments
No comments written yet.
Please login to write comment.