Color spaces of #fcad00
RGB | 252 | 173 | 0 |
---|---|---|---|
HSL | 0.11 | 1.00 | 0.49 |
HSV | 41° | 100° | 99° |
CMYK | 0.00 | 0.31 | 1.00 0.01 |
XYZ | 55.0885 | 50.5826 | 6.8599 |
Yxy | 50.5826 | 0.4895 | 0.4495 |
Hunter Lab | 71.1214 | 13.7981 | 44.0663 |
CIE-Lab | 76.4255 | 18.4941 | 79.7721 |
#fcad00 color RGB value is (252,173,0).
#fcad00 hex color red value is 252, green value is 173 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fcad00 hue: 0.11 , saturation: 1.00 and the lightness value of fcad00 is 0.49.
The process color (four color CMYK) of #fcad00 color hex is 0.00, 0.31, 1.00, 0.01. Web safe color of #fcad00 is #ff9900. Color #fcad00 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101101 | 00000000 |
Octal | 374 | 255 | 0 |
Decimal | 252 | 173 | 0 |
Hex | FC | AD | 0 |
Shades of #fcad00
Tints of #fcad00
RGB Percentages of Color #fcad00
CMYK Percentages of Color #fcad00
Complementary Color
#fcad00 | #004ffc |
#fcad00 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcad00 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcad00 Color CSS Codes
.mybgcolor {background-color:#fcad00; } .myforecolor {color:#fcad00; } .mybordercolor {border:3px solid #fcad00; }
#fcad00 Text Font Color
<p style="color:#fcad00">Text here</p>
This sample text font color is #fcad00
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.
#fcad00 Background Color
<div style="background-color:#fcad00">
Div content here</div>
This div background color is #fcad00
#fcad00 Border Color
<div style="border:3px solid #fcad00">
Div here</div>
This div border color is #fcad00
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,173,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcad00; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcad00; -webkit-box-shadow: 1px 1px 3px 2px #fcad00; box-shadow: 1px 1px 3px 2px #fcad00; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,173,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcad00">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcad00; -webkit-box-shadow: 1px 1px 3px 2px #fcad00; box-shadow: 1px 1px 3px 2px #fcad00;">
Div content here</div>
This div box has shadow with color #fcad00
Related Colors
Comments
No comments written yet.
Please login to write comment.