color codes Logo

#fc923e color codes

#FC923E
(252,146,62)
0 Favorites   0 Comments

Color spaces of #fc923e

RGB 25214662
HSL0.070.970.62
HSV27°75°99°
CMYK 0.000.420.75   0.01
XYZ51.293341.60109.8838
Yxy41.60100.49910.4048
Hunter Lab64.498829.080836.0636
CIE-Lab70.595033.823759.4172

#fc923e color RGB value is (252,146,62).

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

The process color (four color CMYK) of #fc923e color code is 0.00, 0.42, 0.75, 0.01. Web safe color of #fc923e is #ff9933. Color #fc923e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010010 00111110
Octal 374 222 76
Decimal 252 146 62
Hex FC 92 3E

RGB Percentages of Color #fc923e

%54.78
%31.74
%13.48

CMYK Percentages of Color #fc923e

%0
%42
%75
%1

Triadic Colors of #fc923e

#fc923e #3efc92 #923efc

Analogous Colors of #fc923e

#fc923e #fcf13e #fc3e49

Monochromatic Colors of #fc923e

#fc923e

Complementary Color

#fc923e #3ea8fc

#fc923e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc923e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc923e Color CSS Codes

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

#fc923e Text Font Color

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

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


#fc923e Background Color

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

This div background color is #fc923e


#fc923e Border Color

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

This div border color is #fc923e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc923e


Comments

No comments written yet.

Please login to write comment.