Color Hex Logo

#fe823f Color Hex

#FE823F
(254,130,63)
0 Favorites   0 Comments

Color spaces of #fe823f

RGB 25413063
HSL0.060.990.62
HSV21°75°100°
CMYK 0.000.490.75   0.00
XYZ49.752937.39509.2983
Yxy37.39500.51590.3877
Hunter Lab61.151538.212833.7908
CIE-Lab67.572342.735756.0169

#fe823f color RGB value is (254,130,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000010 00111111
Octal 376 202 77
Decimal 254 130 63
Hex FE 82 3F

RGB Percentages of Color #fe823f

%56.82
%29.08
%14.09

CMYK Percentages of Color #fe823f

%0
%49
%75
%0

Triadic Colors of #fe823f

#fe823f #3ffe82 #823ffe

Analogous Colors of #fe823f

#fe823f #fee23f #fe3f5b

Monochromatic Colors of #fe823f

#fe823f

Complementary Color

#fe823f #3fbbfe

#fe823f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe823f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe823f Color CSS Codes

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

#fe823f Text Font Color

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

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


#fe823f Background Color

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

This div background color is #fe823f


#fe823f Border Color

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

This div border color is #fe823f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe823f


Comments

No comments written yet.

Please login to write comment.