Color Hex Logo

#fc102d Color Hex

#FC102D
(252,16,45)
0 Favorites   0 Comments

Color spaces of #fc102d

RGB 2521645
HSL0.980.980.53
HSV353°94°99°
CMYK 0.000.940.82   0.01
XYZ40.803821.25554.4347
Yxy21.25550.61360.3197
Hunter Lab46.103777.298926.5695
CIE-Lab53.228078.791150.5465

#fc102d color RGB value is (252,16,45).

#fc102d hex color red value is 252, green value is 16 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fc102d hue: 0.98 , saturation: 0.98 and the lightness value of fc102d is 0.53.

The process color (four color CMYK) of #fc102d color hex is 0.00, 0.94, 0.82, 0.01. Web safe color of #fc102d is #ff0033. Color #fc102d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 00101101
Octal 374 20 55
Decimal 252 16 45
Hex FC 10 2D

RGB Percentages of Color #fc102d

%80.51
%5.11
%14.38

CMYK Percentages of Color #fc102d

%0
%94
%82
%1

Triadic Colors of #fc102d

#fc102d #2dfc10 #102dfc

Analogous Colors of #fc102d

#fc102d #fc6910 #fc10a3

Monochromatic Colors of #fc102d

#fc102d

Complementary Color

#fc102d #10fcdf

#fc102d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc102d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc102d Color CSS Codes

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

#fc102d Text Font Color

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

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


#fc102d Background Color

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

This div background color is #fc102d


#fc102d Border Color

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

This div border color is #fc102d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc102d


Comments

No comments written yet.

Please login to write comment.