Color Hex Logo

#fe6945 Color Hex

#FE6945
(254,105,69)
0 Favorites   0 Comments

Color spaces of #fe6945

RGB 25410569
HSL0.030.990.63
HSV12°73°100°
CMYK 0.000.590.73   0.00
XYZ46.998831.60379.2532
Yxy31.60370.53500.3597
Hunter Lab56.217250.849929.5930
CIE-Lab63.014054.806848.3003

#fe6945 color RGB value is (254,105,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101001 01000101
Octal 376 151 105
Decimal 254 105 69
Hex FE 69 45

RGB Percentages of Color #fe6945

%59.35
%24.53
%16.12

CMYK Percentages of Color #fe6945

%0
%59
%73
%0

Triadic Colors of #fe6945

#fe6945 #45fe69 #6945fe

Analogous Colors of #fe6945

#fe6945 #fec645 #fe457e

Monochromatic Colors of #fe6945

#fe6945

Complementary Color

#fe6945 #45dafe

#fe6945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6945 Color CSS Codes

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

#fe6945 Text Font Color

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

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


#fe6945 Background Color

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

This div background color is #fe6945


#fe6945 Border Color

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

This div border color is #fe6945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6945

Related Colors


Comments

No comments written yet.

Please login to write comment.