Color Hex Logo

#fd792e Color Hex

#FD792E
(253,121,46)
0 Favorites   0 Comments

Color spaces of #fd792e

RGB 25312146
HSL0.060.980.59
HSV22°82°99°
CMYK 0.000.520.82   0.01
XYZ47.838534.75466.7717
Yxy34.75460.53530.3889
Hunter Lab58.953041.679234.4567
CIE-Lab65.557246.185761.3761

#fd792e color RGB value is (253,121,46).

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

The process color (four color CMYK) of #fd792e color hex is 0.00, 0.52, 0.82, 0.01. Web safe color of #fd792e is #ff6633. Color #fd792e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111001 00101110
Octal 375 171 56
Decimal 253 121 46
Hex FD 79 2E

RGB Percentages of Color #fd792e

%60.24
%28.81
%10.95

CMYK Percentages of Color #fd792e

%0
%52
%82
%1

Triadic Colors of #fd792e

#fd792e #2efd79 #792efd

Analogous Colors of #fd792e

#fd792e #fde12e #fd2e4b

Monochromatic Colors of #fd792e

#fd792e

Complementary Color

#fd792e #2eb2fd

#fd792e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd792e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd792e Color CSS Codes

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

#fd792e Text Font Color

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

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


#fd792e Background Color

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

This div background color is #fd792e


#fd792e Border Color

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

This div border color is #fd792e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd792e


Comments

No comments written yet.

Please login to write comment.