Color Hex Logo

#fc7618 Color Hex

#FC7618
(252,118,24)
0 Favorites   0 Comments

Color spaces of #fc7618

RGB 25211824
HSL0.070.970.54
HSV25°90°99°
CMYK 0.000.530.90   0.01
XYZ46.788233.71834.9064
Yxy33.71830.54780.3948
Hunter Lab58.067542.209435.6375
CIE-Lab64.738446.782768.0339

#fc7618 color RGB value is (252,118,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110110 00011000
Octal 374 166 30
Decimal 252 118 24
Hex FC 76 18

RGB Percentages of Color #fc7618

%63.96
%29.95
%6.09

CMYK Percentages of Color #fc7618

%0
%53
%90
%1

Triadic Colors of #fc7618

#fc7618 #18fc76 #7618fc

Analogous Colors of #fc7618

#fc7618 #fce818 #fc182c

Monochromatic Colors of #fc7618

#fc7618

Complementary Color

#fc7618 #189efc

#fc7618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7618 Color CSS Codes

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

#fc7618 Text Font Color

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

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


#fc7618 Background Color

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

This div background color is #fc7618


#fc7618 Border Color

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

This div border color is #fc7618


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,118,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 #fc7618">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7618

Related Colors


Comments

No comments written yet.

Please login to write comment.