Color spaces of #fba163
RGB | 251 | 161 | 99 |
---|---|---|---|
HSL | 0.07 | 0.95 | 0.69 |
HSV | 24° | 61° | 98° |
CMYK | 0.00 | 0.36 | 0.61 0.02 |
XYZ | 54.7807 | 46.8998 | 17.9697 |
Yxy | 46.8998 | 0.4578 | 0.3920 |
Hunter Lab | 68.4834 | 22.9382 | 32.3810 |
CIE-Lab | 74.1256 | 27.6294 | 45.6847 |
#fba163 color RGB value is (251,161,99).
#fba163 hex color red value is 251, green value is 161 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #fba163 hue: 0.07 , saturation: 0.95 and the lightness value of fba163 is 0.69.
The process color (four color CMYK) of #fba163 color hex is 0.00, 0.36, 0.61, 0.02. Web safe color of #fba163 is #ff9966. Color #fba163 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10100001 | 01100011 |
Octal | 373 | 241 | 143 |
Decimal | 251 | 161 | 99 |
Hex | FB | A1 | 63 |
Shades of #fba163
Tints of #fba163
RGB Percentages of Color #fba163
CMYK Percentages of Color #fba163
Complementary Color
#fba163 | #63bdfb |
#fba163 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fba163 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fba163 Color CSS Codes
.mybgcolor {background-color:#fba163; } .myforecolor {color:#fba163; } .mybordercolor {border:3px solid #fba163; }
#fba163 Text Font Color
<p style="color:#fba163">Text here</p>
This sample text font color is #fba163
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.
#fba163 Background Color
<div style="background-color:#fba163">
Div content here</div>
This div background color is #fba163
#fba163 Border Color
<div style="border:3px solid #fba163">
Div here</div>
This div border color is #fba163
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,161,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fba163; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fba163; -webkit-box-shadow: 1px 1px 3px 2px #fba163; box-shadow: 1px 1px 3px 2px #fba163; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,161,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fba163">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fba163; -webkit-box-shadow: 1px 1px 3px 2px #fba163; box-shadow: 1px 1px 3px 2px #fba163;">
Div content here</div>
This div box has shadow with color #fba163
Comments
No comments written yet.
Please login to write comment.