Color spaces of #f9835d
RGB | 249 | 131 | 93 |
---|---|---|---|
HSL | 0.04 | 0.93 | 0.67 |
HSV | 15° | 63° | 98° |
CMYK | 0.00 | 0.47 | 0.63 0.02 |
XYZ | 49.1590 | 37.1626 | 14.9381 |
Yxy | 37.1626 | 0.4855 | 0.3670 |
Hunter Lab | 60.9611 | 37.2602 | 28.1442 |
CIE-Lab | 67.3988 | 41.8737 | 40.6397 |
#f9835d color RGB value is (249,131,93).
#f9835d hex color red value is 249, green value is 131 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #f9835d hue: 0.04 , saturation: 0.93 and the lightness value of f9835d is 0.67.
The process color (four color CMYK) of #f9835d color hex is 0.00, 0.47, 0.63, 0.02. Web safe color of #f9835d is #ff9966. Color #f9835d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 10000011 | 01011101 |
Octal | 371 | 203 | 135 |
Decimal | 249 | 131 | 93 |
Hex | F9 | 83 | 5D |
Shades of #f9835d
Tints of #f9835d
RGB Percentages of Color #f9835d
CMYK Percentages of Color #f9835d
Complementary Color
#f9835d | #5dd3f9 |
#f9835d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9835d Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9835d Color CSS Codes
.mybgcolor {background-color:#f9835d; } .myforecolor {color:#f9835d; } .mybordercolor {border:3px solid #f9835d; }
#f9835d Text Font Color
<p style="color:#f9835d">Text here</p>
This sample text font color is #f9835d
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.
#f9835d Background Color
<div style="background-color:#f9835d">
Div content here</div>
This div background color is #f9835d
#f9835d Border Color
<div style="border:3px solid #f9835d">
Div here</div>
This div border color is #f9835d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,131,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9835d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9835d; -webkit-box-shadow: 1px 1px 3px 2px #f9835d; box-shadow: 1px 1px 3px 2px #f9835d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,131,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9835d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9835d; -webkit-box-shadow: 1px 1px 3px 2px #f9835d; box-shadow: 1px 1px 3px 2px #f9835d;">
Div content here</div>
This div box has shadow with color #f9835d
Comments
No comments written yet.
Please login to write comment.