Color Hex Logo

#fc350b Color Hex

#FC350B
(252,53,11)
0 Favorites   0 Comments

Color spaces of #fc350b

RGB 2525311
HSL0.030.980.52
HSV10°96°99°
CMYK 0.000.790.96   0.01
XYZ41.478423.26582.6212
Yxy23.26580.61570.3454
Hunter Lab48.234669.086930.5423
CIE-Lab55.345171.733065.2599

#fc350b color RGB value is (252,53,11).

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

The process color (four color CMYK) of #fc350b color hex is 0.00, 0.79, 0.96, 0.01. Web safe color of #fc350b is #ff3300. Color #fc350b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110101 00001011
Octal 374 65 13
Decimal 252 53 11
Hex FC 35 B

RGB Percentages of Color #fc350b

%79.75
%16.77
%3.48

CMYK Percentages of Color #fc350b

%0
%79
%96
%1

Triadic Colors of #fc350b

#fc350b #0bfc35 #350bfc

Analogous Colors of #fc350b

#fc350b #fcae0b #fc0b59

Monochromatic Colors of #fc350b

#fc350b

Complementary Color

#fc350b #0bd2fc

#fc350b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc350b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc350b Color CSS Codes

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

#fc350b Text Font Color

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

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


#fc350b Background Color

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

This div background color is #fc350b


#fc350b Border Color

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

This div border color is #fc350b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc350b


Comments

No comments written yet.

Please login to write comment.