Color Hex Logo

#fc866b Color Hex

#FC866B
(252,134,107)
0 Favorites   0 Comments

Color spaces of #fc866b

RGB 252134107
HSL0.030.960.70
HSV11°58°99°
CMYK 0.000.470.58   0.01
XYZ51.323838.807218.6954
Yxy38.80720.47160.3566
Hunter Lab62.295438.045125.8134
CIE-Lab68.611442.454334.7201

#fc866b color RGB value is (252,134,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000110 01101011
Octal 374 206 153
Decimal 252 134 107
Hex FC 86 6B

RGB Percentages of Color #fc866b

%51.12
%27.18
%21.70

CMYK Percentages of Color #fc866b

%0
%47
%58
%1

Triadic Colors of #fc866b

#fc866b #6bfc86 #866bfc

Analogous Colors of #fc866b

#fc866b #fccf6b #fc6b99

Monochromatic Colors of #fc866b

#fc866b

Complementary Color

#fc866b #6be1fc

#fc866b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc866b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc866b Color CSS Codes

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

#fc866b Text Font Color

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

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


#fc866b Background Color

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

This div background color is #fc866b


#fc866b Border Color

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

This div border color is #fc866b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc866b


Comments

No comments written yet.

Please login to write comment.