Color Hex Logo

#fc6718 Color Hex

#FC6718
(252,103,24)
0 Favorites   0 Comments

Color spaces of #fc6718

RGB 25210324
HSL0.060.970.54
HSV21°90°99°
CMYK 0.000.590.90   0.01
XYZ45.160030.46194.3637
Yxy30.46190.56460.3808
Hunter Lab55.192349.467533.9469
CIE-Lab62.050753.733666.1274

#fc6718 color RGB value is (252,103,24).

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

The process color (four color CMYK) of #fc6718 color hex is 0.00, 0.59, 0.90, 0.01. Web safe color of #fc6718 is #ff6600. Color #fc6718 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100111 00011000
Octal 374 147 30
Decimal 252 103 24
Hex FC 67 18

RGB Percentages of Color #fc6718

%66.49
%27.18
%6.33

CMYK Percentages of Color #fc6718

%0
%59
%90
%1

Triadic Colors of #fc6718

#fc6718 #18fc67 #6718fc

Analogous Colors of #fc6718

#fc6718 #fcd918 #fc183b

Monochromatic Colors of #fc6718

#fc6718

Complementary Color

#fc6718 #18adfc

#fc6718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6718 Color CSS Codes

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

#fc6718 Text Font Color

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

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


#fc6718 Background Color

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

This div background color is #fc6718


#fc6718 Border Color

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

This div border color is #fc6718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6718


Comments

No comments written yet.

Please login to write comment.