Color spaces of #fbaa4a
RGB | 251 | 170 | 74 |
---|---|---|---|
HSL | 0.09 | 0.96 | 0.64 |
HSV | 33° | 71° | 98° |
CMYK | 0.00 | 0.32 | 0.71 0.02 |
XYZ | 55.3944 | 49.7531 | 13.1623 |
Yxy | 49.7531 | 0.4682 | 0.4205 |
Hunter Lab | 70.5359 | 16.7448 | 38.3113 |
CIE-Lab | 75.9175 | 21.4540 | 59.5880 |
#fbaa4a color RGB value is (251,170,74).
#fbaa4a hex color red value is 251, green value is 170 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fbaa4a hue: 0.09 , saturation: 0.96 and the lightness value of fbaa4a is 0.64.
The process color (four color CMYK) of #fbaa4a color hex is 0.00, 0.32, 0.71, 0.02. Web safe color of #fbaa4a is #ff9933. Color #fbaa4a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10101010 | 01001010 |
Octal | 373 | 252 | 112 |
Decimal | 251 | 170 | 74 |
Hex | FB | AA | 4A |
Shades of #fbaa4a
Tints of #fbaa4a
RGB Percentages of Color #fbaa4a
CMYK Percentages of Color #fbaa4a
Complementary Color
#fbaa4a | #4a9bfb |
#fbaa4a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbaa4a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbaa4a Color CSS Codes
.mybgcolor {background-color:#fbaa4a; } .myforecolor {color:#fbaa4a; } .mybordercolor {border:3px solid #fbaa4a; }
#fbaa4a Text Font Color
<p style="color:#fbaa4a">Text here</p>
This sample text font color is #fbaa4a
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.
#fbaa4a Background Color
<div style="background-color:#fbaa4a">
Div content here</div>
This div background color is #fbaa4a
#fbaa4a Border Color
<div style="border:3px solid #fbaa4a">
Div here</div>
This div border color is #fbaa4a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,170,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbaa4a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbaa4a; -webkit-box-shadow: 1px 1px 3px 2px #fbaa4a; box-shadow: 1px 1px 3px 2px #fbaa4a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,170,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 #fbaa4a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbaa4a; -webkit-box-shadow: 1px 1px 3px 2px #fbaa4a; box-shadow: 1px 1px 3px 2px #fbaa4a;">
Div content here</div>
This div box has shadow with color #fbaa4a
Comments
No comments written yet.
Please login to write comment.