color codes Logo

#fcb65e color codes

#FCB65E
(252,182,94)
0 Favorites   0 Comments

Color spaces of #fcb65e

RGB 25218294
HSL0.090.960.68
HSV33°63°99°
CMYK 0.000.280.63   0.01
XYZ58.893254.959518.0939
Yxy54.95950.44630.4165
Hunter Lab74.134712.066237.4235
CIE-Lab79.017916.704253.8676

#fcb65e color RGB value is (252,182,94).

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

The process color (four color CMYK) of #fcb65e color code is 0.00, 0.28, 0.63, 0.01. Web safe color of #fcb65e is #ffcc66. Color #fcb65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 01011110
Octal 374 266 136
Decimal 252 182 94
Hex FC B6 5E

RGB Percentages of Color #fcb65e

%47.73
%34.47
%17.80

CMYK Percentages of Color #fcb65e

%0
%28
%63
%1

Triadic Colors of #fcb65e

#fcb65e #5efcb6 #b65efc

Analogous Colors of #fcb65e

#fcb65e #f3fc5e #fc675e

Monochromatic Colors of #fcb65e

#fcb65e

Complementary Color

#fcb65e #5ea4fc

#fcb65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb65e Color CSS Codes

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

#fcb65e Text Font Color

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

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


#fcb65e Background Color

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

This div background color is #fcb65e


#fcb65e Border Color

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

This div border color is #fcb65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb65e

Related Colors


Comments

No comments written yet.

Please login to write comment.