Color Hex Logo

#fc320f Color Hex

#FC320F
(252,50,15)
0 Favorites   0 Comments

Color spaces of #fc320f

RGB 2525015
HSL0.020.980.52
HSV94°99°
CMYK 0.000.800.94   0.01
XYZ41.371723.01112.7130
Yxy23.01110.61660.3430
Hunter Lab47.969970.000330.2257
CIE-Lab55.083872.533964.1429

#fc320f color RGB value is (252,50,15).

#fc320f hex color red value is 252, green value is 50 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fc320f hue: 0.02 , saturation: 0.98 and the lightness value of fc320f is 0.52.

The process color (four color CMYK) of #fc320f color hex is 0.00, 0.80, 0.94, 0.01. Web safe color of #fc320f is #ff3300. Color #fc320f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110010 00001111
Octal 374 62 17
Decimal 252 50 15
Hex FC 32 F

RGB Percentages of Color #fc320f

%79.50
%15.77
%4.73

CMYK Percentages of Color #fc320f

%0
%80
%94
%1

Triadic Colors of #fc320f

#fc320f #0ffc32 #320ffc

Analogous Colors of #fc320f

#fc320f #fca90f #fc0f62

Monochromatic Colors of #fc320f

#fc320f

Complementary Color

#fc320f #0fd9fc

#fc320f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc320f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc320f Color CSS Codes

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

#fc320f Text Font Color

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

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


#fc320f Background Color

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

This div background color is #fc320f


#fc320f Border Color

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

This div border color is #fc320f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc320f

Related Colors


Comments

No comments written yet.

Please login to write comment.