Color spaces of #fcbb33
RGB | 252 | 187 | 51 |
---|---|---|---|
HSL | 0.11 | 0.97 | 0.59 |
HSV | 41° | 80° | 99° |
CMYK | 0.00 | 0.26 | 0.80 0.01 |
XYZ | 58.5127 | 56.4751 | 10.9488 |
Yxy | 56.4751 | 0.4646 | 0.4484 |
Hunter Lab | 75.1499 | 7.4701 | 43.9668 |
CIE-Lab | 79.8835 | 12.0535 | 72.3129 |
#fcbb33 color RGB value is (252,187,51).
#fcbb33 hex color red value is 252, green value is 187 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #fcbb33 hue: 0.11 , saturation: 0.97 and the lightness value of fcbb33 is 0.59.
The process color (four color CMYK) of #fcbb33 color hex is 0.00, 0.26, 0.80, 0.01. Web safe color of #fcbb33 is #ffcc33. Color #fcbb33 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10111011 | 00110011 |
Octal | 374 | 273 | 63 |
Decimal | 252 | 187 | 51 |
Hex | FC | BB | 33 |
Shades of #fcbb33
Tints of #fcbb33
RGB Percentages of Color #fcbb33
CMYK Percentages of Color #fcbb33
Complementary Color
#fcbb33 | #3374fc |
#fcbb33 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcbb33 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcbb33 Color CSS Codes
.mybgcolor {background-color:#fcbb33; } .myforecolor {color:#fcbb33; } .mybordercolor {border:3px solid #fcbb33; }
#fcbb33 Text Font Color
<p style="color:#fcbb33">Text here</p>
This sample text font color is #fcbb33
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.
#fcbb33 Background Color
<div style="background-color:#fcbb33">
Div content here</div>
This div background color is #fcbb33
#fcbb33 Border Color
<div style="border:3px solid #fcbb33">
Div here</div>
This div border color is #fcbb33
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,187,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcbb33; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcbb33; -webkit-box-shadow: 1px 1px 3px 2px #fcbb33; box-shadow: 1px 1px 3px 2px #fcbb33; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,187,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcbb33">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbb33; -webkit-box-shadow: 1px 1px 3px 2px #fcbb33; box-shadow: 1px 1px 3px 2px #fcbb33;">
Div content here</div>
This div box has shadow with color #fcbb33
Comments
No comments written yet.
Please login to write comment.