Color Hex Logo

#fe924d Color Hex

#FE924D
(254,146,77)
0 Favorites   0 Comments

Color spaces of #fe924d

RGB 25414677
HSL0.060.990.65
HSV23°70°100°
CMYK 0.000.430.70   0.00
XYZ52.491542.164412.3931
Yxy42.16440.49040.3939
Hunter Lab64.934130.661334.1380
CIE-Lab70.984135.291653.0474

#fe924d color RGB value is (254,146,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010010 01001101
Octal 376 222 115
Decimal 254 146 77
Hex FE 92 4D

RGB Percentages of Color #fe924d

%53.25
%30.61
%16.14

CMYK Percentages of Color #fe924d

%0
%43
%70
%0

Triadic Colors of #fe924d

#fe924d #4dfe92 #924dfe

Analogous Colors of #fe924d

#fe924d #feeb4d #fe4d61

Monochromatic Colors of #fe924d

#fe924d

Complementary Color

#fe924d #4db9fe

#fe924d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe924d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe924d Color CSS Codes

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

#fe924d Text Font Color

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

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


#fe924d Background Color

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

This div background color is #fe924d


#fe924d Border Color

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

This div border color is #fe924d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,146,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 #fe924d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe924d

Related Colors


Comments

No comments written yet.

Please login to write comment.