Color spaces of #ff863e
RGB | 255 | 134 | 62 |
---|---|---|---|
HSL | 0.06 | 1.00 | 0.62 |
HSV | 22° | 76° | 100° |
CMYK | 0.00 | 0.47 | 0.76 0.00 |
XYZ | 50.6346 | 38.6580 | 9.3504 |
Yxy | 38.6580 | 0.5133 | 0.3919 |
Hunter Lab | 62.1756 | 36.5598 | 34.6064 |
CIE-Lab | 68.5028 | 41.0915 | 57.4570 |
#ff863e color RGB value is (255,134,62).
#ff863e hex color red value is 255, green value is 134 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ff863e hue: 0.06 , saturation: 1.00 and the lightness value of ff863e is 0.62.
The process color (four color CMYK) of #ff863e color hex is 0.00, 0.47, 0.76, 0.00. Web safe color of #ff863e is #ff9933. Color #ff863e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10000110 | 00111110 |
Octal | 377 | 206 | 76 |
Decimal | 255 | 134 | 62 |
Hex | FF | 86 | 3E |
Shades of #ff863e
Tints of #ff863e
RGB Percentages of Color #ff863e
CMYK Percentages of Color #ff863e
Complementary Color
#ff863e | #3eb7ff |
#ff863e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff863e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff863e Color CSS Codes
.mybgcolor {background-color:#ff863e; } .myforecolor {color:#ff863e; } .mybordercolor {border:3px solid #ff863e; }
#ff863e Text Font Color
<p style="color:#ff863e">Text here</p>
This sample text font color is #ff863e
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.
#ff863e Background Color
<div style="background-color:#ff863e">
Div content here</div>
This div background color is #ff863e
#ff863e Border Color
<div style="border:3px solid #ff863e">
Div here</div>
This div border color is #ff863e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,134,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff863e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff863e; -webkit-box-shadow: 1px 1px 3px 2px #ff863e; box-shadow: 1px 1px 3px 2px #ff863e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,134,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff863e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff863e; -webkit-box-shadow: 1px 1px 3px 2px #ff863e; box-shadow: 1px 1px 3px 2px #ff863e;">
Div content here</div>
This div box has shadow with color #ff863e
Comments
No comments written yet.
Please login to write comment.