Color Hex Logo

#fd955e Color Hex

#FD955E
(253,149,94)
0 Favorites   0 Comments

Color spaces of #fd955e

RGB 25314994
HSL0.060.980.68
HSV21°63°99°
CMYK 0.000.410.63   0.01
XYZ53.275843.185716.1174
Yxy43.18570.47320.3836
Hunter Lab65.715829.707231.4597
CIE-Lab71.680834.321645.3764

#fd955e color RGB value is (253,149,94).

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

The process color (four color CMYK) of #fd955e color hex is 0.00, 0.41, 0.63, 0.01. Web safe color of #fd955e is #ff9966. Color #fd955e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010101 01011110
Octal 375 225 136
Decimal 253 149 94
Hex FD 95 5E

RGB Percentages of Color #fd955e

%51.01
%30.04
%18.95

CMYK Percentages of Color #fd955e

%0
%41
%63
%1

Triadic Colors of #fd955e

#fd955e #5efd95 #955efd

Analogous Colors of #fd955e

#fd955e #fde55e #fd5e77

Monochromatic Colors of #fd955e

#fd955e

Complementary Color

#fd955e #5ec6fd

#fd955e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd955e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd955e Color CSS Codes

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

#fd955e Text Font Color

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

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


#fd955e Background Color

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

This div background color is #fd955e


#fd955e Border Color

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

This div border color is #fd955e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd955e

Related Colors


Comments

No comments written yet.

Please login to write comment.