Color Hex Logo

#fd9f2c Color Hex

#FD9F2C
(253,159,44)
0 Favorites   0 Comments

Color spaces of #fd9f2c

RGB 25315944
HSL0.090.980.58
HSV33°83°99°
CMYK 0.000.370.83   0.01
XYZ53.360845.86088.4225
Yxy45.86080.49570.4260
Hunter Lab67.720622.138940.0304
CIE-Lab73.455126.892969.0165

#fd9f2c color RGB value is (253,159,44).

#fd9f2c hex color red value is 253, green value is 159 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #fd9f2c hue: 0.09 , saturation: 0.98 and the lightness value of fd9f2c is 0.58.

The process color (four color CMYK) of #fd9f2c color hex is 0.00, 0.37, 0.83, 0.01. Web safe color of #fd9f2c is #ff9933. Color #fd9f2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011111 00101100
Octal 375 237 54
Decimal 253 159 44
Hex FD 9F 2C

RGB Percentages of Color #fd9f2c

%55.48
%34.87
%9.65

CMYK Percentages of Color #fd9f2c

%0
%37
%83
%1

Triadic Colors of #fd9f2c

#fd9f2c #2cfd9f #9f2cfd

Analogous Colors of #fd9f2c

#fd9f2c #f3fd2c #fd362c

Monochromatic Colors of #fd9f2c

#fd9f2c

Complementary Color

#fd9f2c #2c8afd

#fd9f2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9f2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9f2c Color CSS Codes

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

#fd9f2c Text Font Color

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

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


#fd9f2c Background Color

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

This div background color is #fd9f2c


#fd9f2c Border Color

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

This div border color is #fd9f2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9f2c


Comments

No comments written yet.

Please login to write comment.