color codes Logo

#fe6a2f color codes

#FE6A2F
(254,106,47)
0 Favorites   0 Comments

Color spaces of #fe6a2f

RGB 25410647
HSL0.050.990.59
HSV17°81°100°
CMYK 0.000.580.81   0.00
XYZ46.540231.58416.3327
Yxy31.58410.55110.3740
Hunter Lab56.199749.470132.6589
CIE-Lab62.997653.587058.7139

#fe6a2f color RGB value is (254,106,47).

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

The process color (four color CMYK) of #fe6a2f color code is 0.00, 0.58, 0.81, 0.00. Web safe color of #fe6a2f is #ff6633. Color #fe6a2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101010 00101111
Octal 376 152 57
Decimal 254 106 47
Hex FE 6A 2F

RGB Percentages of Color #fe6a2f

%62.41
%26.04
%11.55

CMYK Percentages of Color #fe6a2f

%0
%58
%81
%0

Triadic Colors of #fe6a2f

#fe6a2f #2ffe6a #6a2ffe

Analogous Colors of #fe6a2f

#fe6a2f #fed22f #fe2f5c

Monochromatic Colors of #fe6a2f

#fe6a2f

Complementary Color

#fe6a2f #2fc3fe

#fe6a2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6a2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6a2f Color CSS Codes

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

#fe6a2f Text Font Color

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

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


#fe6a2f Background Color

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

This div background color is #fe6a2f


#fe6a2f Border Color

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

This div border color is #fe6a2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6a2f

Related Colors


Comments

No comments written yet.

Please login to write comment.