Color spaces of #f85431
RGB | 248 | 84 | 49 |
---|---|---|---|
HSL | 0.03 | 0.93 | 0.58 |
HSV | 11° | 80° | 97° |
CMYK | 0.00 | 0.66 | 0.80 0.03 |
XYZ | 42.4361 | 26.5189 | 5.7878 |
Yxy | 26.5189 | 0.5678 | 0.3548 |
Hunter Lab | 51.4965 | 56.9754 | 29.3838 |
CIE-Lab | 58.5263 | 60.9174 | 53.2943 |
#f85431 color RGB value is (248,84,49).
#f85431 hex color red value is 248, green value is 84 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #f85431 hue: 0.03 , saturation: 0.93 and the lightness value of f85431 is 0.58.
The process color (four color CMYK) of #f85431 color hex is 0.00, 0.66, 0.80, 0.03. Web safe color of #f85431 is #ff6633. Color #f85431 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 01010100 | 00110001 |
Octal | 370 | 124 | 61 |
Decimal | 248 | 84 | 49 |
Hex | F8 | 54 | 31 |
Shades of #f85431
Tints of #f85431
RGB Percentages of Color #f85431
CMYK Percentages of Color #f85431
Complementary Color
#f85431 | #31d5f8 |
#f85431 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f85431 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f85431 Color CSS Codes
.mybgcolor {background-color:#f85431; } .myforecolor {color:#f85431; } .mybordercolor {border:3px solid #f85431; }
#f85431 Text Font Color
<p style="color:#f85431">Text here</p>
This sample text font color is #f85431
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.
#f85431 Background Color
<div style="background-color:#f85431">
Div content here</div>
This div background color is #f85431
#f85431 Border Color
<div style="border:3px solid #f85431">
Div here</div>
This div border color is #f85431
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,84,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f85431; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f85431; -webkit-box-shadow: 1px 1px 3px 2px #f85431; box-shadow: 1px 1px 3px 2px #f85431; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,84,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f85431">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f85431; -webkit-box-shadow: 1px 1px 3px 2px #f85431; box-shadow: 1px 1px 3px 2px #f85431;">
Div content here</div>
This div box has shadow with color #f85431
Comments
No comments written yet.
Please login to write comment.