Color spaces of #fcc120
RGB | 252 | 193 | 32 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.56 |
HSV | 44° | 87° | 99° |
CMYK | 0.00 | 0.23 | 0.87 0.01 |
XYZ | 59.4756 | 58.9397 | 9.6083 |
Yxy | 58.9397 | 0.4646 | 0.4604 |
Hunter Lab | 76.7722 | 3.9330 | 46.3202 |
CIE-Lab | 81.2584 | 8.4474 | 78.6455 |
#fcc120 color RGB value is (252,193,32).
#fcc120 hex color red value is 252, green value is 193 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #fcc120 hue: 0.12 , saturation: 0.97 and the lightness value of fcc120 is 0.56.
The process color (four color CMYK) of #fcc120 color hex is 0.00, 0.23, 0.87, 0.01. Web safe color of #fcc120 is #ffcc33. Color #fcc120 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11000001 | 00100000 |
Octal | 374 | 301 | 40 |
Decimal | 252 | 193 | 32 |
Hex | FC | C1 | 20 |
Shades of #fcc120
Tints of #fcc120
RGB Percentages of Color #fcc120
CMYK Percentages of Color #fcc120
Complementary Color
#fcc120 | #205bfc |
#fcc120 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcc120 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcc120 Color CSS Codes
.mybgcolor {background-color:#fcc120; } .myforecolor {color:#fcc120; } .mybordercolor {border:3px solid #fcc120; }
#fcc120 Text Font Color
<p style="color:#fcc120">Text here</p>
This sample text font color is #fcc120
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.
#fcc120 Background Color
<div style="background-color:#fcc120">
Div content here</div>
This div background color is #fcc120
#fcc120 Border Color
<div style="border:3px solid #fcc120">
Div here</div>
This div border color is #fcc120
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,193,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcc120; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcc120; -webkit-box-shadow: 1px 1px 3px 2px #fcc120; box-shadow: 1px 1px 3px 2px #fcc120; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,193,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcc120">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcc120; -webkit-box-shadow: 1px 1px 3px 2px #fcc120; box-shadow: 1px 1px 3px 2px #fcc120;">
Div content here</div>
This div box has shadow with color #fcc120
Comments
No comments written yet.
Please login to write comment.