Color spaces of #fb960f
RGB | 251 | 150 | 15 |
---|---|---|---|
HSL | 0.10 | 0.97 | 0.52 |
HSV | 34° | 94° | 98° |
CMYK | 0.00 | 0.40 | 0.94 0.02 |
XYZ | 50.7762 | 42.3564 | 5.9513 |
Yxy | 42.3564 | 0.5125 | 0.4275 |
Hunter Lab | 65.0818 | 25.3709 | 40.1356 |
CIE-Lab | 71.1159 | 30.2054 | 74.2990 |
#fb960f color RGB value is (251,150,15).
#fb960f hex color red value is 251, green value is 150 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fb960f hue: 0.10 , saturation: 0.97 and the lightness value of fb960f is 0.52.
The process color (four color CMYK) of #fb960f color hex is 0.00, 0.40, 0.94, 0.02. Web safe color of #fb960f is #ff9900. Color #fb960f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10010110 | 00001111 |
Octal | 373 | 226 | 17 |
Decimal | 251 | 150 | 15 |
Hex | FB | 96 | F |
Shades of #fb960f
Tints of #fb960f
RGB Percentages of Color #fb960f
CMYK Percentages of Color #fb960f
Complementary Color
#fb960f | #0f74fb |
#fb960f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb960f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb960f Color CSS Codes
.mybgcolor {background-color:#fb960f; } .myforecolor {color:#fb960f; } .mybordercolor {border:3px solid #fb960f; }
#fb960f Text Font Color
<p style="color:#fb960f">Text here</p>
This sample text font color is #fb960f
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.
#fb960f Background Color
<div style="background-color:#fb960f">
Div content here</div>
This div background color is #fb960f
#fb960f Border Color
<div style="border:3px solid #fb960f">
Div here</div>
This div border color is #fb960f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,150,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb960f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb960f; -webkit-box-shadow: 1px 1px 3px 2px #fb960f; box-shadow: 1px 1px 3px 2px #fb960f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,150,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb960f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb960f; -webkit-box-shadow: 1px 1px 3px 2px #fb960f; box-shadow: 1px 1px 3px 2px #fb960f;">
Div content here</div>
This div box has shadow with color #fb960f
Related Colors
Comments
No comments written yet.
Please login to write comment.