Color Hex Logo

#fd652b Color Hex

#FD652B
(253,101,43)
0 Favorites   0 Comments

Color spaces of #fd652b

RGB 25310143
HSL0.050.980.58
HSV17°83°99°
CMYK 0.000.600.83   0.01
XYZ45.597730.36445.7432
Yxy30.36440.55810.3716
Hunter Lab55.103951.274432.3932
CIE-Lab61.967455.349459.4207

#fd652b color RGB value is (253,101,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100101 00101011
Octal 375 145 53
Decimal 253 101 43
Hex FD 65 2B

RGB Percentages of Color #fd652b

%63.73
%25.44
%10.83

CMYK Percentages of Color #fd652b

%0
%60
%83
%1

Triadic Colors of #fd652b

#fd652b #2bfd65 #652bfd

Analogous Colors of #fd652b

#fd652b #fdce2b #fd2b5a

Monochromatic Colors of #fd652b

#fd652b

Complementary Color

#fd652b #2bc3fd

#fd652b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd652b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd652b Color CSS Codes

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

#fd652b Text Font Color

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

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


#fd652b Background Color

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

This div background color is #fd652b


#fd652b Border Color

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

This div border color is #fd652b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd652b


Comments

No comments written yet.

Please login to write comment.