color codes Logo

#fe500c color codes

#FE500C
(254,80,12)
0 Favorites   0 Comments

Color spaces of #fe500c

RGB 2548012
HSL0.050.990.52
HSV17°95°100°
CMYK 0.000.690.95   0.00
XYZ43.808126.83473.2185
Yxy26.83470.59310.3633
Hunter Lab51.802260.300032.5778
CIE-Lab58.821063.722167.1629

#fe500c color RGB value is (254,80,12).

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

The process color (four color CMYK) of #fe500c color code is 0.00, 0.69, 0.95, 0.00. Web safe color of #fe500c is #ff6600. Color #fe500c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010000 00001100
Octal 376 120 14
Decimal 254 80 12
Hex FE 50 C

RGB Percentages of Color #fe500c

%73.41
%23.12
%3.47

CMYK Percentages of Color #fe500c

%0
%69
%95
%0

Triadic Colors of #fe500c

#fe500c #0cfe50 #500cfe

Analogous Colors of #fe500c

#fe500c #fec90c #fe0c41

Monochromatic Colors of #fe500c

#fe500c

Complementary Color

#fe500c #0cbafe

#fe500c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe500c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe500c Color CSS Codes

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

#fe500c Text Font Color

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

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


#fe500c Background Color

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

This div background color is #fe500c


#fe500c Border Color

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

This div border color is #fe500c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe500c


Comments

No comments written yet.

Please login to write comment.