Color spaces of #ff863b
RGB | 255 | 134 | 59 |
---|---|---|---|
HSL | 0.06 | 1.00 | 0.62 |
HSV | 23° | 77° | 100° |
CMYK | 0.00 | 0.47 | 0.77 0.00 |
XYZ | 50.5545 | 38.6260 | 8.9287 |
Yxy | 38.6260 | 0.5153 | 0.3937 |
Hunter Lab | 62.1498 | 36.4350 | 34.9870 |
CIE-Lab | 68.4795 | 40.9782 | 58.7637 |
#ff863b color RGB value is (255,134,59).
#ff863b hex color red value is 255, green value is 134 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ff863b hue: 0.06 , saturation: 1.00 and the lightness value of ff863b is 0.62.
The process color (four color CMYK) of #ff863b color hex is 0.00, 0.47, 0.77, 0.00. Web safe color of #ff863b is #ff9933. Color #ff863b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10000110 | 00111011 |
Octal | 377 | 206 | 73 |
Decimal | 255 | 134 | 59 |
Hex | FF | 86 | 3B |
Shades of #ff863b
Tints of #ff863b
RGB Percentages of Color #ff863b
CMYK Percentages of Color #ff863b
Complementary Color
#ff863b | #3bb4ff |
#ff863b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff863b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff863b Color CSS Codes
.mybgcolor {background-color:#ff863b; } .myforecolor {color:#ff863b; } .mybordercolor {border:3px solid #ff863b; }
#ff863b Text Font Color
<p style="color:#ff863b">Text here</p>
This sample text font color is #ff863b
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.
#ff863b Background Color
<div style="background-color:#ff863b">
Div content here</div>
This div background color is #ff863b
#ff863b Border Color
<div style="border:3px solid #ff863b">
Div here</div>
This div border color is #ff863b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,134,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff863b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff863b; -webkit-box-shadow: 1px 1px 3px 2px #ff863b; box-shadow: 1px 1px 3px 2px #ff863b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,134,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff863b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff863b; -webkit-box-shadow: 1px 1px 3px 2px #ff863b; box-shadow: 1px 1px 3px 2px #ff863b;">
Div content here</div>
This div box has shadow with color #ff863b
#ff863b Color Palettes
Comments
No comments written yet.
Please login to write comment.