Color Hex Logo

#fe613f Color Hex

#FE613F
(254,97,63)
0 Favorites   0 Comments

Color spaces of #fe613f

RGB 2549763
HSL0.030.990.62
HSV11°75°100°
CMYK 0.000.620.75   0.00
XYZ46.044929.97918.0623
Yxy29.97910.54760.3565
Hunter Lab54.753254.292229.5969
CIE-Lab61.636258.052449.8715

#fe613f color RGB value is (254,97,63).

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

The process color (four color CMYK) of #fe613f color hex is 0.00, 0.62, 0.75, 0.00. Web safe color of #fe613f is #ff6633. Color #fe613f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100001 00111111
Octal 376 141 77
Decimal 254 97 63
Hex FE 61 3F

RGB Percentages of Color #fe613f

%61.35
%23.43
%15.22

CMYK Percentages of Color #fe613f

%0
%62
%75
%0

Triadic Colors of #fe613f

#fe613f #3ffe61 #613ffe

Analogous Colors of #fe613f

#fe613f #fec13f #fe3f7d

Monochromatic Colors of #fe613f

#fe613f

Complementary Color

#fe613f #3fdcfe

#fe613f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe613f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe613f Color CSS Codes

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

#fe613f Text Font Color

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

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


#fe613f Background Color

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

This div background color is #fe613f


#fe613f Border Color

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

This div border color is #fe613f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe613f

Related Colors


Comments

No comments written yet.

Please login to write comment.