Color spaces of #fb800e
RGB | 251 | 128 | 14 |
---|---|---|---|
HSL | 0.08 | 0.97 | 0.52 |
HSV | 29° | 94° | 98° |
CMYK | 0.00 | 0.49 | 0.94 0.02 |
XYZ | 47.5821 | 35.9793 | 4.8523 |
Yxy | 35.9793 | 0.5382 | 0.4069 |
Hunter Lab | 59.9827 | 36.6277 | 37.1917 |
CIE-Lab | 66.5041 | 41.3922 | 71.3409 |
#fb800e color RGB value is (251,128,14).
#fb800e hex color red value is 251, green value is 128 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fb800e hue: 0.08 , saturation: 0.97 and the lightness value of fb800e is 0.52.
The process color (four color CMYK) of #fb800e color hex is 0.00, 0.49, 0.94, 0.02. Web safe color of #fb800e is #ff9900. Color #fb800e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10000000 | 00001110 |
Octal | 373 | 200 | 16 |
Decimal | 251 | 128 | 14 |
Hex | FB | 80 | E |
Shades of #fb800e
Tints of #fb800e
RGB Percentages of Color #fb800e
CMYK Percentages of Color #fb800e
Complementary Color
#fb800e | #0e89fb |
#fb800e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb800e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb800e Color CSS Codes
.mybgcolor {background-color:#fb800e; } .myforecolor {color:#fb800e; } .mybordercolor {border:3px solid #fb800e; }
#fb800e Text Font Color
<p style="color:#fb800e">Text here</p>
This sample text font color is #fb800e
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.
#fb800e Background Color
<div style="background-color:#fb800e">
Div content here</div>
This div background color is #fb800e
#fb800e Border Color
<div style="border:3px solid #fb800e">
Div here</div>
This div border color is #fb800e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,128,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb800e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb800e; -webkit-box-shadow: 1px 1px 3px 2px #fb800e; box-shadow: 1px 1px 3px 2px #fb800e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,128,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb800e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb800e; -webkit-box-shadow: 1px 1px 3px 2px #fb800e; box-shadow: 1px 1px 3px 2px #fb800e;">
Div content here</div>
This div box has shadow with color #fb800e
Comments
No comments written yet.
Please login to write comment.