Color spaces of #fbb100
RGB | 251 | 177 | 0 |
---|---|---|---|
HSL | 0.12 | 1.00 | 0.49 |
HSV | 42° | 100° | 98° |
CMYK | 0.00 | 0.29 | 1.00 0.02 |
XYZ | 55.5058 | 51.9535 | 7.1026 |
Yxy | 51.9535 | 0.4845 | 0.4535 |
Hunter Lab | 72.0788 | 11.3199 | 44.6127 |
CIE-Lab | 77.2530 | 15.9771 | 80.2712 |
#fbb100 color RGB value is (251,177,0).
#fbb100 hex color red value is 251, green value is 177 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fbb100 hue: 0.12 , saturation: 1.00 and the lightness value of fbb100 is 0.49.
The process color (four color CMYK) of #fbb100 color hex is 0.00, 0.29, 1.00, 0.02. Web safe color of #fbb100 is #ff9900. Color #fbb100 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10110001 | 00000000 |
Octal | 373 | 261 | 0 |
Decimal | 251 | 177 | 0 |
Hex | FB | B1 | 0 |
Shades of #fbb100
Tints of #fbb100
RGB Percentages of Color #fbb100
CMYK Percentages of Color #fbb100
Complementary Color
#fbb100 | #004afb |
#fbb100 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbb100 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbb100 Color CSS Codes
.mybgcolor {background-color:#fbb100; } .myforecolor {color:#fbb100; } .mybordercolor {border:3px solid #fbb100; }
#fbb100 Text Font Color
<p style="color:#fbb100">Text here</p>
This sample text font color is #fbb100
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.
#fbb100 Background Color
<div style="background-color:#fbb100">
Div content here</div>
This div background color is #fbb100
#fbb100 Border Color
<div style="border:3px solid #fbb100">
Div here</div>
This div border color is #fbb100
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,177,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbb100; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbb100; -webkit-box-shadow: 1px 1px 3px 2px #fbb100; box-shadow: 1px 1px 3px 2px #fbb100; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,177,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbb100">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbb100; -webkit-box-shadow: 1px 1px 3px 2px #fbb100; box-shadow: 1px 1px 3px 2px #fbb100;">
Div content here</div>
This div box has shadow with color #fbb100
#fbb100 Color Palettes
Comments
No comments written yet.
Please login to write comment.