Color Hex Logo

#fd622c Color Hex

#FD622C
(253,98,44)
0 Favorites   0 Comments

Color spaces of #fd622c

RGB 2539844
HSL0.040.980.58
HSV16°83°99°
CMYK 0.000.610.83   0.01
XYZ45.330329.79995.7456
Yxy29.79990.56050.3685
Hunter Lab54.589352.693131.9721
CIE-Lab61.481256.678458.5720

#fd622c color RGB value is (253,98,44).

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

The process color (four color CMYK) of #fd622c color hex is 0.00, 0.61, 0.83, 0.01. Web safe color of #fd622c is #ff6633. Color #fd622c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100010 00101100
Octal 375 142 54
Decimal 253 98 44
Hex FD 62 2C

RGB Percentages of Color #fd622c

%64.05
%24.81
%11.14

CMYK Percentages of Color #fd622c

%0
%61
%83
%1

Triadic Colors of #fd622c

#fd622c #2cfd62 #622cfd

Analogous Colors of #fd622c

#fd622c #fdcb2c #fd2c5e

Monochromatic Colors of #fd622c

#fd622c

Complementary Color

#fd622c #2cc7fd

#fd622c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd622c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd622c Color CSS Codes

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

#fd622c Text Font Color

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

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


#fd622c Background Color

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

This div background color is #fd622c


#fd622c Border Color

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

This div border color is #fd622c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,98,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 #fd622c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd622c


Comments

No comments written yet.

Please login to write comment.