Color spaces of #fb9052
RGB | 251 | 144 | 82 |
---|---|---|---|
HSL | 0.06 | 0.95 | 0.65 |
HSV | 22° | 67° | 98° |
CMYK | 0.00 | 0.43 | 0.67 0.02 |
XYZ | 51.2799 | 41.0649 | 13.2062 |
Yxy | 41.0649 | 0.4858 | 0.3891 |
Hunter Lab | 64.0819 | 30.6967 | 32.6387 |
CIE-Lab | 70.2214 | 35.3985 | 49.6574 |
#fb9052 color RGB value is (251,144,82).
#fb9052 hex color red value is 251, green value is 144 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fb9052 hue: 0.06 , saturation: 0.95 and the lightness value of fb9052 is 0.65.
The process color (four color CMYK) of #fb9052 color hex is 0.00, 0.43, 0.67, 0.02. Web safe color of #fb9052 is #ff9966. Color #fb9052 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10010000 | 01010010 |
Octal | 373 | 220 | 122 |
Decimal | 251 | 144 | 82 |
Hex | FB | 90 | 52 |
Shades of #fb9052
Tints of #fb9052
RGB Percentages of Color #fb9052
CMYK Percentages of Color #fb9052
Complementary Color
#fb9052 | #52bdfb |
#fb9052 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb9052 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb9052 Color CSS Codes
.mybgcolor {background-color:#fb9052; } .myforecolor {color:#fb9052; } .mybordercolor {border:3px solid #fb9052; }
#fb9052 Text Font Color
<p style="color:#fb9052">Text here</p>
This sample text font color is #fb9052
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.
#fb9052 Background Color
<div style="background-color:#fb9052">
Div content here</div>
This div background color is #fb9052
#fb9052 Border Color
<div style="border:3px solid #fb9052">
Div here</div>
This div border color is #fb9052
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,144,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb9052; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb9052; -webkit-box-shadow: 1px 1px 3px 2px #fb9052; box-shadow: 1px 1px 3px 2px #fb9052; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,144,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb9052">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb9052; -webkit-box-shadow: 1px 1px 3px 2px #fb9052; box-shadow: 1px 1px 3px 2px #fb9052;">
Div content here</div>
This div box has shadow with color #fb9052
Comments
No comments written yet.
Please login to write comment.