Color Hex Logo

#fc934b Color Hex

#FC934B
(252,147,75)
0 Favorites   0 Comments

Color spaces of #fc934b

RGB 25214775
HSL0.070.970.64
HSV24°70°99°
CMYK 0.000.420.70   0.01
XYZ51.848642.070912.0444
Yxy42.07090.48930.3970
Hunter Lab64.862129.178334.3938
CIE-Lab70.919833.887353.8542

#fc934b color RGB value is (252,147,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010011 01001011
Octal 374 223 113
Decimal 252 147 75
Hex FC 93 4B

RGB Percentages of Color #fc934b

%53.16
%31.01
%15.82

CMYK Percentages of Color #fc934b

%0
%42
%70
%1

Triadic Colors of #fc934b

#fc934b #4bfc93 #934bfc

Analogous Colors of #fc934b

#fc934b #fcec4b #fc4b5c

Monochromatic Colors of #fc934b

#fc934b

Complementary Color

#fc934b #4bb4fc

#fc934b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc934b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc934b Color CSS Codes

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

#fc934b Text Font Color

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

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


#fc934b Background Color

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

This div background color is #fc934b


#fc934b Border Color

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

This div border color is #fc934b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc934b

Related Colors


Comments

No comments written yet.

Please login to write comment.