Color Hex Logo

#fe751d Color Hex

#FE751D
(254,117,29)
0 Favorites   0 Comments

Color spaces of #fe751d

RGB 25411729
HSL0.070.990.55
HSV23°89°100°
CMYK 0.000.540.89   0.00
XYZ47.456133.88215.2011
Yxy33.88210.54840.3915
Hunter Lab58.208343.662935.4481
CIE-Lab64.868948.089866.8617

#fe751d color RGB value is (254,117,29).

#fe751d hex color red value is 254, green value is 117 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fe751d hue: 0.07 , saturation: 0.99 and the lightness value of fe751d is 0.55.

The process color (four color CMYK) of #fe751d color hex is 0.00, 0.54, 0.89, 0.00. Web safe color of #fe751d is #ff6633. Color #fe751d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110101 00011101
Octal 376 165 35
Decimal 254 117 29
Hex FE 75 1D

RGB Percentages of Color #fe751d

%63.50
%29.25
%7.25

CMYK Percentages of Color #fe751d

%0
%54
%89
%0

Triadic Colors of #fe751d

#fe751d #1dfe75 #751dfe

Analogous Colors of #fe751d

#fe751d #fee61d #fe1d35

Monochromatic Colors of #fe751d

#fe751d

Complementary Color

#fe751d #1da6fe

#fe751d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe751d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe751d Color CSS Codes

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

#fe751d Text Font Color

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

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


#fe751d Background Color

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

This div background color is #fe751d


#fe751d Border Color

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

This div border color is #fe751d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,117,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe751d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe751d;
  -webkit-box-shadow: 1px 1px 3px 2px #fe751d;
  box-shadow:         1px 1px 3px 2px #fe751d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,117,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe751d

Related Colors


Comments

No comments written yet.

Please login to write comment.