Color Hex Logo

#fd622b Color Hex

#FD622B
(253,98,43)
0 Favorites   0 Comments

Color spaces of #fd622b

RGB 2539843
HSL0.040.980.58
HSV16°83°99°
CMYK 0.000.610.83   0.01
XYZ45.311729.79245.6478
Yxy29.79240.56110.3689
Hunter Lab54.582452.662932.0728
CIE-Lab61.474756.653058.9889

#fd622b color RGB value is (253,98,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100010 00101011
Octal 375 142 53
Decimal 253 98 43
Hex FD 62 2B

RGB Percentages of Color #fd622b

%64.21
%24.87
%10.91

CMYK Percentages of Color #fd622b

%0
%61
%83
%1

Triadic Colors of #fd622b

#fd622b #2bfd62 #622bfd

Analogous Colors of #fd622b

#fd622b #fdcb2b #fd2b5d

Monochromatic Colors of #fd622b

#fd622b

Complementary Color

#fd622b #2bc6fd

#fd622b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd622b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd622b Color CSS Codes

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

#fd622b Text Font Color

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

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


#fd622b Background Color

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

This div background color is #fd622b


#fd622b Border Color

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

This div border color is #fd622b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd622b

Related Colors


Comments

No comments written yet.

Please login to write comment.