Color Hex Logo

#fe650f Color Hex

#FE650F
(254,101,15)
0 Favorites   0 Comments

Color spaces of #fe650f

RGB 25410115
HSL0.060.990.53
HSV22°94°100°
CMYK 0.000.600.94   0.00
XYZ45.613030.41273.9181
Yxy30.41270.57060.3804
Hunter Lab55.147751.129934.3910
CIE-Lab62.008755.215168.4687

#fe650f color RGB value is (254,101,15).

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

The process color (four color CMYK) of #fe650f color hex is 0.00, 0.60, 0.94, 0.00. Web safe color of #fe650f is #ff6600. Color #fe650f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100101 00001111
Octal 376 145 17
Decimal 254 101 15
Hex FE 65 F

RGB Percentages of Color #fe650f

%68.65
%27.30
%4.05

CMYK Percentages of Color #fe650f

%0
%60
%94
%0

Triadic Colors of #fe650f

#fe650f #0ffe65 #650ffe

Analogous Colors of #fe650f

#fe650f #fedd0f #fe0f30

Monochromatic Colors of #fe650f

#fe650f

Complementary Color

#fe650f #0fa8fe

#fe650f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe650f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe650f Color CSS Codes

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

#fe650f Text Font Color

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

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


#fe650f Background Color

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

This div background color is #fe650f


#fe650f Border Color

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

This div border color is #fe650f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe650f


Comments

No comments written yet.

Please login to write comment.