Color spaces of #f9691e
RGB | 249 | 105 | 30 |
---|---|---|---|
HSL | 0.06 | 0.95 | 0.55 |
HSV | 21° | 88° | 98° |
CMYK | 0.00 | 0.58 | 0.88 0.02 |
XYZ | 44.3528 | 30.3366 | 4.7462 |
Yxy | 30.3366 | 0.5583 | 0.3819 |
Hunter Lab | 55.0787 | 47.3517 | 33.4460 |
CIE-Lab | 61.9436 | 51.8569 | 63.9985 |
#f9691e color RGB value is (249,105,30).
#f9691e hex color red value is 249, green value is 105 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #f9691e hue: 0.06 , saturation: 0.95 and the lightness value of f9691e is 0.55.
The process color (four color CMYK) of #f9691e color hex is 0.00, 0.58, 0.88, 0.02. Web safe color of #f9691e is #ff6633. Color #f9691e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01101001 | 00011110 |
Octal | 371 | 151 | 36 |
Decimal | 249 | 105 | 30 |
Hex | F9 | 69 | 1E |
Shades of #f9691e
Tints of #f9691e
RGB Percentages of Color #f9691e
CMYK Percentages of Color #f9691e
Complementary Color
#f9691e | #1eaef9 |
#f9691e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9691e Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9691e Color CSS Codes
.mybgcolor {background-color:#f9691e; } .myforecolor {color:#f9691e; } .mybordercolor {border:3px solid #f9691e; }
#f9691e Text Font Color
<p style="color:#f9691e">Text here</p>
This sample text font color is #f9691e
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.
#f9691e Background Color
<div style="background-color:#f9691e">
Div content here</div>
This div background color is #f9691e
#f9691e Border Color
<div style="border:3px solid #f9691e">
Div here</div>
This div border color is #f9691e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,105,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9691e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9691e; -webkit-box-shadow: 1px 1px 3px 2px #f9691e; box-shadow: 1px 1px 3px 2px #f9691e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,105,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9691e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9691e; -webkit-box-shadow: 1px 1px 3px 2px #f9691e; box-shadow: 1px 1px 3px 2px #f9691e;">
Div content here</div>
This div box has shadow with color #f9691e
Comments
No comments written yet.
Please login to write comment.