Color Hex Logo

#fc946b Color Hex

#FC946B
(252,148,107)
0 Favorites   0 Comments

Color spaces of #fc946b

RGB 252148107
HSL0.050.960.70
HSV17°58°99°
CMYK 0.000.410.58   0.01
XYZ53.388642.936819.3837
Yxy42.93680.46140.3711
Hunter Lab65.526230.765228.3294
CIE-Lab71.512135.339838.3734

#fc946b color RGB value is (252,148,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010100 01101011
Octal 374 224 153
Decimal 252 148 107
Hex FC 94 6B

RGB Percentages of Color #fc946b

%49.70
%29.19
%21.10

CMYK Percentages of Color #fc946b

%0
%41
%58
%1

Triadic Colors of #fc946b

#fc946b #6bfc94 #946bfc

Analogous Colors of #fc946b

#fc946b #fcdd6b #fc6b8b

Monochromatic Colors of #fc946b

#fc946b

Complementary Color

#fc946b #6bd3fc

#fc946b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc946b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc946b Color CSS Codes

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

#fc946b Text Font Color

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

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


#fc946b Background Color

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

This div background color is #fc946b


#fc946b Border Color

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

This div border color is #fc946b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc946b

Related Colors


Comments

No comments written yet.

Please login to write comment.