Color spaces of #faac1a
RGB | 250 | 172 | 26 |
---|---|---|---|
HSL | 0.11 | 0.96 | 0.54 |
HSV | 39° | 90° | 98° |
CMYK | 0.00 | 0.31 | 0.90 0.02 |
XYZ | 54.3633 | 49.9036 | 7.7444 |
Yxy | 49.9036 | 0.4853 | 0.4455 |
Hunter Lab | 70.6425 | 13.7413 | 42.9499 |
CIE-Lab | 76.0101 | 18.4473 | 75.7728 |
#faac1a color RGB value is (250,172,26).
#faac1a hex color red value is 250, green value is 172 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #faac1a hue: 0.11 , saturation: 0.96 and the lightness value of faac1a is 0.54.
The process color (four color CMYK) of #faac1a color hex is 0.00, 0.31, 0.90, 0.02. Web safe color of #faac1a is #ff9933. Color #faac1a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101100 | 00011010 |
Octal | 372 | 254 | 32 |
Decimal | 250 | 172 | 26 |
Hex | FA | AC | 1A |
Shades of #faac1a
Tints of #faac1a
RGB Percentages of Color #faac1a
CMYK Percentages of Color #faac1a
Complementary Color
#faac1a | #1a68fa |
#faac1a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faac1a Color Preview on White Background
Lorem ipsum dolor sit amet.
#faac1a Color CSS Codes
.mybgcolor {background-color:#faac1a; } .myforecolor {color:#faac1a; } .mybordercolor {border:3px solid #faac1a; }
#faac1a Text Font Color
<p style="color:#faac1a">Text here</p>
This sample text font color is #faac1a
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.
#faac1a Background Color
<div style="background-color:#faac1a">
Div content here</div>
This div background color is #faac1a
#faac1a Border Color
<div style="border:3px solid #faac1a">
Div here</div>
This div border color is #faac1a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,172,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faac1a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faac1a; -webkit-box-shadow: 1px 1px 3px 2px #faac1a; box-shadow: 1px 1px 3px 2px #faac1a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,172,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faac1a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faac1a; -webkit-box-shadow: 1px 1px 3px 2px #faac1a; box-shadow: 1px 1px 3px 2px #faac1a;">
Div content here</div>
This div box has shadow with color #faac1a
Comments
No comments written yet.
Please login to write comment.