Color Hex Logo

#fc4025 Color Hex

#FC4025
(252,64,37)
0 Favorites   0 Comments

Color spaces of #fc4025

RGB 2526437
HSL0.020.970.57
HSV85°99°
CMYK 0.000.750.85   0.01
XYZ42.312224.49584.2483
Yxy24.49580.59550.3447
Hunter Lab49.493265.988129.5560
CIE-Lab56.580868.931057.3052

#fc4025 color RGB value is (252,64,37).

#fc4025 hex color red value is 252, green value is 64 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #fc4025 hue: 0.02 , saturation: 0.97 and the lightness value of fc4025 is 0.57.

The process color (four color CMYK) of #fc4025 color hex is 0.00, 0.75, 0.85, 0.01. Web safe color of #fc4025 is #ff3333. Color #fc4025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000000 00100101
Octal 374 100 45
Decimal 252 64 37
Hex FC 40 25

RGB Percentages of Color #fc4025

%71.39
%18.13
%10.48

CMYK Percentages of Color #fc4025

%0
%75
%85
%1

Triadic Colors of #fc4025

#fc4025 #25fc40 #4025fc

Analogous Colors of #fc4025

#fc4025 #fcac25 #fc2576

Monochromatic Colors of #fc4025

#fc4025

Complementary Color

#fc4025 #25e1fc

#fc4025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4025 Color CSS Codes

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

#fc4025 Text Font Color

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

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


#fc4025 Background Color

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

This div background color is #fc4025


#fc4025 Border Color

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

This div border color is #fc4025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4025


Comments

No comments written yet.

Please login to write comment.