Color spaces of #fba601
RGB | 251 | 166 | 1 |
---|---|---|---|
HSL | 0.11 | 0.99 | 0.49 |
HSV | 40° | 100° | 98° |
CMYK | 0.00 | 0.34 | 1.00 0.02 |
XYZ | 53.4254 | 47.7839 | 6.4361 |
Yxy | 47.7839 | 0.4963 | 0.4439 |
Hunter Lab | 69.1259 | 16.9871 | 42.8678 |
CIE-Lab | 74.6884 | 21.7433 | 78.4510 |
#fba601 color RGB value is (251,166,1).
#fba601 hex color red value is 251, green value is 166 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fba601 hue: 0.11 , saturation: 0.99 and the lightness value of fba601 is 0.49.
The process color (four color CMYK) of #fba601 color hex is 0.00, 0.34, 1.00, 0.02. Web safe color of #fba601 is #ff9900. Color #fba601 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10100110 | 00000001 |
Octal | 373 | 246 | 1 |
Decimal | 251 | 166 | 1 |
Hex | FB | A6 | 1 |
Shades of #fba601
Tints of #fba601
RGB Percentages of Color #fba601
CMYK Percentages of Color #fba601
Complementary Color
#fba601 | #0156fb |
#fba601 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fba601 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fba601 Color CSS Codes
.mybgcolor {background-color:#fba601; } .myforecolor {color:#fba601; } .mybordercolor {border:3px solid #fba601; }
#fba601 Text Font Color
<p style="color:#fba601">Text here</p>
This sample text font color is #fba601
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.
#fba601 Background Color
<div style="background-color:#fba601">
Div content here</div>
This div background color is #fba601
#fba601 Border Color
<div style="border:3px solid #fba601">
Div here</div>
This div border color is #fba601
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,166,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fba601; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fba601; -webkit-box-shadow: 1px 1px 3px 2px #fba601; box-shadow: 1px 1px 3px 2px #fba601; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,166,1, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fba601">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fba601; -webkit-box-shadow: 1px 1px 3px 2px #fba601; box-shadow: 1px 1px 3px 2px #fba601;">
Div content here</div>
This div box has shadow with color #fba601
Comments
No comments written yet.
Please login to write comment.