Color spaces of #f9946a
RGB | 249 | 148 | 106 |
---|---|---|---|
HSL | 0.05 | 0.92 | 0.70 |
HSV | 18° | 57° | 98° |
CMYK | 0.00 | 0.41 | 0.57 0.02 |
XYZ | 52.2583 | 42.3602 | 19.0577 |
Yxy | 42.3602 | 0.4597 | 0.3726 |
Hunter Lab | 65.0847 | 29.4243 | 28.1984 |
CIE-Lab | 71.1186 | 34.1038 | 38.3293 |
#f9946a color RGB value is (249,148,106).
#f9946a hex color red value is 249, green value is 148 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #f9946a hue: 0.05 , saturation: 0.92 and the lightness value of f9946a is 0.70.
The process color (four color CMYK) of #f9946a color hex is 0.00, 0.41, 0.57, 0.02. Web safe color of #f9946a is #ff9966. Color #f9946a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 10010100 | 01101010 |
Octal | 371 | 224 | 152 |
Decimal | 249 | 148 | 106 |
Hex | F9 | 94 | 6A |
Shades of #f9946a
Tints of #f9946a
RGB Percentages of Color #f9946a
CMYK Percentages of Color #f9946a
Complementary Color
#f9946a | #6acff9 |
#f9946a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9946a Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9946a Color CSS Codes
.mybgcolor {background-color:#f9946a; } .myforecolor {color:#f9946a; } .mybordercolor {border:3px solid #f9946a; }
#f9946a Text Font Color
<p style="color:#f9946a">Text here</p>
This sample text font color is #f9946a
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.
#f9946a Background Color
<div style="background-color:#f9946a">
Div content here</div>
This div background color is #f9946a
#f9946a Border Color
<div style="border:3px solid #f9946a">
Div here</div>
This div border color is #f9946a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,148,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9946a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9946a; -webkit-box-shadow: 1px 1px 3px 2px #f9946a; box-shadow: 1px 1px 3px 2px #f9946a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,148,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9946a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9946a; -webkit-box-shadow: 1px 1px 3px 2px #f9946a; box-shadow: 1px 1px 3px 2px #f9946a;">
Div content here</div>
This div box has shadow with color #f9946a
Comments
No comments written yet.
Please login to write comment.