Color spaces of #fbb51c
RGB | 251 | 181 | 28 |
---|---|---|---|
HSL | 0.11 | 0.97 | 0.55 |
HSV | 41° | 89° | 98° |
CMYK | 0.00 | 0.28 | 0.89 0.02 |
XYZ | 56.5171 | 53.6408 | 8.4735 |
Yxy | 53.6408 | 0.4764 | 0.4522 |
Hunter Lab | 73.2399 | 9.5735 | 44.4083 |
CIE-Lab | 78.2518 | 14.1949 | 77.1150 |
#fbb51c color RGB value is (251,181,28).
#fbb51c hex color red value is 251, green value is 181 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #fbb51c hue: 0.11 , saturation: 0.97 and the lightness value of fbb51c is 0.55.
The process color (four color CMYK) of #fbb51c color hex is 0.00, 0.28, 0.89, 0.02. Web safe color of #fbb51c is #ffcc33. Color #fbb51c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10110101 | 00011100 |
Octal | 373 | 265 | 34 |
Decimal | 251 | 181 | 28 |
Hex | FB | B5 | 1C |
Shades of #fbb51c
Tints of #fbb51c
RGB Percentages of Color #fbb51c
CMYK Percentages of Color #fbb51c
Complementary Color
#fbb51c | #1c62fb |
#fbb51c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbb51c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbb51c Color CSS Codes
.mybgcolor {background-color:#fbb51c; } .myforecolor {color:#fbb51c; } .mybordercolor {border:3px solid #fbb51c; }
#fbb51c Text Font Color
<p style="color:#fbb51c">Text here</p>
This sample text font color is #fbb51c
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.
#fbb51c Background Color
<div style="background-color:#fbb51c">
Div content here</div>
This div background color is #fbb51c
#fbb51c Border Color
<div style="border:3px solid #fbb51c">
Div here</div>
This div border color is #fbb51c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,181,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbb51c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbb51c; -webkit-box-shadow: 1px 1px 3px 2px #fbb51c; box-shadow: 1px 1px 3px 2px #fbb51c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,181,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbb51c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbb51c; -webkit-box-shadow: 1px 1px 3px 2px #fbb51c; box-shadow: 1px 1px 3px 2px #fbb51c;">
Div content here</div>
This div box has shadow with color #fbb51c
Comments
No comments written yet.
Please login to write comment.