Color Hex Logo

#fd500e Color Hex

#FD500E
(253,80,14)
0 Favorites   0 Comments

Color spaces of #fd500e

RGB 2538014
HSL0.050.980.52
HSV17°94°99°
CMYK 0.000.680.94   0.01
XYZ43.455926.65173.2694
Yxy26.65170.59220.3632
Hunter Lab51.625359.909232.3829
CIE-Lab58.650563.419066.5447

#fd500e color RGB value is (253,80,14).

#fd500e hex color red value is 253, green value is 80 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fd500e hue: 0.05 , saturation: 0.98 and the lightness value of fd500e is 0.52.

The process color (four color CMYK) of #fd500e color hex is 0.00, 0.68, 0.94, 0.01. Web safe color of #fd500e is #ff6600. Color #fd500e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010000 00001110
Octal 375 120 16
Decimal 253 80 14
Hex FD 50 E

RGB Percentages of Color #fd500e

%72.91
%23.05
%4.03

CMYK Percentages of Color #fd500e

%0
%68
%94
%1

Triadic Colors of #fd500e

#fd500e #0efd50 #500efd

Analogous Colors of #fd500e

#fd500e #fdc80e #fd0e44

Monochromatic Colors of #fd500e

#fd500e

Complementary Color

#fd500e #0ebbfd

#fd500e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd500e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd500e Color CSS Codes

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

#fd500e Text Font Color

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

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


#fd500e Background Color

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

This div background color is #fd500e


#fd500e Border Color

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

This div border color is #fd500e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd500e


Comments

No comments written yet.

Please login to write comment.