Color spaces of #fcb521
RGB | 252 | 181 | 33 |
---|---|---|---|
HSL | 0.11 | 0.97 | 0.56 |
HSV | 41° | 87° | 99° |
CMYK | 0.00 | 0.28 | 0.87 0.01 |
XYZ | 56.9433 | 53.8530 | 8.8323 |
Yxy | 53.8530 | 0.4760 | 0.4502 |
Hunter Lab | 73.3846 | 10.0853 | 44.2333 |
CIE-Lab | 78.3759 | 14.7141 | 76.1404 |
#fcb521 color RGB value is (252,181,33).
#fcb521 hex color red value is 252, green value is 181 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #fcb521 hue: 0.11 , saturation: 0.97 and the lightness value of fcb521 is 0.56.
The process color (four color CMYK) of #fcb521 color hex is 0.00, 0.28, 0.87, 0.01. Web safe color of #fcb521 is #ffcc33. Color #fcb521 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10110101 | 00100001 |
Octal | 374 | 265 | 41 |
Decimal | 252 | 181 | 33 |
Hex | FC | B5 | 21 |
Shades of #fcb521
Tints of #fcb521
RGB Percentages of Color #fcb521
CMYK Percentages of Color #fcb521
Complementary Color
#fcb521 | #2168fc |
#fcb521 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcb521 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcb521 Color CSS Codes
.mybgcolor {background-color:#fcb521; } .myforecolor {color:#fcb521; } .mybordercolor {border:3px solid #fcb521; }
#fcb521 Text Font Color
<p style="color:#fcb521">Text here</p>
This sample text font color is #fcb521
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.
#fcb521 Background Color
<div style="background-color:#fcb521">
Div content here</div>
This div background color is #fcb521
#fcb521 Border Color
<div style="border:3px solid #fcb521">
Div here</div>
This div border color is #fcb521
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,181,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcb521; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcb521; -webkit-box-shadow: 1px 1px 3px 2px #fcb521; box-shadow: 1px 1px 3px 2px #fcb521; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,181,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcb521">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcb521; -webkit-box-shadow: 1px 1px 3px 2px #fcb521; box-shadow: 1px 1px 3px 2px #fcb521;">
Div content here</div>
This div box has shadow with color #fcb521
Comments
No comments written yet.
Please login to write comment.