Color Hex Logo

#fd7900 Color Hex

#FD7900
(253,121,0)
0 Favorites   0 Comments

Color spaces of #fd7900

RGB 2531210
HSL0.081.000.50
HSV29°100°99°
CMYK 0.000.521.00   0.01
XYZ47.345434.55744.1749
Yxy34.55740.55000.4015
Hunter Lab58.785540.887836.9392
CIE-Lab65.402645.480672.9081

#fd7900 color RGB value is (253,121,0).

#fd7900 hex color red value is 253, green value is 121 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fd7900 hue: 0.08 , saturation: 1.00 and the lightness value of fd7900 is 0.50.

The process color (four color CMYK) of #fd7900 color hex is 0.00, 0.52, 1.00, 0.01. Web safe color of #fd7900 is #ff6600. Color #fd7900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111001 00000000
Octal 375 171 0
Decimal 253 121 0
Hex FD 79 0

RGB Percentages of Color #fd7900

%67.65
%32.35
%0.00

CMYK Percentages of Color #fd7900

%0
%52
%100
%1

Triadic Colors of #fd7900

#fd7900 #00fd79 #7900fd

Analogous Colors of #fd7900

#fd7900 #fdf800 #fd0006

Monochromatic Colors of #fd7900

#fd7900

Complementary Color

#fd7900 #0084fd

#fd7900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7900 Color CSS Codes

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

#fd7900 Text Font Color

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

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


#fd7900 Background Color

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

This div background color is #fd7900


#fd7900 Border Color

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

This div border color is #fd7900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7900

#fd7900 Color Palettes


Comments

No comments written yet.

Please login to write comment.