Color Hex Logo

#ff863f Color Hex

#FF863F
(255,134,63)
0 Favorites   0 Comments

Color spaces of #ff863f

RGB 25513463
HSL0.061.000.62
HSV22°75°100°
CMYK 0.000.470.75   0.00
XYZ50.662338.66919.4963
Yxy38.66910.51260.3913
Hunter Lab62.184536.602834.4749
CIE-Lab68.510941.130657.0143

#ff863f color RGB value is (255,134,63).

#ff863f hex color red value is 255, green value is 134 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ff863f hue: 0.06 , saturation: 1.00 and the lightness value of ff863f is 0.62.

The process color (four color CMYK) of #ff863f color hex is 0.00, 0.47, 0.75, 0.00. Web safe color of #ff863f is #ff9933. Color #ff863f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000110 00111111
Octal 377 206 77
Decimal 255 134 63
Hex FF 86 3F

RGB Percentages of Color #ff863f

%56.42
%29.65
%13.94

CMYK Percentages of Color #ff863f

%0
%47
%75
%0

Triadic Colors of #ff863f

#ff863f #3fff86 #863fff

Analogous Colors of #ff863f

#ff863f #ffe63f #ff3f58

Monochromatic Colors of #ff863f

#ff863f

Complementary Color

#ff863f #3fb8ff

#ff863f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff863f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff863f Color CSS Codes

.mybgcolor {background-color:#ff863f; } 
.myforecolor {color:#ff863f; }
.mybordercolor {border:3px solid #ff863f; }

#ff863f Text Font Color

<p style="color:#ff863f">Text here</p>

This sample text font color is #ff863f
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.


#ff863f Background Color

<div style="background-color:#ff863f">
Div content here</div>

This div background color is #ff863f


#ff863f Border Color

<div style="border:3px solid #ff863f">
Div here</div>

This div border color is #ff863f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,134,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff863f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff863f;
  -webkit-box-shadow: 1px 1px 3px 2px #ff863f;
  box-shadow:         1px 1px 3px 2px #ff863f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,134,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ff863f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ff863f;
  -webkit-box-shadow: 1px 1px 3px 2px #ff863f;
  box-shadow:         1px 1px 3px 2px #ff863f;">
Div content here</div>

This div box has shadow with color #ff863f

Related Colors


Comments

No comments written yet.

Please login to write comment.