Color spaces of #f09556
RGB | 240 | 149 | 86 |
---|---|---|---|
HSL | 0.07 | 0.84 | 0.64 |
HSV | 25° | 64° | 94° |
CMYK | 0.00 | 0.38 | 0.64 0.06 |
XYZ | 48.3623 | 40.6920 | 14.1095 |
Yxy | 40.6920 | 0.4688 | 0.3944 |
Hunter Lab | 63.7903 | 23.6959 | 31.5391 |
CIE-Lab | 69.9596 | 28.6560 | 46.9984 |
#f09556 color RGB value is (240,149,86).
#f09556 hex color red value is 240, green value is 149 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #f09556 hue: 0.07 , saturation: 0.84 and the lightness value of f09556 is 0.64.
The process color (four color CMYK) of #f09556 color hex is 0.00, 0.38, 0.64, 0.06. Web safe color of #f09556 is #ff9966. Color #f09556 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 10010101 | 01010110 |
Octal | 360 | 225 | 126 |
Decimal | 240 | 149 | 86 |
Hex | F0 | 95 | 56 |
Shades of #f09556
Tints of #f09556
RGB Percentages of Color #f09556
CMYK Percentages of Color #f09556
Complementary Color
#f09556 | #56b1f0 |
#f09556 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f09556 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f09556 Color CSS Codes
.mybgcolor {background-color:#f09556; } .myforecolor {color:#f09556; } .mybordercolor {border:3px solid #f09556; }
#f09556 Text Font Color
<p style="color:#f09556">Text here</p>
This sample text font color is #f09556
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.
#f09556 Background Color
<div style="background-color:#f09556">
Div content here</div>
This div background color is #f09556
#f09556 Border Color
<div style="border:3px solid #f09556">
Div here</div>
This div border color is #f09556
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,149,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f09556; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f09556; -webkit-box-shadow: 1px 1px 3px 2px #f09556; box-shadow: 1px 1px 3px 2px #f09556; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,149,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f09556">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f09556; -webkit-box-shadow: 1px 1px 3px 2px #f09556; box-shadow: 1px 1px 3px 2px #f09556;">
Div content here</div>
This div box has shadow with color #f09556
Comments
No comments written yet.
Please login to write comment.