Color Hex Logo

#fc8052 Color Hex

#FC8052
(252,128,82)
0 Favorites   0 Comments

Color spaces of #fc8052

RGB 25212882
HSL0.050.970.65
HSV16°67°99°
CMYK 0.000.490.67   0.01
XYZ49.387036.743012.4718
Yxy36.74300.50090.3726
Hunter Lab60.616039.355230.2322
CIE-Lab67.083843.851346.1180

#fc8052 color RGB value is (252,128,82).

#fc8052 hex color red value is 252, green value is 128 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fc8052 hue: 0.05 , saturation: 0.97 and the lightness value of fc8052 is 0.65.

The process color (four color CMYK) of #fc8052 color hex is 0.00, 0.49, 0.67, 0.01. Web safe color of #fc8052 is #ff9966. Color #fc8052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000000 01010010
Octal 374 200 122
Decimal 252 128 82
Hex FC 80 52

RGB Percentages of Color #fc8052

%54.55
%27.71
%17.75

CMYK Percentages of Color #fc8052

%0
%49
%67
%1

Triadic Colors of #fc8052

#fc8052 #52fc80 #8052fc

Analogous Colors of #fc8052

#fc8052 #fcd552 #fc5279

Monochromatic Colors of #fc8052

#fc8052

Complementary Color

#fc8052 #52cefc

#fc8052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8052 Color CSS Codes

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

#fc8052 Text Font Color

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

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


#fc8052 Background Color

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

This div background color is #fc8052


#fc8052 Border Color

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

This div border color is #fc8052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8052


Comments

No comments written yet.

Please login to write comment.