Color Hex Logo

#fc770f Color Hex

#FC770F
(252,119,15)
0 Favorites   0 Comments

Color spaces of #fc770f

RGB 25211915
HSL0.070.980.52
HSV26°94°99°
CMYK 0.000.530.94   0.01
XYZ46.827933.92364.5317
Yxy33.92360.54910.3978
Hunter Lab58.244041.586336.1577
CIE-Lab64.901946.189570.1758

#fc770f color RGB value is (252,119,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110111 00001111
Octal 374 167 17
Decimal 252 119 15
Hex FC 77 F

RGB Percentages of Color #fc770f

%65.28
%30.83
%3.89

CMYK Percentages of Color #fc770f

%0
%53
%94
%1

Triadic Colors of #fc770f

#fc770f #0ffc77 #770ffc

Analogous Colors of #fc770f

#fc770f #fcee0f #fc0f1d

Monochromatic Colors of #fc770f

#fc770f

Complementary Color

#fc770f #0f94fc

#fc770f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc770f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc770f Color CSS Codes

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

#fc770f Text Font Color

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

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


#fc770f Background Color

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

This div background color is #fc770f


#fc770f Border Color

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

This div border color is #fc770f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc770f


Comments

No comments written yet.

Please login to write comment.