Color Hex Logo

#fc903f Color Hex

#FC903F
(252,144,63)
0 Favorites   0 Comments

Color spaces of #fc903f

RGB 25214463
HSL0.070.970.62
HSV26°75°99°
CMYK 0.000.430.75   0.01
XYZ51.015341.00089.9278
Yxy41.00080.50040.4022
Hunter Lab64.031930.158335.6297
CIE-Lab70.176534.890758.5625

#fc903f color RGB value is (252,144,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 00111111
Octal 374 220 77
Decimal 252 144 63
Hex FC 90 3F

RGB Percentages of Color #fc903f

%54.90
%31.37
%13.73

CMYK Percentages of Color #fc903f

%0
%43
%75
%1

Triadic Colors of #fc903f

#fc903f #3ffc90 #903ffc

Analogous Colors of #fc903f

#fc903f #fcef3f #fc3f4c

Monochromatic Colors of #fc903f

#fc903f

Complementary Color

#fc903f #3fabfc

#fc903f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc903f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc903f Color CSS Codes

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

#fc903f Text Font Color

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

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


#fc903f Background Color

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

This div background color is #fc903f


#fc903f Border Color

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

This div border color is #fc903f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc903f


Comments

No comments written yet.

Please login to write comment.