Color Hex Logo

#fc7910 Color Hex

#FC7910
(252,121,16)
0 Favorites   0 Comments

Color spaces of #fc7910

RGB 25212116
HSL0.070.980.53
HSV27°94°99°
CMYK 0.000.520.94   0.01
XYZ47.075834.40764.6504
Yxy34.40760.54650.3995
Hunter Lab58.658040.603236.3601
CIE-Lab65.284845.234570.2361

#fc7910 color RGB value is (252,121,16).

#fc7910 hex color red value is 252, green value is 121 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #fc7910 hue: 0.07 , saturation: 0.98 and the lightness value of fc7910 is 0.53.

The process color (four color CMYK) of #fc7910 color hex is 0.00, 0.52, 0.94, 0.01. Web safe color of #fc7910 is #ff6600. Color #fc7910 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111001 00010000
Octal 374 171 20
Decimal 252 121 16
Hex FC 79 10

RGB Percentages of Color #fc7910

%64.78
%31.11
%4.11

CMYK Percentages of Color #fc7910

%0
%52
%94
%1

Triadic Colors of #fc7910

#fc7910 #10fc79 #7910fc

Analogous Colors of #fc7910

#fc7910 #fcef10 #fc101d

Monochromatic Colors of #fc7910

#fc7910

Complementary Color

#fc7910 #1093fc

#fc7910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7910 Color CSS Codes

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

#fc7910 Text Font Color

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

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


#fc7910 Background Color

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

This div background color is #fc7910


#fc7910 Border Color

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

This div border color is #fc7910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7910

Related Colors


Comments

No comments written yet.

Please login to write comment.