Color Hex Logo

#fc903c Color Hex

#FC903C
(252,144,60)
0 Favorites   0 Comments

Color spaces of #fc903c

RGB 25214460
HSL0.070.970.61
HSV26°76°99°
CMYK 0.000.430.76   0.01
XYZ50.933840.96829.4981
Yxy40.96820.50230.4040
Hunter Lab64.006430.032136.0063
CIE-Lab70.153634.772659.8410

#fc903c color RGB value is (252,144,60).

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

The process color (four color CMYK) of #fc903c color hex is 0.00, 0.43, 0.76, 0.01. Web safe color of #fc903c is #ff9933. Color #fc903c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 00111100
Octal 374 220 74
Decimal 252 144 60
Hex FC 90 3C

RGB Percentages of Color #fc903c

%55.26
%31.58
%13.16

CMYK Percentages of Color #fc903c

%0
%43
%76
%1

Triadic Colors of #fc903c

#fc903c #3cfc90 #903cfc

Analogous Colors of #fc903c

#fc903c #fcf03c #fc3c48

Monochromatic Colors of #fc903c

#fc903c

Complementary Color

#fc903c #3ca8fc

#fc903c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc903c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc903c Color CSS Codes

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

#fc903c Text Font Color

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

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


#fc903c Background Color

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

This div background color is #fc903c


#fc903c Border Color

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

This div border color is #fc903c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc903c


Comments

No comments written yet.

Please login to write comment.