Color Hex Logo

#fc945b Color Hex

#FC945B
(252,148,91)
0 Favorites   0 Comments

Color spaces of #fc945b

RGB 25214891
HSL0.060.960.67
HSV21°64°99°
CMYK 0.000.410.64   0.01
XYZ52.623142.630615.3525
Yxy42.63060.47580.3854
Hunter Lab65.292129.603431.7633
CIE-Lab71.303534.257446.4268

#fc945b color RGB value is (252,148,91).

#fc945b hex color red value is 252, green value is 148 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fc945b hue: 0.06 , saturation: 0.96 and the lightness value of fc945b is 0.67.

The process color (four color CMYK) of #fc945b color hex is 0.00, 0.41, 0.64, 0.01. Web safe color of #fc945b is #ff9966. Color #fc945b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010100 01011011
Octal 374 224 133
Decimal 252 148 91
Hex FC 94 5B

RGB Percentages of Color #fc945b

%51.32
%30.14
%18.53

CMYK Percentages of Color #fc945b

%0
%41
%64
%1

Triadic Colors of #fc945b

#fc945b #5bfc94 #945bfc

Analogous Colors of #fc945b

#fc945b #fce55b #fc5b73

Monochromatic Colors of #fc945b

#fc945b

Complementary Color

#fc945b #5bc3fc

#fc945b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc945b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc945b Color CSS Codes

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

#fc945b Text Font Color

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

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


#fc945b Background Color

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

This div background color is #fc945b


#fc945b Border Color

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

This div border color is #fc945b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc945b


Comments

No comments written yet.

Please login to write comment.