Color Hex Logo

#fc093e Color Hex

#FC093E
(252,9,62)
0 Favorites   0 Comments

Color spaces of #fc093e

RGB 252962
HSL0.960.980.51
HSV347°96°99°
CMYK 0.000.960.75   0.01
XYZ41.112121.23866.4900
Yxy21.23860.59720.3085
Hunter Lab46.085478.588023.9102
CIE-Lab53.209679.817741.2017

#fc093e color RGB value is (252,9,62).

#fc093e hex color red value is 252, green value is 9 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fc093e hue: 0.96 , saturation: 0.98 and the lightness value of fc093e is 0.51.

The process color (four color CMYK) of #fc093e color hex is 0.00, 0.96, 0.75, 0.01. Web safe color of #fc093e is #ff0033. Color #fc093e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001001 00111110
Octal 374 11 76
Decimal 252 9 62
Hex FC 9 3E

RGB Percentages of Color #fc093e

%78.02
%2.79
%19.20

CMYK Percentages of Color #fc093e

%0
%96
%75
%1

Triadic Colors of #fc093e

#fc093e #3efc09 #093efc

Analogous Colors of #fc093e

#fc093e #fc4e09 #fc09b8

Monochromatic Colors of #fc093e

#fc093e

Complementary Color

#fc093e #09fcc7

#fc093e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc093e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc093e Color CSS Codes

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

#fc093e Text Font Color

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

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


#fc093e Background Color

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

This div background color is #fc093e


#fc093e Border Color

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

This div border color is #fc093e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc093e


Comments

No comments written yet.

Please login to write comment.