Color spaces of #fca204
RGB | 252 | 162 | 4 |
---|---|---|---|
HSL | 0.11 | 0.98 | 0.50 |
HSV | 38° | 98° | 99° |
CMYK | 0.00 | 0.36 | 0.98 0.01 |
XYZ | 53.0871 | 46.5449 | 6.3009 |
Yxy | 46.5449 | 0.5011 | 0.4394 |
Hunter Lab | 68.2238 | 19.5048 | 42.2809 |
CIE-Lab | 73.8977 | 24.2787 | 77.6371 |
#fca204 color RGB value is (252,162,4).
#fca204 hex color red value is 252, green value is 162 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #fca204 hue: 0.11 , saturation: 0.98 and the lightness value of fca204 is 0.50.
The process color (four color CMYK) of #fca204 color hex is 0.00, 0.36, 0.98, 0.01. Web safe color of #fca204 is #ff9900. Color #fca204 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10100010 | 00000100 |
Octal | 374 | 242 | 4 |
Decimal | 252 | 162 | 4 |
Hex | FC | A2 | 4 |
Shades of #fca204
Tints of #fca204
RGB Percentages of Color #fca204
CMYK Percentages of Color #fca204
Complementary Color
#fca204 | #045efc |
#fca204 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fca204 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fca204 Color CSS Codes
.mybgcolor {background-color:#fca204; } .myforecolor {color:#fca204; } .mybordercolor {border:3px solid #fca204; }
#fca204 Text Font Color
<p style="color:#fca204">Text here</p>
This sample text font color is #fca204
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.
#fca204 Background Color
<div style="background-color:#fca204">
Div content here</div>
This div background color is #fca204
#fca204 Border Color
<div style="border:3px solid #fca204">
Div here</div>
This div border color is #fca204
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,162,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fca204; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fca204; -webkit-box-shadow: 1px 1px 3px 2px #fca204; box-shadow: 1px 1px 3px 2px #fca204; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,162,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fca204">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fca204; -webkit-box-shadow: 1px 1px 3px 2px #fca204; box-shadow: 1px 1px 3px 2px #fca204;">
Div content here</div>
This div box has shadow with color #fca204
#fca204 Color Palettes
Comments
No comments written yet.
Please login to write comment.