Color Hex Logo

#fcc07a Color Hex

#FCC07A
(252,192,122)
0 Favorites   0 Comments

Color spaces of #fcc07a

RGB 252192122
HSL0.090.960.73
HSV32°52°99°
CMYK 0.000.240.52   0.01
XYZ62.507459.799926.6604
Yxy59.79990.41960.4014
Hunter Lab77.33048.956233.6905
CIE-Lab81.729313.564543.3772

#fcc07a color RGB value is (252,192,122).

#fcc07a hex color red value is 252, green value is 192 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fcc07a hue: 0.09 , saturation: 0.96 and the lightness value of fcc07a is 0.73.

The process color (four color CMYK) of #fcc07a color hex is 0.00, 0.24, 0.52, 0.01. Web safe color of #fcc07a is #ffcc66. Color #fcc07a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 01111010
Octal 374 300 172
Decimal 252 192 122
Hex FC C0 7A

RGB Percentages of Color #fcc07a

%44.52
%33.92
%21.55

CMYK Percentages of Color #fcc07a

%0
%24
%52
%1

Triadic Colors of #fcc07a

#fcc07a #7afcc0 #c07afc

Analogous Colors of #fcc07a

#fcc07a #f7fc7a #fc7f7a

Monochromatic Colors of #fcc07a

#fcc07a

Complementary Color

#fcc07a #7ab6fc

#fcc07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc07a Color CSS Codes

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

#fcc07a Text Font Color

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

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


#fcc07a Background Color

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

This div background color is #fcc07a


#fcc07a Border Color

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

This div border color is #fcc07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc07a

Related Colors


Comments

No comments written yet.

Please login to write comment.