Color Hex Logo

#fe902f Color Hex

#FE902F
(254,144,47)
0 Favorites   0 Comments

Color spaces of #fe902f

RGB 25414447
HSL0.080.990.59
HSV28°81°100°
CMYK 0.000.430.81   0.00
XYZ51.359441.22267.9391
Yxy41.22260.51090.4101
Hunter Lab64.204830.429137.6120
CIE-Lab70.331635.133665.2936

#fe902f color RGB value is (254,144,47).

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

The process color (four color CMYK) of #fe902f color hex is 0.00, 0.43, 0.81, 0.00. Web safe color of #fe902f is #ff9933. Color #fe902f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010000 00101111
Octal 376 220 57
Decimal 254 144 47
Hex FE 90 2F

RGB Percentages of Color #fe902f

%57.08
%32.36
%10.56

CMYK Percentages of Color #fe902f

%0
%43
%81
%0

Triadic Colors of #fe902f

#fe902f #2ffe90 #902ffe

Analogous Colors of #fe902f

#fe902f #fef82f #fe2f35

Monochromatic Colors of #fe902f

#fe902f

Complementary Color

#fe902f #2f9dfe

#fe902f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe902f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe902f Color CSS Codes

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

#fe902f Text Font Color

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

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


#fe902f Background Color

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

This div background color is #fe902f


#fe902f Border Color

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

This div border color is #fe902f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe902f


Comments

No comments written yet.

Please login to write comment.