Color Hex Logo

#fd6540 Color Hex

#FD6540
(253,101,64)
0 Favorites   0 Comments

Color spaces of #fd6540

RGB 25310164
HSL0.030.980.62
HSV12°75°99°
CMYK 0.000.600.75   0.01
XYZ46.087130.56028.3201
Yxy30.56020.54240.3597
Hunter Lab55.281352.070329.7735
CIE-Lab62.134656.024049.8451

#fd6540 color RGB value is (253,101,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100101 01000000
Octal 375 145 100
Decimal 253 101 64
Hex FD 65 40

RGB Percentages of Color #fd6540

%60.53
%24.16
%15.31

CMYK Percentages of Color #fd6540

%0
%60
%75
%1

Triadic Colors of #fd6540

#fd6540 #40fd65 #6540fd

Analogous Colors of #fd6540

#fd6540 #fdc440 #fd407a

Monochromatic Colors of #fd6540

#fd6540

Complementary Color

#fd6540 #40d8fd

#fd6540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6540 Color CSS Codes

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

#fd6540 Text Font Color

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

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


#fd6540 Background Color

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

This div background color is #fd6540


#fd6540 Border Color

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

This div border color is #fd6540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6540


Comments

No comments written yet.

Please login to write comment.