Color Hex Logo

#fea933 Color Hex

#FEA933
(254,169,51)
0 Favorites   0 Comments

Color spaces of #fea933

RGB 25416951
HSL0.100.990.60
HSV35°80°100°
CMYK 0.000.330.80   0.00
XYZ55.658649.68589.7888
Yxy49.68580.48340.4316
Hunter Lab70.488217.592241.1080
CIE-Lab75.876022.295768.8113

#fea933 color RGB value is (254,169,51).

#fea933 hex color red value is 254, green value is 169 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #fea933 hue: 0.10 , saturation: 0.99 and the lightness value of fea933 is 0.60.

The process color (four color CMYK) of #fea933 color hex is 0.00, 0.33, 0.80, 0.00. Web safe color of #fea933 is #ff9933. Color #fea933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 00110011
Octal 376 251 63
Decimal 254 169 51
Hex FE A9 33

RGB Percentages of Color #fea933

%53.59
%35.65
%10.76

CMYK Percentages of Color #fea933

%0
%33
%80
%0

Triadic Colors of #fea933

#fea933 #33fea9 #a933fe

Analogous Colors of #fea933

#fea933 #eefe33 #fe4333

Monochromatic Colors of #fea933

#fea933

Complementary Color

#fea933 #3388fe

#fea933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea933 Color CSS Codes

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

#fea933 Text Font Color

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

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


#fea933 Background Color

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

This div background color is #fea933


#fea933 Border Color

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

This div border color is #fea933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea933


Comments

No comments written yet.

Please login to write comment.