Color Hex Logo

#fd7027 Color Hex

#FD7027
(253,112,39)
0 Favorites   0 Comments

Color spaces of #fd7027

RGB 25311239
HSL0.060.980.57
HSV20°85°99°
CMYK 0.000.560.85   0.01
XYZ46.668432.61755.7556
Yxy32.61750.54880.3835
Hunter Lab57.111745.914334.0031
CIE-Lab63.850050.274662.6127

#fd7027 color RGB value is (253,112,39).

#fd7027 hex color red value is 253, green value is 112 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #fd7027 hue: 0.06 , saturation: 0.98 and the lightness value of fd7027 is 0.57.

The process color (four color CMYK) of #fd7027 color hex is 0.00, 0.56, 0.85, 0.01. Web safe color of #fd7027 is #ff6633. Color #fd7027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110000 00100111
Octal 375 160 47
Decimal 253 112 39
Hex FD 70 27

RGB Percentages of Color #fd7027

%62.62
%27.72
%9.65

CMYK Percentages of Color #fd7027

%0
%56
%85
%1

Triadic Colors of #fd7027

#fd7027 #27fd70 #7027fd

Analogous Colors of #fd7027

#fd7027 #fddb27 #fd2749

Monochromatic Colors of #fd7027

#fd7027

Complementary Color

#fd7027 #27b4fd

#fd7027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7027 Color CSS Codes

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

#fd7027 Text Font Color

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

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


#fd7027 Background Color

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

This div background color is #fd7027


#fd7027 Border Color

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

This div border color is #fd7027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7027


Comments

No comments written yet.

Please login to write comment.