Color Hex Logo

#fc3218 Color Hex

#FC3218
(252,50,24)
0 Favorites   0 Comments

Color spaces of #fc3218

RGB 2525024
HSL0.020.970.54
HSV90°99°
CMYK 0.000.800.90   0.01
XYZ41.450423.04263.1271
Yxy23.04260.61300.3408
Hunter Lab48.002770.130229.7395
CIE-Lab55.116272.634261.3663

#fc3218 color RGB value is (252,50,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110010 00011000
Octal 374 62 30
Decimal 252 50 24
Hex FC 32 18

RGB Percentages of Color #fc3218

%77.30
%15.34
%7.36

CMYK Percentages of Color #fc3218

%0
%80
%90
%1

Triadic Colors of #fc3218

#fc3218 #18fc32 #3218fc

Analogous Colors of #fc3218

#fc3218 #fca418 #fc1870

Monochromatic Colors of #fc3218

#fc3218

Complementary Color

#fc3218 #18e2fc

#fc3218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3218 Color CSS Codes

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

#fc3218 Text Font Color

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

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


#fc3218 Background Color

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

This div background color is #fc3218


#fc3218 Border Color

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

This div border color is #fc3218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3218

Related Colors


Comments

No comments written yet.

Please login to write comment.