color codes Logo

#fe7946 color codes

#FE7946
(254,121,70)
0 Favorites   0 Comments

Color spaces of #fe7946

RGB 25412170
HSL0.050.990.64
HSV17°72°100°
CMYK 0.000.520.72   0.00
XYZ48.815935.187810.0134
Yxy35.18780.51920.3743
Hunter Lab59.319343.085031.5151
CIE-Lab65.894647.421550.9220

#fe7946 color RGB value is (254,121,70).

#fe7946 hex color red value is 254, green value is 121 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #fe7946 hue: 0.05 , saturation: 0.99 and the lightness value of fe7946 is 0.64.

The process color (four color CMYK) of #fe7946 color code is 0.00, 0.52, 0.72, 0.00. Web safe color of #fe7946 is #ff6633. Color #fe7946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 01000110
Octal 376 171 106
Decimal 254 121 70
Hex FE 79 46

RGB Percentages of Color #fe7946

%57.08
%27.19
%15.73

CMYK Percentages of Color #fe7946

%0
%52
%72
%0

Triadic Colors of #fe7946

#fe7946 #46fe79 #7946fe

Analogous Colors of #fe7946

#fe7946 #fed546 #fe466f

Monochromatic Colors of #fe7946

#fe7946

Complementary Color

#fe7946 #46cbfe

#fe7946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7946 Color CSS Codes

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

#fe7946 Text Font Color

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

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


#fe7946 Background Color

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

This div background color is #fe7946


#fe7946 Border Color

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

This div border color is #fe7946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7946

Related Colors


Comments

No comments written yet.

Please login to write comment.