Color Hex Logo

#fd864a Color Hex

#FD864A
(253,134,74)
0 Favorites   0 Comments

Color spaces of #fd864a

RGB 25313474
HSL0.060.980.64
HSV20°71°99°
CMYK 0.000.470.71   0.01
XYZ50.269138.427311.2463
Yxy38.42730.50300.3845
Hunter Lab61.989836.268232.6363
CIE-Lab68.334440.839951.5658

#fd864a color RGB value is (253,134,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000110 01001010
Octal 375 206 112
Decimal 253 134 74
Hex FD 86 4A

RGB Percentages of Color #fd864a

%54.88
%29.07
%16.05

CMYK Percentages of Color #fd864a

%0
%47
%71
%1

Triadic Colors of #fd864a

#fd864a #4afd86 #864afd

Analogous Colors of #fd864a

#fd864a #fde04a #fd4a68

Monochromatic Colors of #fd864a

#fd864a

Complementary Color

#fd864a #4ac1fd

#fd864a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd864a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd864a Color CSS Codes

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

#fd864a Text Font Color

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

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


#fd864a Background Color

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

This div background color is #fd864a


#fd864a Border Color

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

This div border color is #fd864a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd864a


Comments

No comments written yet.

Please login to write comment.