Color spaces of #f58126
RGB | 245 | 129 | 38 |
---|---|---|---|
HSL | 0.07 | 0.91 | 0.55 |
HSV | 26° | 84° | 96° |
CMYK | 0.00 | 0.47 | 0.84 0.04 |
XYZ | 45.8563 | 35.2529 | 6.2213 |
Yxy | 35.2529 | 0.5251 | 0.4037 |
Hunter Lab | 59.3742 | 33.9557 | 35.3494 |
CIE-Lab | 65.9451 | 38.9426 | 64.2528 |
#f58126 color RGB value is (245,129,38).
#f58126 hex color red value is 245, green value is 129 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #f58126 hue: 0.07 , saturation: 0.91 and the lightness value of f58126 is 0.55.
The process color (four color CMYK) of #f58126 color hex is 0.00, 0.47, 0.84, 0.04. Web safe color of #f58126 is #ff9933. Color #f58126 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 10000001 | 00100110 |
Octal | 365 | 201 | 46 |
Decimal | 245 | 129 | 38 |
Hex | F5 | 81 | 26 |
Shades of #f58126
Tints of #f58126
RGB Percentages of Color #f58126
CMYK Percentages of Color #f58126
Complementary Color
#f58126 | #269af5 |
#f58126 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f58126 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f58126 Color CSS Codes
.mybgcolor {background-color:#f58126; } .myforecolor {color:#f58126; } .mybordercolor {border:3px solid #f58126; }
#f58126 Text Font Color
<p style="color:#f58126">Text here</p>
This sample text font color is #f58126
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.
#f58126 Background Color
<div style="background-color:#f58126">
Div content here</div>
This div background color is #f58126
#f58126 Border Color
<div style="border:3px solid #f58126">
Div here</div>
This div border color is #f58126
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,129,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f58126; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f58126; -webkit-box-shadow: 1px 1px 3px 2px #f58126; box-shadow: 1px 1px 3px 2px #f58126; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,129,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f58126">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f58126; -webkit-box-shadow: 1px 1px 3px 2px #f58126; box-shadow: 1px 1px 3px 2px #f58126;">
Div content here</div>
This div box has shadow with color #f58126
Comments
No comments written yet.
Please login to write comment.