Color Hex Logo

#fc180f Color Hex

#FC180F
(252,24,15)
0 Favorites   0 Comments

Color spaces of #fc180f

RGB 2522415
HSL0.010.980.52
HSV94°99°
CMYK 0.000.900.94   0.01
XYZ40.557721.38322.4417
Yxy21.38320.62990.3321
Hunter Lab46.242075.634529.2387
CIE-Lab53.366477.434863.1978

#fc180f color RGB value is (252,24,15).

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

The process color (four color CMYK) of #fc180f color hex is 0.00, 0.90, 0.94, 0.01. Web safe color of #fc180f is #ff0000. Color #fc180f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011000 00001111
Octal 374 30 17
Decimal 252 24 15
Hex FC 18 F

RGB Percentages of Color #fc180f

%86.60
%8.25
%5.15

CMYK Percentages of Color #fc180f

%0
%90
%94
%1

Triadic Colors of #fc180f

#fc180f #0ffc18 #180ffc

Analogous Colors of #fc180f

#fc180f #fc8f0f #fc0f7d

Monochromatic Colors of #fc180f

#fc180f

Complementary Color

#fc180f #0ff3fc

#fc180f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc180f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc180f Color CSS Codes

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

#fc180f Text Font Color

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

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


#fc180f Background Color

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

This div background color is #fc180f


#fc180f Border Color

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

This div border color is #fc180f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,24,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 #fc180f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc180f


Comments

No comments written yet.

Please login to write comment.