Color spaces of #fcb21f
RGB | 252 | 178 | 31 |
---|---|---|---|
HSL | 0.11 | 0.97 | 0.55 |
HSV | 40° | 88° | 99° |
CMYK | 0.00 | 0.29 | 0.88 0.01 |
XYZ | 56.3126 | 52.6352 | 8.4879 |
Yxy | 52.6352 | 0.4795 | 0.4482 |
Hunter Lab | 72.5501 | 11.5870 | 43.8485 |
CIE-Lab | 77.6591 | 16.2419 | 76.0448 |
#fcb21f color RGB value is (252,178,31).
#fcb21f hex color red value is 252, green value is 178 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fcb21f hue: 0.11 , saturation: 0.97 and the lightness value of fcb21f is 0.55.
The process color (four color CMYK) of #fcb21f color hex is 0.00, 0.29, 0.88, 0.01. Web safe color of #fcb21f is #ff9933. Color #fcb21f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10110010 | 00011111 |
Octal | 374 | 262 | 37 |
Decimal | 252 | 178 | 31 |
Hex | FC | B2 | 1F |
Shades of #fcb21f
Tints of #fcb21f
RGB Percentages of Color #fcb21f
CMYK Percentages of Color #fcb21f
Complementary Color
#fcb21f | #1f69fc |
#fcb21f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcb21f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcb21f Color CSS Codes
.mybgcolor {background-color:#fcb21f; } .myforecolor {color:#fcb21f; } .mybordercolor {border:3px solid #fcb21f; }
#fcb21f Text Font Color
<p style="color:#fcb21f">Text here</p>
This sample text font color is #fcb21f
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.
#fcb21f Background Color
<div style="background-color:#fcb21f">
Div content here</div>
This div background color is #fcb21f
#fcb21f Border Color
<div style="border:3px solid #fcb21f">
Div here</div>
This div border color is #fcb21f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,178,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcb21f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcb21f; -webkit-box-shadow: 1px 1px 3px 2px #fcb21f; box-shadow: 1px 1px 3px 2px #fcb21f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,178,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcb21f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcb21f; -webkit-box-shadow: 1px 1px 3px 2px #fcb21f; box-shadow: 1px 1px 3px 2px #fcb21f;">
Div content here</div>
This div box has shadow with color #fcb21f
Comments
No comments written yet.
Please login to write comment.