Color spaces of #faa213
RGB | 250 | 162 | 19 |
---|---|---|---|
HSL | 0.10 | 0.96 | 0.53 |
HSV | 37° | 92° | 98° |
CMYK | 0.00 | 0.35 | 0.92 0.02 |
XYZ | 52.4622 | 46.2117 | 6.7708 |
Yxy | 46.2117 | 0.4975 | 0.4383 |
Hunter Lab | 67.9792 | 18.7919 | 41.6801 |
CIE-Lab | 73.6827 | 23.5835 | 75.3892 |
#faa213 color RGB value is (250,162,19).
#faa213 hex color red value is 250, green value is 162 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #faa213 hue: 0.10 , saturation: 0.96 and the lightness value of faa213 is 0.53.
The process color (four color CMYK) of #faa213 color hex is 0.00, 0.35, 0.92, 0.02. Web safe color of #faa213 is #ff9900. Color #faa213 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10100010 | 00010011 |
Octal | 372 | 242 | 23 |
Decimal | 250 | 162 | 19 |
Hex | FA | A2 | 13 |
Shades of #faa213
Tints of #faa213
RGB Percentages of Color #faa213
CMYK Percentages of Color #faa213
Complementary Color
#faa213 | #136bfa |
#faa213 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faa213 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faa213 Color CSS Codes
.mybgcolor {background-color:#faa213; } .myforecolor {color:#faa213; } .mybordercolor {border:3px solid #faa213; }
#faa213 Text Font Color
<p style="color:#faa213">Text here</p>
This sample text font color is #faa213
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.
#faa213 Background Color
<div style="background-color:#faa213">
Div content here</div>
This div background color is #faa213
#faa213 Border Color
<div style="border:3px solid #faa213">
Div here</div>
This div border color is #faa213
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,162,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faa213; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faa213; -webkit-box-shadow: 1px 1px 3px 2px #faa213; box-shadow: 1px 1px 3px 2px #faa213; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,162,19, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faa213">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faa213; -webkit-box-shadow: 1px 1px 3px 2px #faa213; box-shadow: 1px 1px 3px 2px #faa213;">
Div content here</div>
This div box has shadow with color #faa213
Comments
No comments written yet.
Please login to write comment.