Color Hex Logo

#fe703b Color Hex

#FE703B
(254,112,59)
0 Favorites   0 Comments

Color spaces of #fe703b

RGB 25411259
HSL0.050.990.61
HSV16°77°100°
CMYK 0.000.560.77   0.00
XYZ47.456632.97498.0012
Yxy32.97490.53660.3729
Hunter Lab57.423847.025731.9354
CIE-Lab64.140651.230454.4022

#fe703b color RGB value is (254,112,59).

#fe703b hex color red value is 254, green value is 112 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fe703b hue: 0.05 , saturation: 0.99 and the lightness value of fe703b is 0.61.

The process color (four color CMYK) of #fe703b color hex is 0.00, 0.56, 0.77, 0.00. Web safe color of #fe703b is #ff6633. Color #fe703b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 00111011
Octal 376 160 73
Decimal 254 112 59
Hex FE 70 3B

RGB Percentages of Color #fe703b

%59.76
%26.35
%13.88

CMYK Percentages of Color #fe703b

%0
%56
%77
%0

Triadic Colors of #fe703b

#fe703b #3bfe70 #703bfe

Analogous Colors of #fe703b

#fe703b #fed23b #fe3b68

Monochromatic Colors of #fe703b

#fe703b

Complementary Color

#fe703b #3bc9fe

#fe703b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe703b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe703b Color CSS Codes

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

#fe703b Text Font Color

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

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


#fe703b Background Color

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

This div background color is #fe703b


#fe703b Border Color

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

This div border color is #fe703b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe703b

Related Colors


Comments

No comments written yet.

Please login to write comment.