Color spaces of #fab722
RGB | 250 | 183 | 34 |
---|---|---|---|
HSL | 0.11 | 0.96 | 0.56 |
HSV | 41° | 86° | 98° |
CMYK | 0.00 | 0.27 | 0.86 0.02 |
XYZ | 56.6466 | 54.3065 | 9.0100 |
Yxy | 54.3065 | 0.4722 | 0.4527 |
Hunter Lab | 73.6929 | 8.2475 | 44.3360 |
CIE-Lab | 78.6401 | 12.8421 | 76.0191 |
#fab722 color RGB value is (250,183,34).
#fab722 hex color red value is 250, green value is 183 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #fab722 hue: 0.11 , saturation: 0.96 and the lightness value of fab722 is 0.56.
The process color (four color CMYK) of #fab722 color hex is 0.00, 0.27, 0.86, 0.02. Web safe color of #fab722 is #ffcc33. Color #fab722 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10110111 | 00100010 |
Octal | 372 | 267 | 42 |
Decimal | 250 | 183 | 34 |
Hex | FA | B7 | 22 |
Shades of #fab722
Tints of #fab722
RGB Percentages of Color #fab722
CMYK Percentages of Color #fab722
Complementary Color
#fab722 | #2265fa |
#fab722 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fab722 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fab722 Color CSS Codes
.mybgcolor {background-color:#fab722; } .myforecolor {color:#fab722; } .mybordercolor {border:3px solid #fab722; }
#fab722 Text Font Color
<p style="color:#fab722">Text here</p>
This sample text font color is #fab722
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.
#fab722 Background Color
<div style="background-color:#fab722">
Div content here</div>
This div background color is #fab722
#fab722 Border Color
<div style="border:3px solid #fab722">
Div here</div>
This div border color is #fab722
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,183,34, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fab722; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fab722; -webkit-box-shadow: 1px 1px 3px 2px #fab722; box-shadow: 1px 1px 3px 2px #fab722; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,183,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 #fab722">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fab722; -webkit-box-shadow: 1px 1px 3px 2px #fab722; box-shadow: 1px 1px 3px 2px #fab722;">
Div content here</div>
This div box has shadow with color #fab722
Comments
No comments written yet.
Please login to write comment.