Color Hex Logo

#fe805f Color Hex

#FE805F
(254,128,95)
0 Favorites   0 Comments

Color spaces of #fe805f

RGB 25412895
HSL0.030.990.68
HSV12°63°100°
CMYK 0.000.500.63   0.00
XYZ50.657837.335415.3630
Yxy37.33540.49010.3612
Hunter Lab61.102741.057527.8647
CIE-Lab67.527945.355639.8934

#fe805f color RGB value is (254,128,95).

#fe805f hex color red value is 254, green value is 128 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fe805f hue: 0.03 , saturation: 0.99 and the lightness value of fe805f is 0.68.

The process color (four color CMYK) of #fe805f color hex is 0.00, 0.50, 0.63, 0.00. Web safe color of #fe805f is #ff9966. Color #fe805f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000000 01011111
Octal 376 200 137
Decimal 254 128 95
Hex FE 80 5F

RGB Percentages of Color #fe805f

%53.25
%26.83
%19.92

CMYK Percentages of Color #fe805f

%0
%50
%63
%0

Triadic Colors of #fe805f

#fe805f #5ffe80 #805ffe

Analogous Colors of #fe805f

#fe805f #fed05f #fe5f8e

Monochromatic Colors of #fe805f

#fe805f

Complementary Color

#fe805f #5fddfe

#fe805f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe805f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe805f Color CSS Codes

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

#fe805f Text Font Color

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

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


#fe805f Background Color

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

This div background color is #fe805f


#fe805f Border Color

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

This div border color is #fe805f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe805f

Related Colors


Comments

No comments written yet.

Please login to write comment.