Color Hex Logo

#fc7905 Color Hex

#FC7905
(252,121,5)
0 Favorites   0 Comments

Color spaces of #fc7905

RGB 2521215
HSL0.080.980.50
HSV28°98°99°
CMYK 0.000.520.98   0.01
XYZ47.009634.38114.3021
Yxy34.38110.54860.4012
Hunter Lab58.635440.496436.6947
CIE-Lab65.263945.139071.9910

#fc7905 color RGB value is (252,121,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111001 00000101
Octal 374 171 5
Decimal 252 121 5
Hex FC 79 5

RGB Percentages of Color #fc7905

%66.67
%32.01
%1.32

CMYK Percentages of Color #fc7905

%0
%52
%98
%1

Triadic Colors of #fc7905

#fc7905 #05fc79 #7905fc

Analogous Colors of #fc7905

#fc7905 #fcf505 #fc050c

Monochromatic Colors of #fc7905

#fc7905

Complementary Color

#fc7905 #0588fc

#fc7905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7905 Color CSS Codes

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

#fc7905 Text Font Color

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

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


#fc7905 Background Color

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

This div background color is #fc7905


#fc7905 Border Color

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

This div border color is #fc7905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7905


Comments

No comments written yet.

Please login to write comment.