Color spaces of #fa2310
RGB | 250 | 35 | 16 |
---|---|---|---|
HSL | 0.01 | 0.96 | 0.52 |
HSV | 5° | 94° | 98° |
CMYK | 0.00 | 0.86 | 0.94 0.02 |
XYZ | 40.1189 | 21.5635 | 2.5379 |
Yxy | 21.5635 | 0.6247 | 0.3358 |
Hunter Lab | 46.4365 | 72.9514 | 29.2652 |
CIE-Lab | 53.5608 | 75.2344 | 62.8019 |
#fa2310 color RGB value is (250,35,16).
#fa2310 hex color red value is 250, green value is 35 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #fa2310 hue: 0.01 , saturation: 0.96 and the lightness value of fa2310 is 0.52.
The process color (four color CMYK) of #fa2310 color hex is 0.00, 0.86, 0.94, 0.02. Web safe color of #fa2310 is #ff3300. Color #fa2310 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00100011 | 00010000 |
Octal | 372 | 43 | 20 |
Decimal | 250 | 35 | 16 |
Hex | FA | 23 | 10 |
Shades of #fa2310
Tints of #fa2310
RGB Percentages of Color #fa2310
CMYK Percentages of Color #fa2310
Complementary Color
#fa2310 | #10e7fa |
#fa2310 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa2310 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa2310 Color CSS Codes
.mybgcolor {background-color:#fa2310; } .myforecolor {color:#fa2310; } .mybordercolor {border:3px solid #fa2310; }
#fa2310 Text Font Color
<p style="color:#fa2310">Text here</p>
This sample text font color is #fa2310
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.
#fa2310 Background Color
<div style="background-color:#fa2310">
Div content here</div>
This div background color is #fa2310
#fa2310 Border Color
<div style="border:3px solid #fa2310">
Div here</div>
This div border color is #fa2310
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,35,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa2310; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa2310; -webkit-box-shadow: 1px 1px 3px 2px #fa2310; box-shadow: 1px 1px 3px 2px #fa2310; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,35,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa2310">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa2310; -webkit-box-shadow: 1px 1px 3px 2px #fa2310; box-shadow: 1px 1px 3px 2px #fa2310;">
Div content here</div>
This div box has shadow with color #fa2310
Comments
No comments written yet.
Please login to write comment.