Color Hex Logo

#fe904d Color Hex

#FE904D
(254,144,77)
0 Favorites   0 Comments

Color spaces of #fe904d

RGB 25414477
HSL0.060.990.65
HSV23°70°100°
CMYK 0.000.430.70   0.00
XYZ52.185941.553212.2912
Yxy41.55320.49220.3919
Hunter Lab64.461831.699033.8182
CIE-Lab70.561836.314452.5856

#fe904d color RGB value is (254,144,77).

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

The process color (four color CMYK) of #fe904d color hex is 0.00, 0.43, 0.70, 0.00. Web safe color of #fe904d is #ff9966. Color #fe904d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010000 01001101
Octal 376 220 115
Decimal 254 144 77
Hex FE 90 4D

RGB Percentages of Color #fe904d

%53.47
%30.32
%16.21

CMYK Percentages of Color #fe904d

%0
%43
%70
%0

Triadic Colors of #fe904d

#fe904d #4dfe90 #904dfe

Analogous Colors of #fe904d

#fe904d #fee94d #fe4d62

Monochromatic Colors of #fe904d

#fe904d

Complementary Color

#fe904d #4dbbfe

#fe904d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe904d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe904d Color CSS Codes

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

#fe904d Text Font Color

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

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


#fe904d Background Color

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

This div background color is #fe904d


#fe904d Border Color

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

This div border color is #fe904d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe904d

Related Colors


Comments

No comments written yet.

Please login to write comment.