Color Hex Logo

#fc6750 Color Hex

#FC6750
(252,103,80)
0 Favorites   0 Comments

Color spaces of #fc6750

RGB 25210380
HSL0.020.970.65
HSV68°99°
CMYK 0.000.590.68   0.01
XYZ46.443130.975111.1204
Yxy30.97510.52460.3498
Hunter Lab55.655351.557627.1120
CIE-Lab62.486655.515541.8350

#fc6750 color RGB value is (252,103,80).

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

The process color (four color CMYK) of #fc6750 color hex is 0.00, 0.59, 0.68, 0.01. Web safe color of #fc6750 is #ff6666. Color #fc6750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100111 01010000
Octal 374 147 120
Decimal 252 103 80
Hex FC 67 50

RGB Percentages of Color #fc6750

%57.93
%23.68
%18.39

CMYK Percentages of Color #fc6750

%0
%59
%68
%1

Triadic Colors of #fc6750

#fc6750 #50fc67 #6750fc

Analogous Colors of #fc6750

#fc6750 #fcbd50 #fc508f

Monochromatic Colors of #fc6750

#fc6750

Complementary Color

#fc6750 #50e5fc

#fc6750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6750 Color CSS Codes

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

#fc6750 Text Font Color

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

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


#fc6750 Background Color

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

This div background color is #fc6750


#fc6750 Border Color

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

This div border color is #fc6750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6750


Comments

No comments written yet.

Please login to write comment.