Color Hex Logo

#fc850c Color Hex

#FC850C
(252,133,12)
0 Favorites   0 Comments

Color spaces of #fc850c

RGB 25213312
HSL0.080.980.52
HSV30°95°99°
CMYK 0.000.470.95   0.01
XYZ48.598837.49705.0240
Yxy37.49700.53340.4115
Hunter Lab61.234834.505137.9999
CIE-Lab67.648239.268372.4869

#fc850c color RGB value is (252,133,12).

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

The process color (four color CMYK) of #fc850c color hex is 0.00, 0.47, 0.95, 0.01. Web safe color of #fc850c is #ff9900. Color #fc850c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000101 00001100
Octal 374 205 14
Decimal 252 133 12
Hex FC 85 C

RGB Percentages of Color #fc850c

%63.48
%33.50
%3.02

CMYK Percentages of Color #fc850c

%0
%47
%95
%1

Triadic Colors of #fc850c

#fc850c #0cfc85 #850cfc

Analogous Colors of #fc850c

#fc850c #fbfc0c #fc0d0c

Monochromatic Colors of #fc850c

#fc850c

Complementary Color

#fc850c #0c83fc

#fc850c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc850c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc850c Color CSS Codes

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

#fc850c Text Font Color

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

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


#fc850c Background Color

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

This div background color is #fc850c


#fc850c Border Color

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

This div border color is #fc850c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc850c

#fc850c Color Palettes


Comments

No comments written yet.

Please login to write comment.