Color spaces of #fa724a
RGB | 250 | 114 | 74 |
---|---|---|---|
HSL | 0.04 | 0.95 | 0.64 |
HSV | 14° | 70° | 98° |
CMYK | 0.00 | 0.54 | 0.70 0.02 |
XYZ | 46.6777 | 32.8530 | 10.3596 |
Yxy | 32.8530 | 0.5193 | 0.3655 |
Hunter Lab | 57.3175 | 45.0594 | 29.4062 |
CIE-Lab | 64.0417 | 49.4745 | 46.6987 |
#fa724a color RGB value is (250,114,74).
#fa724a hex color red value is 250, green value is 114 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fa724a hue: 0.04 , saturation: 0.95 and the lightness value of fa724a is 0.64.
The process color (four color CMYK) of #fa724a color hex is 0.00, 0.54, 0.70, 0.02. Web safe color of #fa724a is #ff6633. Color #fa724a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 01110010 | 01001010 |
Octal | 372 | 162 | 112 |
Decimal | 250 | 114 | 74 |
Hex | FA | 72 | 4A |
Shades of #fa724a
Tints of #fa724a
RGB Percentages of Color #fa724a
CMYK Percentages of Color #fa724a
Complementary Color
#fa724a | #4ad2fa |
#fa724a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa724a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa724a Color CSS Codes
.mybgcolor {background-color:#fa724a; } .myforecolor {color:#fa724a; } .mybordercolor {border:3px solid #fa724a; }
#fa724a Text Font Color
<p style="color:#fa724a">Text here</p>
This sample text font color is #fa724a
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.
#fa724a Background Color
<div style="background-color:#fa724a">
Div content here</div>
This div background color is #fa724a
#fa724a Border Color
<div style="border:3px solid #fa724a">
Div here</div>
This div border color is #fa724a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,114,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa724a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa724a; -webkit-box-shadow: 1px 1px 3px 2px #fa724a; box-shadow: 1px 1px 3px 2px #fa724a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,114,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa724a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa724a; -webkit-box-shadow: 1px 1px 3px 2px #fa724a; box-shadow: 1px 1px 3px 2px #fa724a;">
Div content here</div>
This div box has shadow with color #fa724a
Comments
No comments written yet.
Please login to write comment.