Color spaces of #fba028
RGB | 251 | 160 | 40 |
---|---|---|---|
HSL | 0.09 | 0.96 | 0.57 |
HSV | 34° | 84° | 98° |
CMYK | 0.00 | 0.36 | 0.84 0.02 |
XYZ | 52.7375 | 45.8040 | 8.0690 |
Yxy | 45.8040 | 0.4947 | 0.4296 |
Hunter Lab | 67.6787 | 20.6556 | 40.3062 |
CIE-Lab | 73.4182 | 25.4399 | 70.1621 |
#fba028 color RGB value is (251,160,40).
#fba028 hex color red value is 251, green value is 160 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #fba028 hue: 0.09 , saturation: 0.96 and the lightness value of fba028 is 0.57.
The process color (four color CMYK) of #fba028 color hex is 0.00, 0.36, 0.84, 0.02. Web safe color of #fba028 is #ff9933. Color #fba028 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10100000 | 00101000 |
Octal | 373 | 240 | 50 |
Decimal | 251 | 160 | 40 |
Hex | FB | A0 | 28 |
Shades of #fba028
Tints of #fba028
RGB Percentages of Color #fba028
CMYK Percentages of Color #fba028
Complementary Color
#fba028 | #2883fb |
#fba028 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fba028 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fba028 Color CSS Codes
.mybgcolor {background-color:#fba028; } .myforecolor {color:#fba028; } .mybordercolor {border:3px solid #fba028; }
#fba028 Text Font Color
<p style="color:#fba028">Text here</p>
This sample text font color is #fba028
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.
#fba028 Background Color
<div style="background-color:#fba028">
Div content here</div>
This div background color is #fba028
#fba028 Border Color
<div style="border:3px solid #fba028">
Div here</div>
This div border color is #fba028
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,160,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fba028; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fba028; -webkit-box-shadow: 1px 1px 3px 2px #fba028; box-shadow: 1px 1px 3px 2px #fba028; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,160,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fba028">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fba028; -webkit-box-shadow: 1px 1px 3px 2px #fba028; box-shadow: 1px 1px 3px 2px #fba028;">
Div content here</div>
This div box has shadow with color #fba028
Comments
No comments written yet.
Please login to write comment.