Color Hex Logo

#fc221f Color Hex

#FC221F
(252,34,31)
0 Favorites   0 Comments

Color spaces of #fc221f

RGB 2523431
HSL0.000.970.55
HSV88°99°
CMYK 0.000.870.88   0.01
XYZ40.964221.93843.3718
Yxy21.93840.61810.3310
Hunter Lab46.838474.146128.5188
CIE-Lab53.961676.122657.8180

#fc221f color RGB value is (252,34,31).

#fc221f hex color red value is 252, green value is 34 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fc221f hue: 0.00 , saturation: 0.97 and the lightness value of fc221f is 0.55.

The process color (four color CMYK) of #fc221f color hex is 0.00, 0.87, 0.88, 0.01. Web safe color of #fc221f is #ff3333. Color #fc221f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100010 00011111
Octal 374 42 37
Decimal 252 34 31
Hex FC 22 1F

RGB Percentages of Color #fc221f

%79.50
%10.73
%9.78

CMYK Percentages of Color #fc221f

%0
%87
%88
%1

Triadic Colors of #fc221f

#fc221f #1ffc22 #221ffc

Analogous Colors of #fc221f

#fc221f #fc911f #fc1f8b

Monochromatic Colors of #fc221f

#fc221f

Complementary Color

#fc221f #1ff9fc

#fc221f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc221f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc221f Color CSS Codes

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

#fc221f Text Font Color

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

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


#fc221f Background Color

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

This div background color is #fc221f


#fc221f Border Color

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

This div border color is #fc221f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc221f

#fc221f Color Palettes


Comments

No comments written yet.

Please login to write comment.