Color Hex Logo

#fe503f Color Hex

#FE503F
(254,80,63)
0 Favorites   0 Comments

Color spaces of #fe503f

RGB 2548063
HSL0.010.990.62
HSV75°100°
CMYK 0.000.690.75   0.00
XYZ44.638927.16707.5937
Yxy27.16700.56220.3422
Hunter Lab52.122061.659627.8474
CIE-Lab59.128664.822647.2078

#fe503f color RGB value is (254,80,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010000 00111111
Octal 376 120 77
Decimal 254 80 63
Hex FE 50 3F

RGB Percentages of Color #fe503f

%63.98
%20.15
%15.87

CMYK Percentages of Color #fe503f

%0
%69
%75
%0

Triadic Colors of #fe503f

#fe503f #3ffe50 #503ffe

Analogous Colors of #fe503f

#fe503f #feb03f #fe3f8e

Monochromatic Colors of #fe503f

#fe503f

Complementary Color

#fe503f #3fedfe

#fe503f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe503f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe503f Color CSS Codes

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

#fe503f Text Font Color

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

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


#fe503f Background Color

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

This div background color is #fe503f


#fe503f Border Color

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

This div border color is #fe503f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe503f


Comments

No comments written yet.

Please login to write comment.