Color Hex Logo

#fe781b Color Hex

#FE781B
(254,120,27)
0 Favorites   0 Comments

Color spaces of #fe781b

RGB 25412027
HSL0.070.990.55
HSV25°89°100°
CMYK 0.000.530.89   0.00
XYZ47.787434.58295.1934
Yxy34.58290.54570.3949
Hunter Lab58.807242.138435.9290
CIE-Lab65.422646.623967.8522

#fe781b color RGB value is (254,120,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111000 00011011
Octal 376 170 33
Decimal 254 120 27
Hex FE 78 1B

RGB Percentages of Color #fe781b

%63.34
%29.93
%6.73

CMYK Percentages of Color #fe781b

%0
%53
%89
%0

Triadic Colors of #fe781b

#fe781b #1bfe78 #781bfe

Analogous Colors of #fe781b

#fe781b #feea1b #fe1b30

Monochromatic Colors of #fe781b

#fe781b

Complementary Color

#fe781b #1ba1fe

#fe781b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe781b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe781b Color CSS Codes

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

#fe781b Text Font Color

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

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


#fe781b Background Color

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

This div background color is #fe781b


#fe781b Border Color

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

This div border color is #fe781b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe781b


Comments

No comments written yet.

Please login to write comment.