Color spaces of #f9361c
RGB | 249 | 54 | 28 |
---|---|---|---|
HSL | 0.02 | 0.95 | 0.54 |
HSV | 7° | 89° | 98° |
CMYK | 0.00 | 0.78 | 0.89 0.02 |
XYZ | 40.5957 | 22.8619 | 3.3718 |
Yxy | 22.8619 | 0.6075 | 0.3421 |
Hunter Lab | 47.8141 | 67.8774 | 29.2888 |
CIE-Lab | 54.9298 | 70.8134 | 59.4873 |
#f9361c color RGB value is (249,54,28).
#f9361c hex color red value is 249, green value is 54 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #f9361c hue: 0.02 , saturation: 0.95 and the lightness value of f9361c is 0.54.
The process color (four color CMYK) of #f9361c color hex is 0.00, 0.78, 0.89, 0.02. Web safe color of #f9361c is #ff3333. Color #f9361c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00110110 | 00011100 |
Octal | 371 | 66 | 34 |
Decimal | 249 | 54 | 28 |
Hex | F9 | 36 | 1C |
Shades of #f9361c
Tints of #f9361c
RGB Percentages of Color #f9361c
CMYK Percentages of Color #f9361c
Complementary Color
#f9361c | #1cdff9 |
#f9361c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9361c Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9361c Color CSS Codes
.mybgcolor {background-color:#f9361c; } .myforecolor {color:#f9361c; } .mybordercolor {border:3px solid #f9361c; }
#f9361c Text Font Color
<p style="color:#f9361c">Text here</p>
This sample text font color is #f9361c
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.
#f9361c Background Color
<div style="background-color:#f9361c">
Div content here</div>
This div background color is #f9361c
#f9361c Border Color
<div style="border:3px solid #f9361c">
Div here</div>
This div border color is #f9361c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,54,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9361c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9361c; -webkit-box-shadow: 1px 1px 3px 2px #f9361c; box-shadow: 1px 1px 3px 2px #f9361c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,54,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9361c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9361c; -webkit-box-shadow: 1px 1px 3px 2px #f9361c; box-shadow: 1px 1px 3px 2px #f9361c;">
Div content here</div>
This div box has shadow with color #f9361c
Comments
No comments written yet.
Please login to write comment.