Color spaces of #faa864
RGB | 250 | 168 | 100 |
---|---|---|---|
HSL | 0.08 | 0.94 | 0.69 |
HSV | 27° | 60° | 98° |
CMYK | 0.00 | 0.33 | 0.60 0.02 |
XYZ | 55.7272 | 49.2494 | 18.6255 |
Yxy | 49.2494 | 0.4509 | 0.3985 |
Hunter Lab | 70.1779 | 18.9327 | 33.3887 |
CIE-Lab | 75.6062 | 23.6303 | 46.9188 |
#faa864 color RGB value is (250,168,100).
#faa864 hex color red value is 250, green value is 168 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #faa864 hue: 0.08 , saturation: 0.94 and the lightness value of faa864 is 0.69.
The process color (four color CMYK) of #faa864 color hex is 0.00, 0.33, 0.60, 0.02. Web safe color of #faa864 is #ff9966. Color #faa864 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101000 | 01100100 |
Octal | 372 | 250 | 144 |
Decimal | 250 | 168 | 100 |
Hex | FA | A8 | 64 |
Shades of #faa864
Tints of #faa864
RGB Percentages of Color #faa864
CMYK Percentages of Color #faa864
Complementary Color
#faa864 | #64b6fa |
#faa864 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faa864 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faa864 Color CSS Codes
.mybgcolor {background-color:#faa864; } .myforecolor {color:#faa864; } .mybordercolor {border:3px solid #faa864; }
#faa864 Text Font Color
<p style="color:#faa864">Text here</p>
This sample text font color is #faa864
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.
#faa864 Background Color
<div style="background-color:#faa864">
Div content here</div>
This div background color is #faa864
#faa864 Border Color
<div style="border:3px solid #faa864">
Div here</div>
This div border color is #faa864
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,168,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faa864; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faa864; -webkit-box-shadow: 1px 1px 3px 2px #faa864; box-shadow: 1px 1px 3px 2px #faa864; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,168,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faa864">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faa864; -webkit-box-shadow: 1px 1px 3px 2px #faa864; box-shadow: 1px 1px 3px 2px #faa864;">
Div content here</div>
This div box has shadow with color #faa864
Comments
No comments written yet.
Please login to write comment.