Color spaces of #f85107
RGB | 248 | 81 | 7 |
---|---|---|---|
HSL | 0.05 | 0.95 | 0.50 |
HSV | 18° | 97° | 97° |
CMYK | 0.00 | 0.67 | 0.97 0.03 |
XYZ | 41.6922 | 25.8567 | 2.9944 |
Yxy | 25.8567 | 0.5910 | 0.3665 |
Hunter Lab | 50.8495 | 57.3680 | 32.1032 |
CIE-Lab | 57.9008 | 61.3676 | 67.0462 |
#f85107 color RGB value is (248,81,7).
#f85107 hex color red value is 248, green value is 81 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #f85107 hue: 0.05 , saturation: 0.95 and the lightness value of f85107 is 0.50.
The process color (four color CMYK) of #f85107 color hex is 0.00, 0.67, 0.97, 0.03. Web safe color of #f85107 is #ff6600. Color #f85107 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 01010001 | 00000111 |
Octal | 370 | 121 | 7 |
Decimal | 248 | 81 | 7 |
Hex | F8 | 51 | 7 |
Shades of #f85107
Tints of #f85107
RGB Percentages of Color #f85107
CMYK Percentages of Color #f85107
Complementary Color
#f85107 | #07aef8 |
#f85107 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f85107 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f85107 Color CSS Codes
.mybgcolor {background-color:#f85107; } .myforecolor {color:#f85107; } .mybordercolor {border:3px solid #f85107; }
#f85107 Text Font Color
<p style="color:#f85107">Text here</p>
This sample text font color is #f85107
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.
#f85107 Background Color
<div style="background-color:#f85107">
Div content here</div>
This div background color is #f85107
#f85107 Border Color
<div style="border:3px solid #f85107">
Div here</div>
This div border color is #f85107
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,81,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f85107; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f85107; -webkit-box-shadow: 1px 1px 3px 2px #f85107; box-shadow: 1px 1px 3px 2px #f85107; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,81,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f85107">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f85107; -webkit-box-shadow: 1px 1px 3px 2px #f85107; box-shadow: 1px 1px 3px 2px #f85107;">
Div content here</div>
This div box has shadow with color #f85107
Comments
No comments written yet.
Please login to write comment.