Color Hex Logo

#fe682a Color Hex

#FE682A
(254,104,42)
0 Favorites   0 Comments

Color spaces of #fe682a

RGB 25410442
HSL0.050.990.58
HSV18°83°100°
CMYK 0.000.590.83   0.00
XYZ46.241331.13865.7637
Yxy31.13860.55620.3745
Hunter Lab55.802050.263832.9374
CIE-Lab62.624554.350160.4645

#fe682a color RGB value is (254,104,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101000 00101010
Octal 376 150 52
Decimal 254 104 42
Hex FE 68 2A

RGB Percentages of Color #fe682a

%63.50
%26.00
%10.50

CMYK Percentages of Color #fe682a

%0
%59
%83
%0

Triadic Colors of #fe682a

#fe682a #2afe68 #682afe

Analogous Colors of #fe682a

#fe682a #fed22a #fe2a56

Monochromatic Colors of #fe682a

#fe682a

Complementary Color

#fe682a #2ac0fe

#fe682a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe682a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe682a Color CSS Codes

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

#fe682a Text Font Color

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

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


#fe682a Background Color

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

This div background color is #fe682a


#fe682a Border Color

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

This div border color is #fe682a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe682a

Related Colors


Comments

No comments written yet.

Please login to write comment.