Color spaces of #faba3f
RGB | 250 | 186 | 63 |
---|---|---|---|
HSL | 0.11 | 0.95 | 0.61 |
HSV | 39° | 75° | 98° |
CMYK | 0.00 | 0.26 | 0.75 0.02 |
XYZ | 57.8805 | 55.8007 | 12.4226 |
Yxy | 55.8007 | 0.4590 | 0.4425 |
Hunter Lab | 74.6999 | 7.5843 | 42.4300 |
CIE-Lab | 79.5003 | 12.1678 | 67.6536 |
#faba3f color RGB value is (250,186,63).
#faba3f hex color red value is 250, green value is 186 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #faba3f hue: 0.11 , saturation: 0.95 and the lightness value of faba3f is 0.61.
The process color (four color CMYK) of #faba3f color hex is 0.00, 0.26, 0.75, 0.02. Web safe color of #faba3f is #ffcc33. Color #faba3f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111010 | 00111111 |
Octal | 372 | 272 | 77 |
Decimal | 250 | 186 | 63 |
Hex | FA | BA | 3F |
Shades of #faba3f
Tints of #faba3f
RGB Percentages of Color #faba3f
CMYK Percentages of Color #faba3f
Complementary Color
#faba3f | #3f7ffa |
#faba3f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faba3f Color Preview on White Background
Lorem ipsum dolor sit amet.
#faba3f Color CSS Codes
.mybgcolor {background-color:#faba3f; } .myforecolor {color:#faba3f; } .mybordercolor {border:3px solid #faba3f; }
#faba3f Text Font Color
<p style="color:#faba3f">Text here</p>
This sample text font color is #faba3f
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.
#faba3f Background Color
<div style="background-color:#faba3f">
Div content here</div>
This div background color is #faba3f
#faba3f Border Color
<div style="border:3px solid #faba3f">
Div here</div>
This div border color is #faba3f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,186,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faba3f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faba3f; -webkit-box-shadow: 1px 1px 3px 2px #faba3f; box-shadow: 1px 1px 3px 2px #faba3f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,186,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faba3f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faba3f; -webkit-box-shadow: 1px 1px 3px 2px #faba3f; box-shadow: 1px 1px 3px 2px #faba3f;">
Div content here</div>
This div box has shadow with color #faba3f
Comments
No comments written yet.
Please login to write comment.