Color Hex Logo

#fc061b Color Hex

#FC061B
(252,6,27)
0 Favorites   0 Comments

Color spaces of #fc061b

RGB 252627
HSL0.990.980.51
HSV355°98°99°
CMYK 0.000.980.89   0.01
XYZ40.407820.90482.9422
Yxy20.90480.62890.3253
Hunter Lab45.721877.740928.1899
CIE-Lab52.845179.217158.6825

#fc061b color RGB value is (252,6,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000110 00011011
Octal 374 6 33
Decimal 252 6 27
Hex FC 6 1B

RGB Percentages of Color #fc061b

%88.42
%2.11
%9.47

CMYK Percentages of Color #fc061b

%0
%98
%89
%1

Triadic Colors of #fc061b

#fc061b #1bfc06 #061bfc

Analogous Colors of #fc061b

#fc061b #fc6c06 #fc0696

Monochromatic Colors of #fc061b

#fc061b

Complementary Color

#fc061b #06fce7

#fc061b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc061b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc061b Color CSS Codes

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

#fc061b Text Font Color

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

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


#fc061b Background Color

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

This div background color is #fc061b


#fc061b Border Color

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

This div border color is #fc061b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc061b

Related Colors


Comments

No comments written yet.

Please login to write comment.