Color Hex Logo

#fc190f Color Hex

#FC190F
(252,25,15)
0 Favorites   0 Comments

Color spaces of #fc190f

RGB 2522515
HSL0.010.980.52
HSV94°99°
CMYK 0.000.900.94   0.01
XYZ40.578721.42522.4487
Yxy21.42520.62960.3324
Hunter Lab46.287475.482529.2646
CIE-Lab53.411777.304263.2222

#fc190f color RGB value is (252,25,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011001 00001111
Octal 374 31 17
Decimal 252 25 15
Hex FC 19 F

RGB Percentages of Color #fc190f

%86.30
%8.56
%5.14

CMYK Percentages of Color #fc190f

%0
%90
%94
%1

Triadic Colors of #fc190f

#fc190f #0ffc19 #190ffc

Analogous Colors of #fc190f

#fc190f #fc900f #fc0f7c

Monochromatic Colors of #fc190f

#fc190f

Complementary Color

#fc190f #0ff2fc

#fc190f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc190f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc190f Color CSS Codes

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

#fc190f Text Font Color

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

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


#fc190f Background Color

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

This div background color is #fc190f


#fc190f Border Color

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

This div border color is #fc190f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc190f

Related Colors


Comments

No comments written yet.

Please login to write comment.