Color Hex Logo

#fea74f Color Hex

#FEA74F
(254,167,79)
0 Favorites   0 Comments

Color spaces of #fea74f

RGB 25416779
HSL0.080.990.65
HSV30°69°100°
CMYK 0.000.340.69   0.00
XYZ56.103149.272813.9508
Yxy49.27280.47020.4129
Hunter Lab70.194619.825837.3526
CIE-Lab75.620724.506657.1399

#fea74f color RGB value is (254,167,79).

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

The process color (four color CMYK) of #fea74f color hex is 0.00, 0.34, 0.69, 0.00. Web safe color of #fea74f is #ff9966. Color #fea74f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 01001111
Octal 376 247 117
Decimal 254 167 79
Hex FE A7 4F

RGB Percentages of Color #fea74f

%50.80
%33.40
%15.80

CMYK Percentages of Color #fea74f

%0
%34
%69
%0

Triadic Colors of #fea74f

#fea74f #4ffea7 #a74ffe

Analogous Colors of #fea74f

#fea74f #fefe4f #fe504f

Monochromatic Colors of #fea74f

#fea74f

Complementary Color

#fea74f #4fa6fe

#fea74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea74f Color CSS Codes

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

#fea74f Text Font Color

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

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


#fea74f Background Color

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

This div background color is #fea74f


#fea74f Border Color

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

This div border color is #fea74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea74f

Related Colors


Comments

No comments written yet.

Please login to write comment.