Color Hex Logo

#fc8469 Color Hex

#FC8469
(252,132,105)
0 Favorites   0 Comments

Color spaces of #fc8469

RGB 252132105
HSL0.030.960.70
HSV11°58°99°
CMYK 0.000.480.58   0.01
XYZ50.946038.217918.0562
Yxy38.21790.47520.3564
Hunter Lab61.820638.914725.9574
CIE-Lab68.180943.308235.2595

#fc8469 color RGB value is (252,132,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000100 01101001
Octal 374 204 151
Decimal 252 132 105
Hex FC 84 69

RGB Percentages of Color #fc8469

%51.53
%26.99
%21.47

CMYK Percentages of Color #fc8469

%0
%48
%58
%1

Triadic Colors of #fc8469

#fc8469 #69fc84 #8469fc

Analogous Colors of #fc8469

#fc8469 #fcce69 #fc6998

Monochromatic Colors of #fc8469

#fc8469

Complementary Color

#fc8469 #69e1fc

#fc8469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8469 Color CSS Codes

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

#fc8469 Text Font Color

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

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


#fc8469 Background Color

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

This div background color is #fc8469


#fc8469 Border Color

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

This div border color is #fc8469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8469


Comments

No comments written yet.

Please login to write comment.