Color Hex Logo

#fc5030 Color Hex

#FC5030
(252,80,48)
0 Favorites   0 Comments

Color spaces of #fc5030

RGB 2528048
HSL0.030.970.59
HSV81°99°
CMYK 0.000.680.81   0.01
XYZ43.547026.64625.6443
Yxy26.64620.57420.3514
Hunter Lab51.620060.249129.6510
CIE-Lab58.645463.710254.1263

#fc5030 color RGB value is (252,80,48).

#fc5030 hex color red value is 252, green value is 80 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #fc5030 hue: 0.03 , saturation: 0.97 and the lightness value of fc5030 is 0.59.

The process color (four color CMYK) of #fc5030 color hex is 0.00, 0.68, 0.81, 0.01. Web safe color of #fc5030 is #ff6633. Color #fc5030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010000 00110000
Octal 374 120 60
Decimal 252 80 48
Hex FC 50 30

RGB Percentages of Color #fc5030

%66.32
%21.05
%12.63

CMYK Percentages of Color #fc5030

%0
%68
%81
%1

Triadic Colors of #fc5030

#fc5030 #30fc50 #5030fc

Analogous Colors of #fc5030

#fc5030 #fcb630 #fc3076

Monochromatic Colors of #fc5030

#fc5030

Complementary Color

#fc5030 #30dcfc

#fc5030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5030 Color CSS Codes

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

#fc5030 Text Font Color

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

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


#fc5030 Background Color

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

This div background color is #fc5030


#fc5030 Border Color

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

This div border color is #fc5030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5030


Comments

No comments written yet.

Please login to write comment.