Color Hex Logo

#fea73f Color Hex

#FEA73F
(254,167,63)
0 Favorites   0 Comments

Color spaces of #fea73f

RGB 25416763
HSL0.090.990.62
HSV33°75°100°
CMYK 0.000.340.75   0.00
XYZ55.589049.067111.2437
Yxy49.06710.47960.4234
Hunter Lab70.047919.071139.5166
CIE-Lab75.493123.771963.9156

#fea73f color RGB value is (254,167,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 00111111
Octal 376 247 77
Decimal 254 167 63
Hex FE A7 3F

RGB Percentages of Color #fea73f

%52.48
%34.50
%13.02

CMYK Percentages of Color #fea73f

%0
%34
%75
%0

Triadic Colors of #fea73f

#fea73f #3ffea7 #a73ffe

Analogous Colors of #fea73f

#fea73f #f6fe3f #fe473f

Monochromatic Colors of #fea73f

#fea73f

Complementary Color

#fea73f #3f96fe

#fea73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea73f Color CSS Codes

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

#fea73f Text Font Color

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

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


#fea73f Background Color

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

This div background color is #fea73f


#fea73f Border Color

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

This div border color is #fea73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea73f


Comments

No comments written yet.

Please login to write comment.