Color Hex Logo

#fc350a Color Hex

#FC350A
(252,53,10)
0 Favorites   0 Comments

Color spaces of #fc350a

RGB 2525310
HSL0.030.980.51
HSV11°96°99°
CMYK 0.000.790.96   0.01
XYZ41.472823.26362.5916
Yxy23.26360.61600.3455
Hunter Lab48.232469.077430.5769
CIE-Lab55.342871.725765.4742

#fc350a color RGB value is (252,53,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110101 00001010
Octal 374 65 12
Decimal 252 53 10
Hex FC 35 A

RGB Percentages of Color #fc350a

%80.00
%16.83
%3.17

CMYK Percentages of Color #fc350a

%0
%79
%96
%1

Triadic Colors of #fc350a

#fc350a #0afc35 #350afc

Analogous Colors of #fc350a

#fc350a #fcae0a #fc0a58

Monochromatic Colors of #fc350a

#fc350a

Complementary Color

#fc350a #0ad1fc

#fc350a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc350a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc350a Color CSS Codes

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

#fc350a Text Font Color

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

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


#fc350a Background Color

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

This div background color is #fc350a


#fc350a Border Color

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

This div border color is #fc350a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc350a


Comments

No comments written yet.

Please login to write comment.