Color Hex Logo

#fd792c Color Hex

#FD792C
(253,121,44)
0 Favorites   0 Comments

Color spaces of #fd792c

RGB 25312144
HSL0.060.980.58
HSV22°83°99°
CMYK 0.000.520.83   0.01
XYZ47.800034.73926.5689
Yxy34.73920.53640.3899
Hunter Lab58.940041.617634.6501
CIE-Lab65.545146.130962.1544

#fd792c color RGB value is (253,121,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111001 00101100
Octal 375 171 54
Decimal 253 121 44
Hex FD 79 2C

RGB Percentages of Color #fd792c

%60.53
%28.95
%10.53

CMYK Percentages of Color #fd792c

%0
%52
%83
%1

Triadic Colors of #fd792c

#fd792c #2cfd79 #792cfd

Analogous Colors of #fd792c

#fd792c #fde22c #fd2c47

Monochromatic Colors of #fd792c

#fd792c

Complementary Color

#fd792c #2cb0fd

#fd792c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd792c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd792c Color CSS Codes

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

#fd792c Text Font Color

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

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


#fd792c Background Color

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

This div background color is #fd792c


#fd792c Border Color

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

This div border color is #fd792c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd792c

Related Colors


Comments

No comments written yet.

Please login to write comment.