Color spaces of #fba476
RGB | 251 | 164 | 118 |
---|---|---|---|
HSL | 0.06 | 0.94 | 0.72 |
HSV | 21° | 53° | 98° |
CMYK | 0.00 | 0.35 | 0.53 0.02 |
XYZ | 56.3291 | 48.3682 | 23.5067 |
Yxy | 48.3682 | 0.4394 | 0.3773 |
Hunter Lab | 69.5473 | 22.8666 | 28.6433 |
CIE-Lab | 75.0566 | 27.5008 | 37.0146 |
#fba476 color RGB value is (251,164,118).
#fba476 hex color red value is 251, green value is 164 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #fba476 hue: 0.06 , saturation: 0.94 and the lightness value of fba476 is 0.72.
The process color (four color CMYK) of #fba476 color hex is 0.00, 0.35, 0.53, 0.02. Web safe color of #fba476 is #ff9966. Color #fba476 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10100100 | 01110110 |
Octal | 373 | 244 | 166 |
Decimal | 251 | 164 | 118 |
Hex | FB | A4 | 76 |
Shades of #fba476
Tints of #fba476
RGB Percentages of Color #fba476
CMYK Percentages of Color #fba476
Complementary Color
#fba476 | #76cdfb |
#fba476 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fba476 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fba476 Color CSS Codes
.mybgcolor {background-color:#fba476; } .myforecolor {color:#fba476; } .mybordercolor {border:3px solid #fba476; }
#fba476 Text Font Color
<p style="color:#fba476">Text here</p>
This sample text font color is #fba476
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.
#fba476 Background Color
<div style="background-color:#fba476">
Div content here</div>
This div background color is #fba476
#fba476 Border Color
<div style="border:3px solid #fba476">
Div here</div>
This div border color is #fba476
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,164,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fba476; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fba476; -webkit-box-shadow: 1px 1px 3px 2px #fba476; box-shadow: 1px 1px 3px 2px #fba476; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,164,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fba476">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fba476; -webkit-box-shadow: 1px 1px 3px 2px #fba476; box-shadow: 1px 1px 3px 2px #fba476;">
Div content here</div>
This div box has shadow with color #fba476
Comments
No comments written yet.
Please login to write comment.