Color Hex Logo

#fe483c Color Hex

#FE483C
(254,72,60)
0 Favorites   0 Comments

Color spaces of #fe483c

RGB 2547260
HSL0.010.990.62
HSV76°100°
CMYK 0.000.720.76   0.00
XYZ44.006026.03186.9802
Yxy26.03180.57140.3380
Hunter Lab51.021464.669127.6035
CIE-Lab58.067267.551947.6574

#fe483c color RGB value is (254,72,60).

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

The process color (four color CMYK) of #fe483c color hex is 0.00, 0.72, 0.76, 0.00. Web safe color of #fe483c is #ff3333. Color #fe483c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001000 00111100
Octal 376 110 74
Decimal 254 72 60
Hex FE 48 3C

RGB Percentages of Color #fe483c

%65.80
%18.65
%15.54

CMYK Percentages of Color #fe483c

%0
%72
%76
%0

Triadic Colors of #fe483c

#fe483c #3cfe48 #483cfe

Analogous Colors of #fe483c

#fe483c #fea93c #fe3c91

Monochromatic Colors of #fe483c

#fe483c

Complementary Color

#fe483c #3cf2fe

#fe483c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe483c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe483c Color CSS Codes

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

#fe483c Text Font Color

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

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


#fe483c Background Color

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

This div background color is #fe483c


#fe483c Border Color

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

This div border color is #fe483c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe483c


Comments

No comments written yet.

Please login to write comment.