Color spaces of #fca922
RGB | 252 | 169 | 34 |
---|---|---|---|
HSL | 0.10 | 0.97 | 0.56 |
HSV | 37° | 87° | 99° |
CMYK | 0.00 | 0.33 | 0.87 0.01 |
XYZ | 54.6216 | 49.1869 | 8.1285 |
Yxy | 49.1869 | 0.4880 | 0.4394 |
Hunter Lab | 70.1334 | 16.2868 | 42.2216 |
CIE-Lab | 75.5675 | 21.0114 | 73.6617 |
#fca922 color RGB value is (252,169,34).
#fca922 hex color red value is 252, green value is 169 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #fca922 hue: 0.10 , saturation: 0.97 and the lightness value of fca922 is 0.56.
The process color (four color CMYK) of #fca922 color hex is 0.00, 0.33, 0.87, 0.01. Web safe color of #fca922 is #ff9933. Color #fca922 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101001 | 00100010 |
Octal | 374 | 251 | 42 |
Decimal | 252 | 169 | 34 |
Hex | FC | A9 | 22 |
Shades of #fca922
Tints of #fca922
RGB Percentages of Color #fca922
CMYK Percentages of Color #fca922
Complementary Color
#fca922 | #2275fc |
#fca922 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fca922 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fca922 Color CSS Codes
.mybgcolor {background-color:#fca922; } .myforecolor {color:#fca922; } .mybordercolor {border:3px solid #fca922; }
#fca922 Text Font Color
<p style="color:#fca922">Text here</p>
This sample text font color is #fca922
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.
#fca922 Background Color
<div style="background-color:#fca922">
Div content here</div>
This div background color is #fca922
#fca922 Border Color
<div style="border:3px solid #fca922">
Div here</div>
This div border color is #fca922
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,169,34, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fca922; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fca922; -webkit-box-shadow: 1px 1px 3px 2px #fca922; box-shadow: 1px 1px 3px 2px #fca922; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,169,34, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fca922">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fca922; -webkit-box-shadow: 1px 1px 3px 2px #fca922; box-shadow: 1px 1px 3px 2px #fca922;">
Div content here</div>
This div box has shadow with color #fca922
Comments
No comments written yet.
Please login to write comment.