Color Hex Logo

#fc202b Color Hex

#FC202B
(252,32,43)
0 Favorites   0 Comments

Color spaces of #fc202b

RGB 2523243
HSL0.990.970.56
HSV357°87°99°
CMYK 0.000.870.83   0.01
XYZ41.097421.90294.3471
Yxy21.90290.61020.3252
Hunter Lab46.800574.847027.2532
CIE-Lab53.923876.694352.2023

#fc202b color RGB value is (252,32,43).

#fc202b hex color red value is 252, green value is 32 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fc202b hue: 0.99 , saturation: 0.97 and the lightness value of fc202b is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100000 00101011
Octal 374 40 53
Decimal 252 32 43
Hex FC 20 2B

RGB Percentages of Color #fc202b

%77.06
%9.79
%13.15

CMYK Percentages of Color #fc202b

%0
%87
%83
%1

Triadic Colors of #fc202b

#fc202b #2bfc20 #202bfc

Analogous Colors of #fc202b

#fc202b #fc8320 #fc2099

Monochromatic Colors of #fc202b

#fc202b

Complementary Color

#fc202b #20fcf1

#fc202b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc202b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc202b Color CSS Codes

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

#fc202b Text Font Color

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

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


#fc202b Background Color

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

This div background color is #fc202b


#fc202b Border Color

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

This div border color is #fc202b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc202b


Comments

No comments written yet.

Please login to write comment.