Color Hex Logo

#fc240c Color Hex

#FC240C
(252,36,12)
0 Favorites   0 Comments

Color spaces of #fc240c

RGB 2523612
HSL0.020.980.52
HSV95°99°
CMYK 0.000.860.95   0.01
XYZ40.842121.98372.4385
Yxy21.98370.62580.3368
Hunter Lab46.886873.435829.7372
CIE-Lab54.009775.539664.3317

#fc240c color RGB value is (252,36,12).

#fc240c hex color red value is 252, green value is 36 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #fc240c hue: 0.02 , saturation: 0.98 and the lightness value of fc240c is 0.52.

The process color (four color CMYK) of #fc240c color hex is 0.00, 0.86, 0.95, 0.01. Web safe color of #fc240c is #ff3300. Color #fc240c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100100 00001100
Octal 374 44 14
Decimal 252 36 12
Hex FC 24 C

RGB Percentages of Color #fc240c

%84.00
%12.00
%4.00

CMYK Percentages of Color #fc240c

%0
%86
%95
%1

Triadic Colors of #fc240c

#fc240c #0cfc24 #240cfc

Analogous Colors of #fc240c

#fc240c #fc9c0c #fc0c6c

Monochromatic Colors of #fc240c

#fc240c

Complementary Color

#fc240c #0ce4fc

#fc240c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc240c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc240c Color CSS Codes

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

#fc240c Text Font Color

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

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


#fc240c Background Color

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

This div background color is #fc240c


#fc240c Border Color

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

This div border color is #fc240c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc240c

Related Colors


Comments

No comments written yet.

Please login to write comment.