Color spaces of #fba768
RGB | 251 | 167 | 104 |
---|---|---|---|
HSL | 0.07 | 0.95 | 0.70 |
HSV | 26° | 59° | 98° |
CMYK | 0.00 | 0.33 | 0.59 0.02 |
XYZ | 56.1011 | 49.1461 | 19.6260 |
Yxy | 49.1461 | 0.4493 | 0.3936 |
Hunter Lab | 70.1043 | 20.1625 | 32.4745 |
CIE-Lab | 75.5421 | 24.8404 | 44.8550 |
#fba768 color RGB value is (251,167,104).
#fba768 hex color red value is 251, green value is 167 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #fba768 hue: 0.07 , saturation: 0.95 and the lightness value of fba768 is 0.70.
The process color (four color CMYK) of #fba768 color hex is 0.00, 0.33, 0.59, 0.02. Web safe color of #fba768 is #ff9966. Color #fba768 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10100111 | 01101000 |
Octal | 373 | 247 | 150 |
Decimal | 251 | 167 | 104 |
Hex | FB | A7 | 68 |
Shades of #fba768
Tints of #fba768
RGB Percentages of Color #fba768
CMYK Percentages of Color #fba768
Complementary Color
#fba768 | #68bcfb |
#fba768 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fba768 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fba768 Color CSS Codes
.mybgcolor {background-color:#fba768; } .myforecolor {color:#fba768; } .mybordercolor {border:3px solid #fba768; }
#fba768 Text Font Color
<p style="color:#fba768">Text here</p>
This sample text font color is #fba768
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.
#fba768 Background Color
<div style="background-color:#fba768">
Div content here</div>
This div background color is #fba768
#fba768 Border Color
<div style="border:3px solid #fba768">
Div here</div>
This div border color is #fba768
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,167,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fba768; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fba768; -webkit-box-shadow: 1px 1px 3px 2px #fba768; box-shadow: 1px 1px 3px 2px #fba768; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,167,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fba768">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fba768; -webkit-box-shadow: 1px 1px 3px 2px #fba768; box-shadow: 1px 1px 3px 2px #fba768;">
Div content here</div>
This div box has shadow with color #fba768
Comments
No comments written yet.
Please login to write comment.