Color Hex Logo

#fc8134 Color Hex

#FC8134
(252,129,52)
0 Favorites   0 Comments

Color spaces of #fc8134

RGB 25212952
HSL0.060.970.60
HSV23°79°99°
CMYK 0.000.490.79   0.01
XYZ48.615036.64397.7595
Yxy36.64390.52260.3939
Hunter Lab60.534237.418434.7739
CIE-Lab67.009042.068160.1999

#fc8134 color RGB value is (252,129,52).

#fc8134 hex color red value is 252, green value is 129 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #fc8134 hue: 0.06 , saturation: 0.97 and the lightness value of fc8134 is 0.60.

The process color (four color CMYK) of #fc8134 color hex is 0.00, 0.49, 0.79, 0.01. Web safe color of #fc8134 is #ff9933. Color #fc8134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000001 00110100
Octal 374 201 64
Decimal 252 129 52
Hex FC 81 34

RGB Percentages of Color #fc8134

%58.20
%29.79
%12.01

CMYK Percentages of Color #fc8134

%0
%49
%79
%1

Triadic Colors of #fc8134

#fc8134 #34fc81 #8134fc

Analogous Colors of #fc8134

#fc8134 #fce534 #fc344b

Monochromatic Colors of #fc8134

#fc8134

Complementary Color

#fc8134 #34affc

#fc8134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8134 Color CSS Codes

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

#fc8134 Text Font Color

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

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


#fc8134 Background Color

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

This div background color is #fc8134


#fc8134 Border Color

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

This div border color is #fc8134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8134


Comments

No comments written yet.

Please login to write comment.