Color Hex Logo

#fc3014 Color Hex

#FC3014
(252,48,20)
0 Favorites   0 Comments

Color spaces of #fc3014

RGB 2524820
HSL0.020.970.53
HSV92°99°
CMYK 0.000.810.92   0.01
XYZ41.328122.85992.8960
Yxy22.85990.61610.3408
Hunter Lab47.812070.622029.8772
CIE-Lab54.927773.073362.5889

#fc3014 color RGB value is (252,48,20).

#fc3014 hex color red value is 252, green value is 48 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #fc3014 hue: 0.02 , saturation: 0.97 and the lightness value of fc3014 is 0.53.

The process color (four color CMYK) of #fc3014 color hex is 0.00, 0.81, 0.92, 0.01. Web safe color of #fc3014 is #ff3300. Color #fc3014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110000 00010100
Octal 374 60 24
Decimal 252 48 20
Hex FC 30 14

RGB Percentages of Color #fc3014

%78.75
%15.00
%6.25

CMYK Percentages of Color #fc3014

%0
%81
%92
%1

Triadic Colors of #fc3014

#fc3014 #14fc30 #3014fc

Analogous Colors of #fc3014

#fc3014 #fca414 #fc146c

Monochromatic Colors of #fc3014

#fc3014

Complementary Color

#fc3014 #14e0fc

#fc3014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3014 Color CSS Codes

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

#fc3014 Text Font Color

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

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


#fc3014 Background Color

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

This div background color is #fc3014


#fc3014 Border Color

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

This div border color is #fc3014


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,48,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc3014; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc3014;
  -webkit-box-shadow: 1px 1px 3px 2px #fc3014;
  box-shadow:         1px 1px 3px 2px #fc3014; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,48,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3014


Comments

No comments written yet.

Please login to write comment.