Color Hex Logo

#fd9b4e Color Hex

#FD9B4E
(253,155,78)
0 Favorites   0 Comments

Color spaces of #fd9b4e

RGB 25315578
HSL0.070.980.65
HSV26°69°99°
CMYK 0.000.390.69   0.01
XYZ53.604544.875413.0443
Yxy44.87540.48070.4024
Hunter Lab66.989125.604335.3473
CIE-Lab72.809830.301654.5264

#fd9b4e color RGB value is (253,155,78).

#fd9b4e hex color red value is 253, green value is 155 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fd9b4e hue: 0.07 , saturation: 0.98 and the lightness value of fd9b4e is 0.65.

The process color (four color CMYK) of #fd9b4e color hex is 0.00, 0.39, 0.69, 0.01. Web safe color of #fd9b4e is #ff9966. Color #fd9b4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011011 01001110
Octal 375 233 116
Decimal 253 155 78
Hex FD 9B 4E

RGB Percentages of Color #fd9b4e

%52.06
%31.89
%16.05

CMYK Percentages of Color #fd9b4e

%0
%39
%69
%1

Triadic Colors of #fd9b4e

#fd9b4e #4efd9b #9b4efd

Analogous Colors of #fd9b4e

#fd9b4e #fdf34e #fd4e58

Monochromatic Colors of #fd9b4e

#fd9b4e

Complementary Color

#fd9b4e #4eb0fd

#fd9b4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9b4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9b4e Color CSS Codes

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

#fd9b4e Text Font Color

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

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


#fd9b4e Background Color

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

This div background color is #fd9b4e


#fd9b4e Border Color

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

This div border color is #fd9b4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9b4e


Comments

No comments written yet.

Please login to write comment.