Color spaces of #fb915e
RGB | 251 | 145 | 94 |
---|---|---|---|
HSL | 0.05 | 0.95 | 0.68 |
HSV | 19° | 63° | 98° |
CMYK | 0.00 | 0.42 | 0.63 0.02 |
XYZ | 51.9294 | 41.5682 | 15.8762 |
Yxy | 41.5682 | 0.4748 | 0.3801 |
Hunter Lab | 64.4734 | 30.9424 | 30.5316 |
CIE-Lab | 70.5722 | 35.5977 | 43.9954 |
#fb915e color RGB value is (251,145,94).
#fb915e hex color red value is 251, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fb915e hue: 0.05 , saturation: 0.95 and the lightness value of fb915e is 0.68.
The process color (four color CMYK) of #fb915e color hex is 0.00, 0.42, 0.63, 0.02. Web safe color of #fb915e is #ff9966. Color #fb915e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10010001 | 01011110 |
Octal | 373 | 221 | 136 |
Decimal | 251 | 145 | 94 |
Hex | FB | 91 | 5E |
Shades of #fb915e
Tints of #fb915e
RGB Percentages of Color #fb915e
CMYK Percentages of Color #fb915e
Complementary Color
#fb915e | #5ec8fb |
#fb915e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb915e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb915e Color CSS Codes
.mybgcolor {background-color:#fb915e; } .myforecolor {color:#fb915e; } .mybordercolor {border:3px solid #fb915e; }
#fb915e Text Font Color
<p style="color:#fb915e">Text here</p>
This sample text font color is #fb915e
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.
#fb915e Background Color
<div style="background-color:#fb915e">
Div content here</div>
This div background color is #fb915e
#fb915e Border Color
<div style="border:3px solid #fb915e">
Div here</div>
This div border color is #fb915e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,145,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb915e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb915e; -webkit-box-shadow: 1px 1px 3px 2px #fb915e; box-shadow: 1px 1px 3px 2px #fb915e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,145,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb915e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb915e; -webkit-box-shadow: 1px 1px 3px 2px #fb915e; box-shadow: 1px 1px 3px 2px #fb915e;">
Div content here</div>
This div box has shadow with color #fb915e
Comments
No comments written yet.
Please login to write comment.