Color spaces of #fab92a
RGB | 250 | 185 | 42 |
---|---|---|---|
HSL | 0.11 | 0.95 | 0.57 |
HSV | 41° | 83° | 98° |
CMYK | 0.00 | 0.26 | 0.83 0.02 |
XYZ | 57.1912 | 55.1891 | 9.8287 |
Yxy | 55.1891 | 0.4680 | 0.4516 |
Hunter Lab | 74.2894 | 7.4107 | 44.1583 |
CIE-Lab | 79.1501 | 11.9881 | 74.3347 |
#fab92a color RGB value is (250,185,42).
#fab92a hex color red value is 250, green value is 185 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fab92a hue: 0.11 , saturation: 0.95 and the lightness value of fab92a is 0.57.
The process color (four color CMYK) of #fab92a color hex is 0.00, 0.26, 0.83, 0.02. Web safe color of #fab92a is #ffcc33. Color #fab92a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111001 | 00101010 |
Octal | 372 | 271 | 52 |
Decimal | 250 | 185 | 42 |
Hex | FA | B9 | 2A |
Shades of #fab92a
Tints of #fab92a
RGB Percentages of Color #fab92a
CMYK Percentages of Color #fab92a
Complementary Color
#fab92a | #2a6bfa |
#fab92a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fab92a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fab92a Color CSS Codes
.mybgcolor {background-color:#fab92a; } .myforecolor {color:#fab92a; } .mybordercolor {border:3px solid #fab92a; }
#fab92a Text Font Color
<p style="color:#fab92a">Text here</p>
This sample text font color is #fab92a
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.
#fab92a Background Color
<div style="background-color:#fab92a">
Div content here</div>
This div background color is #fab92a
#fab92a Border Color
<div style="border:3px solid #fab92a">
Div here</div>
This div border color is #fab92a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,185,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fab92a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fab92a; -webkit-box-shadow: 1px 1px 3px 2px #fab92a; box-shadow: 1px 1px 3px 2px #fab92a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,185,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fab92a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fab92a; -webkit-box-shadow: 1px 1px 3px 2px #fab92a; box-shadow: 1px 1px 3px 2px #fab92a;">
Div content here</div>
This div box has shadow with color #fab92a
Comments
No comments written yet.
Please login to write comment.