Color Hex Logo

#fcb67a Color Hex

#FCB67A
(252,182,122)
0 Favorites   0 Comments

Color spaces of #fcb67a

RGB 252182122
HSL0.080.960.73
HSV28°52°99°
CMYK 0.000.280.52   0.01
XYZ60.385755.556525.9532
Yxy55.55650.42560.3915
Hunter Lab74.536214.173831.5308
CIE-Lab79.360718.797440.4098

#fcb67a color RGB value is (252,182,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 01111010
Octal 374 266 172
Decimal 252 182 122
Hex FC B6 7A

RGB Percentages of Color #fcb67a

%45.32
%32.73
%21.94

CMYK Percentages of Color #fcb67a

%0
%28
%52
%1

Triadic Colors of #fcb67a

#fcb67a #7afcb6 #b67afc

Analogous Colors of #fcb67a

#fcb67a #fcf77a #fc7a7f

Monochromatic Colors of #fcb67a

#fcb67a

Complementary Color

#fcb67a #7ac0fc

#fcb67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb67a Color CSS Codes

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

#fcb67a Text Font Color

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

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


#fcb67a Background Color

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

This div background color is #fcb67a


#fcb67a Border Color

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

This div border color is #fcb67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb67a

Related Colors


Comments

No comments written yet.

Please login to write comment.