Color Hex Logo

#fc923f Color Hex

#FC923F
(252,146,63)
0 Favorites   0 Comments

Color spaces of #fc923f

RGB 25214663
HSL0.070.970.62
HSV26°75°99°
CMYK 0.000.420.75   0.01
XYZ51.321041.612110.0297
Yxy41.61210.49840.4041
Hunter Lab64.507429.123535.9367
CIE-Lab70.602733.863858.9903

#fc923f color RGB value is (252,146,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010010 00111111
Octal 374 222 77
Decimal 252 146 63
Hex FC 92 3F

RGB Percentages of Color #fc923f

%54.66
%31.67
%13.67

CMYK Percentages of Color #fc923f

%0
%42
%75
%1

Triadic Colors of #fc923f

#fc923f #3ffc92 #923ffc

Analogous Colors of #fc923f

#fc923f #fcf13f #fc3f4a

Monochromatic Colors of #fc923f

#fc923f

Complementary Color

#fc923f #3fa9fc

#fc923f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc923f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc923f Color CSS Codes

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

#fc923f Text Font Color

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

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


#fc923f Background Color

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

This div background color is #fc923f


#fc923f Border Color

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

This div border color is #fc923f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,146,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 #fc923f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc923f


Comments

No comments written yet.

Please login to write comment.