Color Hex Logo

#fc061f Color Hex

#FC061F
(252,6,31)
0 Favorites   0 Comments

Color spaces of #fc061f

RGB 252631
HSL0.980.980.51
HSV354°98°99°
CMYK 0.000.980.88   0.01
XYZ40.457320.92463.2028
Yxy20.92460.62640.3240
Hunter Lab45.743477.821527.8691
CIE-Lab52.866979.276956.9979

#fc061f color RGB value is (252,6,31).

#fc061f hex color red value is 252, green value is 6 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fc061f hue: 0.98 , saturation: 0.98 and the lightness value of fc061f is 0.51.

The process color (four color CMYK) of #fc061f color hex is 0.00, 0.98, 0.88, 0.01. Web safe color of #fc061f is #ff0033. Color #fc061f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000110 00011111
Octal 374 6 37
Decimal 252 6 31
Hex FC 6 1F

RGB Percentages of Color #fc061f

%87.20
%2.08
%10.73

CMYK Percentages of Color #fc061f

%0
%98
%88
%1

Triadic Colors of #fc061f

#fc061f #1ffc06 #061ffc

Analogous Colors of #fc061f

#fc061f #fc6806 #fc069a

Monochromatic Colors of #fc061f

#fc061f

Complementary Color

#fc061f #06fce3

#fc061f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc061f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc061f Color CSS Codes

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

#fc061f Text Font Color

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

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


#fc061f Background Color

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

This div background color is #fc061f


#fc061f Border Color

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

This div border color is #fc061f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc061f


Comments

No comments written yet.

Please login to write comment.