Color Hex Logo

#fc290f Color Hex

#FC290F
(252,41,15)
0 Favorites   0 Comments

Color spaces of #fc290f

RGB 2524115
HSL0.020.980.52
HSV94°99°
CMYK 0.000.840.94   0.01
XYZ41.024022.31582.5971
Yxy22.31580.62220.3384
Hunter Lab47.239672.344429.8081
CIE-Lab54.360574.586963.7399

#fc290f color RGB value is (252,41,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 00001111
Octal 374 51 17
Decimal 252 41 15
Hex FC 29 F

RGB Percentages of Color #fc290f

%81.82
%13.31
%4.87

CMYK Percentages of Color #fc290f

%0
%84
%94
%1

Triadic Colors of #fc290f

#fc290f #0ffc29 #290ffc

Analogous Colors of #fc290f

#fc290f #fca00f #fc0f6c

Monochromatic Colors of #fc290f

#fc290f

Complementary Color

#fc290f #0fe2fc

#fc290f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc290f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc290f Color CSS Codes

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

#fc290f Text Font Color

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

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


#fc290f Background Color

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

This div background color is #fc290f


#fc290f Border Color

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

This div border color is #fc290f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc290f


Comments

No comments written yet.

Please login to write comment.