Color Hex Logo

#fc440f Color Hex

#FC440F
(252,68,15)
1 Favorites   0 Comments

Color spaces of #fc440f

RGB 2526815
HSL0.040.980.52
HSV13°94°99°
CMYK 0.000.730.94   0.01
XYZ42.298224.86423.0218
Yxy24.86420.60270.3543
Hunter Lab49.864064.154431.3118
CIE-Lab56.942967.328365.2111

#fc440f color RGB value is (252,68,15).

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

The process color (four color CMYK) of #fc440f color hex is 0.00, 0.73, 0.94, 0.01. Web safe color of #fc440f is #ff3300. Color #fc440f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000100 00001111
Octal 374 104 17
Decimal 252 68 15
Hex FC 44 F

RGB Percentages of Color #fc440f

%75.22
%20.30
%4.48

CMYK Percentages of Color #fc440f

%0
%73
%94
%1

Triadic Colors of #fc440f

#fc440f #0ffc44 #440ffc

Analogous Colors of #fc440f

#fc440f #fcbb0f #fc0f51

Monochromatic Colors of #fc440f

#fc440f

Complementary Color

#fc440f #0fc7fc

#fc440f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc440f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc440f Color CSS Codes

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

#fc440f Text Font Color

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

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


#fc440f Background Color

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

This div background color is #fc440f


#fc440f Border Color

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

This div border color is #fc440f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc440f

#fc440f Color Palettes


Comments

No comments written yet.

Please login to write comment.