Color Hex Logo

#fe691b Color Hex

#FE691B
(254,105,27)
0 Favorites   0 Comments

Color spaces of #fe691b

RGB 25410527
HSL0.060.990.55
HSV21°89°100°
CMYK 0.000.590.89   0.00
XYZ46.122531.25314.6384
Yxy31.25310.56240.3811
Hunter Lab55.904549.433934.2138
CIE-Lab62.720753.598165.8754

#fe691b color RGB value is (254,105,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101001 00011011
Octal 376 151 33
Decimal 254 105 27
Hex FE 69 1B

RGB Percentages of Color #fe691b

%65.80
%27.20
%6.99

CMYK Percentages of Color #fe691b

%0
%59
%89
%0

Triadic Colors of #fe691b

#fe691b #1bfe69 #691bfe

Analogous Colors of #fe691b

#fe691b #fedb1b #fe1b3f

Monochromatic Colors of #fe691b

#fe691b

Complementary Color

#fe691b #1bb0fe

#fe691b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe691b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe691b Color CSS Codes

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

#fe691b Text Font Color

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

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


#fe691b Background Color

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

This div background color is #fe691b


#fe691b Border Color

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

This div border color is #fe691b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,105,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 #fe691b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe691b

Related Colors


Comments

No comments written yet.

Please login to write comment.