Color spaces of #fb380f
RGB | 251 | 56 | 15 |
---|---|---|---|
HSL | 0.03 | 0.97 | 0.52 |
HSV | 10° | 94° | 98° |
CMYK | 0.00 | 0.78 | 0.94 0.02 |
XYZ | 41.2841 | 23.3721 | 2.7873 |
Yxy | 23.3721 | 0.6121 | 0.3465 |
Hunter Lab | 48.3447 | 67.8274 | 30.4229 |
CIE-Lab | 55.4536 | 70.6723 | 64.2520 |
#fb380f color RGB value is (251,56,15).
#fb380f hex color red value is 251, green value is 56 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fb380f hue: 0.03 , saturation: 0.97 and the lightness value of fb380f is 0.52.
The process color (four color CMYK) of #fb380f color hex is 0.00, 0.78, 0.94, 0.02. Web safe color of #fb380f is #ff3300. Color #fb380f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00111000 | 00001111 |
Octal | 373 | 70 | 17 |
Decimal | 251 | 56 | 15 |
Hex | FB | 38 | F |
Shades of #fb380f
Tints of #fb380f
RGB Percentages of Color #fb380f
CMYK Percentages of Color #fb380f
Complementary Color
#fb380f | #0fd2fb |
#fb380f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb380f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb380f Color CSS Codes
.mybgcolor {background-color:#fb380f; } .myforecolor {color:#fb380f; } .mybordercolor {border:3px solid #fb380f; }
#fb380f Text Font Color
<p style="color:#fb380f">Text here</p>
This sample text font color is #fb380f
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.
#fb380f Background Color
<div style="background-color:#fb380f">
Div content here</div>
This div background color is #fb380f
#fb380f Border Color
<div style="border:3px solid #fb380f">
Div here</div>
This div border color is #fb380f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,56,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb380f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb380f; -webkit-box-shadow: 1px 1px 3px 2px #fb380f; box-shadow: 1px 1px 3px 2px #fb380f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,56,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 #fb380f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb380f; -webkit-box-shadow: 1px 1px 3px 2px #fb380f; box-shadow: 1px 1px 3px 2px #fb380f;">
Div content here</div>
This div box has shadow with color #fb380f
Comments
No comments written yet.
Please login to write comment.