Color spaces of #faab48
RGB | 250 | 171 | 72 |
---|---|---|---|
HSL | 0.09 | 0.95 | 0.63 |
HSV | 33° | 71° | 98° |
CMYK | 0.00 | 0.32 | 0.71 0.02 |
XYZ | 55.1570 | 49.9177 | 12.8589 |
Yxy | 49.9177 | 0.4677 | 0.4233 |
Hunter Lab | 70.6525 | 15.7097 | 38.6658 |
CIE-Lab | 76.0187 | 20.4201 | 60.5284 |
#faab48 color RGB value is (250,171,72).
#faab48 hex color red value is 250, green value is 171 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #faab48 hue: 0.09 , saturation: 0.95 and the lightness value of faab48 is 0.63.
The process color (four color CMYK) of #faab48 color hex is 0.00, 0.32, 0.71, 0.02. Web safe color of #faab48 is #ff9933. Color #faab48 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101011 | 01001000 |
Octal | 372 | 253 | 110 |
Decimal | 250 | 171 | 72 |
Hex | FA | AB | 48 |
Shades of #faab48
Tints of #faab48
RGB Percentages of Color #faab48
CMYK Percentages of Color #faab48
Complementary Color
#faab48 | #4897fa |
#faab48 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faab48 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faab48 Color CSS Codes
.mybgcolor {background-color:#faab48; } .myforecolor {color:#faab48; } .mybordercolor {border:3px solid #faab48; }
#faab48 Text Font Color
<p style="color:#faab48">Text here</p>
This sample text font color is #faab48
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.
#faab48 Background Color
<div style="background-color:#faab48">
Div content here</div>
This div background color is #faab48
#faab48 Border Color
<div style="border:3px solid #faab48">
Div here</div>
This div border color is #faab48
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,171,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faab48; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faab48; -webkit-box-shadow: 1px 1px 3px 2px #faab48; box-shadow: 1px 1px 3px 2px #faab48; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,171,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faab48">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faab48; -webkit-box-shadow: 1px 1px 3px 2px #faab48; box-shadow: 1px 1px 3px 2px #faab48;">
Div content here</div>
This div box has shadow with color #faab48
Related Colors
Comments
No comments written yet.
Please login to write comment.