Color Hex Logo

#fe8238 Color Hex

#FE8238
(254,130,56)
0 Favorites   0 Comments

Color spaces of #fe8238

RGB 25413056
HSL0.060.990.61
HSV22°78°100°
CMYK 0.000.490.78   0.00
XYZ49.569537.32168.3326
Yxy37.32160.52060.3919
Hunter Lab61.091437.924734.6771
CIE-Lab67.517642.475859.0837

#fe8238 color RGB value is (254,130,56).

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

The process color (four color CMYK) of #fe8238 color hex is 0.00, 0.49, 0.78, 0.00. Web safe color of #fe8238 is #ff9933. Color #fe8238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000010 00111000
Octal 376 202 70
Decimal 254 130 56
Hex FE 82 38

RGB Percentages of Color #fe8238

%57.73
%29.55
%12.73

CMYK Percentages of Color #fe8238

%0
%49
%78
%0

Triadic Colors of #fe8238

#fe8238 #38fe82 #8238fe

Analogous Colors of #fe8238

#fe8238 #fee538 #fe3851

Monochromatic Colors of #fe8238

#fe8238

Complementary Color

#fe8238 #38b4fe

#fe8238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8238 Color CSS Codes

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

#fe8238 Text Font Color

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

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


#fe8238 Background Color

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

This div background color is #fe8238


#fe8238 Border Color

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

This div border color is #fe8238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8238


Comments

No comments written yet.

Please login to write comment.