Color Hex Logo

#fd861b Color Hex

#FD861B
(253,134,27)
0 Favorites   0 Comments

Color spaces of #fd861b

RGB 25313427
HSL0.080.980.55
HSV28°89°99°
CMYK 0.000.470.89   0.01
XYZ49.230938.01205.7792
Yxy38.01200.52920.4086
Hunter Lab61.653934.638837.6001
CIE-Lab68.029539.351169.7162

#fd861b color RGB value is (253,134,27).

#fd861b hex color red value is 253, green value is 134 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fd861b hue: 0.08 , saturation: 0.98 and the lightness value of fd861b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000110 00011011
Octal 375 206 33
Decimal 253 134 27
Hex FD 86 1B

RGB Percentages of Color #fd861b

%61.11
%32.37
%6.52

CMYK Percentages of Color #fd861b

%0
%47
%89
%1

Triadic Colors of #fd861b

#fd861b #1bfd86 #861bfd

Analogous Colors of #fd861b

#fd861b #fdf71b #fd1b21

Monochromatic Colors of #fd861b

#fd861b

Complementary Color

#fd861b #1b92fd

#fd861b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd861b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd861b Color CSS Codes

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

#fd861b Text Font Color

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

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


#fd861b Background Color

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

This div background color is #fd861b


#fd861b Border Color

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

This div border color is #fd861b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd861b

Related Colors


Comments

No comments written yet.

Please login to write comment.